Hello community, here is the log from the commit of package libspectre for openSUSE:Factory checked in at 2014-01-17 13:18:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libspectre (Old) and /work/SRC/openSUSE:Factory/.libspectre.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libspectre" Changes: -------- --- /work/SRC/openSUSE:Factory/libspectre/libspectre.changes 2012-10-24 17:10:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libspectre.new/libspectre.changes 2014-01-23 15:48:34.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Jan 9 02:38:32 UTC 2014 - [email protected] + +- Add COPYING to %doc of the library subpackage (bnc#857790) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libspectre.spec ++++++ --- /var/tmp/diff_new_pack.DRF2n0/_old 2014-01-23 15:48:34.000000000 +0100 +++ /var/tmp/diff_new_pack.DRF2n0/_new 2014-01-23 15:48:34.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libspectre # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,17 +19,17 @@ Url: http://libspectre.freedesktop.org/ Name: libspectre +Version: 0.2.7 +Release: 0 Summary: Library for Rendering PostScript Documents License: GPL-2.0+ Group: Development/Libraries/C and C++ -Version: 0.2.7 -Release: 0 -Source0: http://libspectre.freedesktop.org/releases/%name-%version.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source0: http://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz %define debug_package_requires libspectre1 = %{version}-%{release} BuildRequires: ghostscript-devel BuildRequires: ghostscript-library BuildRequires: pkg-config +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libspectre is a small library for rendering Postscript documents. It @@ -48,7 +48,7 @@ %package -n libspectre-devel Summary: Library for Rendering PostScript Documents Group: Development/Libraries/C and C++ -Requires: libspectre1 >= %version +Requires: libspectre1 >= %{version} %requires_eq ghostscript-devel %description -n libspectre-devel @@ -61,27 +61,28 @@ %build %configure --disable-static --enable-shared -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install -%makeinstall +%make_install %post -n libspectre1 -p /sbin/ldconfig %postun -n libspectre1 -p /sbin/ldconfig %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -n libspectre1 %defattr(-, root, root) -%_libdir/libspectre.so.1* +%doc COPYING +%{_libdir}/libspectre.so.1* %files -n libspectre-devel %defattr(-, root, root) -/usr/include/libspectre -%_libdir/libspectre.la -%_libdir/libspectre.so -%_libdir/pkgconfig/libspectre.pc +%{_includedir}/libspectre +%{_libdir}/libspectre.la +%{_libdir}/libspectre.so +%{_libdir}/pkgconfig/libspectre.pc %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
