summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@fedoraproject.org>2010-06-02 20:22:14 +0000
committerEric Sandeen <sandeen@fedoraproject.org>2010-06-02 20:22:14 +0000
commitb831759dc5a880f54b00fde00683fc575b47bfff (patch)
tree08f4f2620fa7e927c15c2e0c91bfca7096c46f1a
parent688a93aef7213732ed899d2500a6b8fad734f5e8 (diff)
downloade2fsprogs-b831759dc5a880f54b00fde00683fc575b47bfff.tar.gz
e2fsprogs-b831759dc5a880f54b00fde00683fc575b47bfff.tar.xz
e2fsprogs-b831759dc5a880f54b00fde00683fc575b47bfff.zip
* Wed Jun 02 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-3
- Reinstate static libs in dedicated package (#596377)
-rw-r--r--e2fsprogs.spec24
1 files changed, 20 insertions, 4 deletions
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 6941aa9..8b46b06 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -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/ext2_types.h \
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@redhat.com> 1.41.12-3
+- Reinstate static libs in dedicated package (#596377)
+
* Wed May 19 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-2
- Fix fsck thinko in 1.41.12 release