Hello community, here is the log from the commit of package libpipeline for openSUSE:Factory checked in at 2015-07-20 11:20:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpipeline (Old) and /work/SRC/openSUSE:Factory/.libpipeline.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpipeline" Changes: -------- --- /work/SRC/openSUSE:Factory/libpipeline/libpipeline.changes 2015-02-20 12:42:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libpipeline.new/libpipeline.changes 2015-07-20 11:20:12.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Jul 12 17:14:37 UTC 2015 - mplus...@suse.com + +- Add gpg signature +- Cleanup spec file with spec-cleaner +- Add missing dependency on pkg-config + +------------------------------------------------------------------- New: ---- libpipeline-1.4.0.tar.gz.sig libpipeline.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpipeline.spec ++++++ --- /var/tmp/diff_new_pack.Xp1x3l/_old 2015-07-20 11:20:13.000000000 +0200 +++ /var/tmp/diff_new_pack.Xp1x3l/_new 2015-07-20 11:20:13.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libpipeline # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -16,15 +16,18 @@ # -Name: libpipeline %define lname libpipeline1 +Name: libpipeline Version: 1.4.0 Release: 0 Summary: A pipeline manipulation library License: GPL-3.0+ Group: System/Libraries Url: http://www.nongnu.org/libpipeline/ -Source: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz +Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz +Source1: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig +Source2: %{name}.keyring +BuildRequires: pkg-config %description libpipeline is a C library for setting up and running pipelines of @@ -33,11 +36,11 @@ need to laboriously construct pipelines using lower-level primitives such as fork(2) and execve(2). -%package -n %lname +%package -n %{lname} Summary: A pipeline manipulation library Group: System/Libraries -%description -n %lname +%description -n %{lname} libpipeline is a C library for setting up and running pipelines of processes, without needing to involve shell command-line parsing which is often error-prone and insecure. This alleviates programmers of the @@ -47,8 +50,8 @@ %package devel Summary: A pipeline manipulation library Group: Development/Libraries/C and C++ -Provides: pkgconfig(%name) = %{version} -Requires: %lname = %version +Requires: %{lname} = %{version} +Provides: pkgconfig(%{name}) = %{version} %description devel libpipeline is a C library for setting up and running pipelines of @@ -58,10 +61,10 @@ such as fork(2) and execve(2). %prep -%setup +%setup -q %build -export CFLAGS="%optflags $(getconf LFS_CFLAGS)" +export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)" %configure \ --enable-shared \ --enable-threads=posix \ @@ -69,16 +72,17 @@ --enable-socketpair-pipe \ --with-pic=yes \ --with-gnu-ld -make %{?jobs:-j%jobs} V=1 +make %{?_smp_mflags} V=1 %install -%makeinstall DESTDIR=%{buildroot} +make DESTDIR=%{buildroot} install %{?_smp_mflags} rm -vf %{buildroot}%{_libdir}/libpipeline.la -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig + +%postun -n %{lname} -p /sbin/ldconfig -%files -n %lname +%files -n %{lname} %defattr(-,root,root,0755) %{_libdir}/libpipeline.so.*