Hello community, here is the log from the commit of package libreiserfs checked in at Sat Mar 1 00:07:45 CET 2008. -------- --- libreiserfs/libreiserfs.changes 2006-10-16 00:10:01.000000000 +0200 +++ libreiserfs/libreiserfs.changes 2008-02-29 23:57:39.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Feb 29 23:57:32 CET 2008 - dmueller@suse.de + +- various rpmlint fixes + +------------------------------------------------------------------- Old: ---- progsreiserfs-0.3.0.5.tar.gz New: ---- progsreiserfs-0.3.0.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libreiserfs.spec ++++++ --- /var/tmp/diff_new_pack.U16913/_old 2008-03-01 00:06:11.000000000 +0100 +++ /var/tmp/diff_new_pack.U16913/_new 2008-03-01 00:06:11.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libreiserfs (Version 0.3.0.5) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,16 +10,17 @@ # norootforbuild + Name: libreiserfs -URL: http://reiserfs.linux.kiev.ua +Url: http://reiserfs.linux.kiev.ua Version: 0.3.0.5 -Release: 24 -License: GPL +Release: 99 +License: GPL v2 or later Group: System/Libraries PreReq: %install_info_prereq -Autoreqprov: on +AutoReqProv: on Summary: ReiserFS File System Access Library -Source: http://ftp.roedu.net/pub/mirrors/ftp.namesys.com/pub/libreiserfs/progsreiserfs-%{version}.tar.gz +Source: http://ftp.roedu.net/pub/mirrors/ftp.namesys.com/pub/libreiserfs/progsreiserfs-%{version}.tar.bz2 Patch1: reiserfs-strict-aliasing.diff Patch2: reiserfs-fix-warn.diff Patch3: reiserfs-dal-64bit.diff @@ -57,7 +58,7 @@ Andrew Clausen <clausen@gnu.org> %package progs -Summary: reiserfs filesystem access tools +Summary: ReiserFS Filesystem Access Tools Group: System/Filesystems Conflicts: reiserfs @@ -90,7 +91,7 @@ Andrew Clausen <clausen@gnu.org> %package devel -Summary: reiserfs filesystem access tools +Summary: ReiserFS Filesystem Access Tools Group: Development/Libraries/C and C++ Requires: %name = %version @@ -134,14 +135,16 @@ %build export CFLAGS="$RPM_OPT_FLAGS" #CFLAGS+=--with-capabilities -./configure --enable-shared --prefix=/usr \ - --mandir=%{_mandir} --infodir=%{_infodir} \ - --libdir=%{_libdir} --libexecdir=%{_libdir} -make +%configure --enable-shared +make %{?jobs:-j %jobs} #make check %install -make install DESTDIR=$RPM_BUILD_ROOT +%makeinstall + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -178,19 +181,21 @@ test ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_DIR/progsreiserfs-%{pversion} -%changelog -n libreiserfs -* Mon Oct 16 2006 - schwab@suse.de +%changelog +* Sat Mar 01 2008 dmueller@suse.de +- various rpmlint fixes +* Mon Oct 16 2006 schwab@suse.de - Make sure config.rpath is present. -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Thu Jan 12 2006 - kukuk@suse.de +* Thu Jan 12 2006 kukuk@suse.de - Correct last fix for Bug [#140302] - Create -devel subpackage -* Wed Dec 21 2005 - mmj@suse.de +* Wed Dec 21 2005 mmj@suse.de - This package conflicts with reiserfs -* Mon Dec 19 2005 - garloff@suse.de +* Mon Dec 19 2005 garloff@suse.de - Fix strict-aliasing issues. - Fix some more compiler warnings. -* Mon Sep 05 2005 - garloff@suse.de +* Mon Sep 05 2005 garloff@suse.de - Initial creation of package (0.3.0.5). - Use .so as extension for shared libs. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de