rpms/e2fsprogs/devel e2fsprogs.spec,1.165,1.166

Eric Sandeen sandeen at fedoraproject.org
Wed Jun 2 20:22:15 UTC 2010


Author: sandeen

Update of /cvs/pkgs/rpms/e2fsprogs/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13589

Modified Files:
	e2fsprogs.spec 
Log Message:
* Wed Jun 02 2010 Eric Sandeen <sandeen at redhat.com> 1.41.12-3
- Reinstate static libs in dedicated package (#596377)



Index: e2fsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/e2fsprogs/devel/e2fsprogs.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -p -r1.165 -r1.166
--- e2fsprogs.spec	20 May 2010 19:20:32 -0000	1.165
+++ e2fsprogs.spec	2 Jun 2010 20:22:14 -0000	1.166
@@ -4,7 +4,7 @@
 Summary: Utilities for managing ext2, ext3, and ext4 filesystems
 Name: e2fsprogs
 Version: 1.41.12
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # License tags based on COPYING file distinctions for various components
 License: GPLv2
@@ -57,6 +57,18 @@ e2fsprogs package.
 These libraries are used to directly acccess ext2/3/4 filesystems
 from userspace.
 
+%package static
+Summary: Ext2/3/4 filesystem-specific static libraries
+Group: Development/Libraries
+License: GPLv2 and LGPLv2
+
+%description static
+E2fsprogs-static contains all static libraries built from e2fsprogs,
+including libext2fs, libcom_err, libe2p, and libss.
+
+These libraries are used to directly acccess ext2/3/4 filesystems
+from userspace, and perform other useful functions.
+
 %package devel
 Summary: Ext2/3/4 filesystem-specific libraries and headers
 Group: Development/Libraries
@@ -160,9 +172,6 @@ mv -f %{buildroot}%{_includedir}/ext2fs/
 install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/ext2fs/ext2_types.h
 %endif
 
-# Must not violate packaging guidelines!
-rm -f %{buildroot}%{_libdir}/*.a
-
 %find_lang %{name}
 
 %check
@@ -257,6 +266,10 @@ exit 0
 %{_root_libdir}/libe2p.so.*
 %{_root_libdir}/libext2fs.so.*
 
+%files static
+%defattr(-,root,root)
+%{_libdir}/*.a
+
 %files devel
 %defattr(-,root,root)
 %{_infodir}/libext2fs.info*
@@ -298,6 +311,9 @@ exit 0
 %{_libdir}/pkgconfig/ss.pc
 
 %changelog
+* Wed Jun 02 2010 Eric Sandeen <sandeen at redhat.com> 1.41.12-3
+- Reinstate static libs in dedicated package (#596377)
+
 * Wed May 19 2010 Eric Sandeen <sandeen at redhat.com> 1.41.12-2
 - Fix fsck thinko in 1.41.12 release
 



More information about the scm-commits mailing list