commit log4shib for openSUSE:Factory
Hello community, here is the log from the commit of package log4shib for openSUSE:Factory checked in at 2015-08-29 20:04:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/log4shib (Old) and /work/SRC/openSUSE:Factory/.log4shib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "log4shib" Changes: -------- New Changes file: --- /dev/null 2015-08-24 19:43:32.284261900 +0200 +++ /work/SRC/openSUSE:Factory/.log4shib.new/log4shib.changes 2015-08-29 20:04:24.000000000 +0200 @@ -0,0 +1,22 @@ +------------------------------------------------------------------- +Wed Aug 5 18:00:37 UTC 2015 - mpluskal@suse.com + +- Add gpg signature +- Do not build static libraries +- Do not ship .la files + +------------------------------------------------------------------- +Mon Jul 27 16:18:53 UTC 2015 - kstreitova@suse.com + +- use spec-cleaner +- package cleaning +- add log4shib-1.0.9-doxygen_timestamp.patch to remove timestamps + in a documentation generated by Doxygen and avoid RPMLINT warnings + (file-contains-date-and-time). +- remove unused conditionals + +------------------------------------------------------------------- +Fri Jul 24 14:56:33 UTC 2015 - kstreitova@suse.com + +- initial revision + New: ---- log4shib-1.0.9-doxygen_timestamp.patch log4shib-1.0.9.tar.gz log4shib-1.0.9.tar.gz.asc log4shib.changes log4shib.keyring log4shib.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ log4shib.spec ++++++ # # spec file for package log4shib # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define pkgdocdir %{_docdir}/%{name} Name: log4shib Version: 1.0.9 Release: 0 Summary: Log for C++, Shibboleth Edition License: LGPL-2.1 Group: Development/Libraries Url: https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib Source0: http://shibboleth.net/downloads/log4shib/%{version}/%{name}-%{version}.tar.gz Source1: http://shibboleth.net/downloads/log4shib/%{version}/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring Patch0: log4shib-1.0.9-doxygen_timestamp.patch BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Log for C++ is a library of classes for flexible logging to files, syslog, and other destinations. It is modeled after the Log for Java library and stays as close to its API as is reasonable. %package -n liblog4shib1 Summary: Log for C++, Shibboleth Edition Group: Development/Libraries Provides: log4shib = %{version}-%{release} Obsoletes: log4shib < %{version}-%{release} %description -n liblog4shib1 Log for C++ is a library of classes for flexible logging to files, syslog, and other destinations. It is modeled after the Log for Java library and stays as close to its API as is reasonable. This package contains just the shared library. %package -n liblog4shib-devel Summary: Development tools for Log for C++ Group: Development/Libraries Requires: liblog4shib1 = %{version}-%{release} Provides: log4shib-devel = %{version}-%{release} Obsoletes: log4shib-devel < %{version}-%{release} %description -n liblog4shib-devel The static libraries and header files needed for development with log4shib. %prep %setup -q %patch0 -p1 %build %configure \ --disable-static \ --enable-doxygen make %{?_smp_mflags} %install make DESTDIR=%{buildroot} apidir=%{buildroot}%{pkgdocdir}/api install # If we use %%doc down below to package the README files from the build tree, # it will blow away the package's docdir folder, and the installed API docs with it. # Instead, copy the README files manually into the platform's docdir. config/install-sh -d %{buildroot}%{pkgdocdir} config/install-sh -m 644 -c AUTHORS COPYING NEWS README THANKS ChangeLog %{buildroot}%{pkgdocdir} # We don't want to ship these find %{buildroot} -type f -name "*.la" -delete -print %post -n liblog4shib1 -p /sbin/ldconfig %post -n liblog4shib-devel if test "x$RPM_INSTALL_PREFIX0" != "x" ; then perl -pi -e"s|^prefix=\"[^\"]*\"|prefix=\"$RPM_INSTALL_PREFIX0\"|" $RPM_INSTALL_PREFIX0/bin/log4shib-config fi %postun -n liblog4shib1 -p /sbin/ldconfig %files -n liblog4shib1 %defattr(-,root,root,755) %{_libdir}/lib*.so.* %files -n liblog4shib-devel %defattr(-,root,root,755) %{_includedir}/* %{_mandir}/man?/* %attr(755,root,root) %{_bindir}/log4shib-config %{_libdir}/*.so %attr(644,root,root) %{_libdir}/pkgconfig/log4shib.pc %dir %{_datadir}/aclocal %attr(644,root,root) %{_datadir}/aclocal/*.m4 %doc %{pkgdocdir} %changelog ++++++ log4shib-1.0.9-doxygen_timestamp.patch ++++++ Index: log4shib-1.0.9/doc/Doxyfile.in =================================================================== --- log4shib-1.0.9.orig/doc/Doxyfile.in +++ log4shib-1.0.9/doc/Doxyfile.in @@ -15,6 +15,7 @@ OUTPUT_DIRECTORY = . HTML_OUTPUT = html/api HTML_HEADER = HTML_FOOTER = +HTML_TIMESTAMP = NO LATEX_OUTPUT = latex MAN_OUTPUT = man
participants (1)
-
root@hilbert.suse.de