Hello community, here is the log from the commit of package librpcsecgss for openSUSE:Factory checked in at 2015-07-20 11:20:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librpcsecgss (Old) and /work/SRC/openSUSE:Factory/.librpcsecgss.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librpcsecgss" Changes: -------- --- /work/SRC/openSUSE:Factory/librpcsecgss/librpcsecgss.changes 2012-02-16 12:23:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.librpcsecgss.new/librpcsecgss.changes 2015-07-20 11:20:17.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Jul 12 17:20:06 UTC 2015 - [email protected] + +- Explicitly depend of autoconf and automake for building +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librpcsecgss.spec ++++++ --- /var/tmp/diff_new_pack.JCZASs/_old 2015-07-20 11:20:18.000000000 +0200 +++ /var/tmp/diff_new_pack.JCZASs/_new 2015-07-20 11:20:18.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package librpcsecgss # -# Copyright (c) 2012 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,39 +16,40 @@ # -Name: librpcsecgss %define socurrent 3 -BuildRequires: libgssglue-devel -BuildRequires: libtool -BuildRequires: pkgconfig -Url: http://www.citi.umich.edu/projects/nfsv4/linux +Name: librpcsecgss +Version: 0.19 +Release: 0 Summary: Library Implementing GSSAPI Security for ONC RPC License: BSD-3-Clause Group: Development/Libraries/C and C++ -Version: 0.19 -Release: 0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Url: http://www.citi.umich.edu/projects/nfsv4/linux Source: http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/librpcsecgss-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libgssglue-devel +BuildRequires: libtool +BuildRequires: pkg-config +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This library implements the GSS security mechanism for ONC RPC. It can be used to provide strong authentication and security for NFS. -%package -n %name%socurrent - +%package -n %{name}%{socurrent} Summary: Library Implementing GSSAPI Security for ONC RPC Group: System/Base -Obsoletes: %name < 0.18 -Provides: %name = 0.18 +Obsoletes: %{name} < 0.18 +Provides: %{name} = 0.18 -%description -n %name%socurrent +%description -n %{name}%{socurrent} This library implements the GSS security mechanism for ONC RPC. It can be used to provide strong authentication and security for NFS. %package devel Summary: Library Implementing GSSAPI Security for ONC RPC Group: Development/Libraries/C and C++ -Requires: %name%socurrent = %version +Requires: %{name}%{socurrent} = %{version} %description devel This library implements the GSS security mechanism for ONC RPC. It can @@ -58,31 +59,28 @@ %setup -q %build -%{?suse_update_config:%{suse_update_config -f }} -autoreconf -i -f -RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure +autoreconf -fiv +RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" +%configure make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" -find "%buildroot" -type f -name "*.a" -delete -find "%buildroot" -type f -name "*.la" -delete - -%clean -rm -rf $RPM_BUILD_ROOT +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.a" -delete +find %{buildroot} -type f -name "*.la" -delete -print -%post -n %name%socurrent -p /sbin/ldconfig +%post -n %{name}%{socurrent} -p /sbin/ldconfig -%postun -n %name%socurrent -p /sbin/ldconfig +%postun -n %{name}%{socurrent} -p /sbin/ldconfig -%files -n %name%socurrent +%files -n %{name}%{socurrent} %defattr(-,root,root) -%_libdir/librpcsecgss.so.* +%{_libdir}/librpcsecgss.so.* %files devel %defattr(-,root,root) -%_prefix/include/* -%_libdir/*.so -%_libdir/pkgconfig/* +%{_includedir}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/* %changelog
