* Wed Jun 02 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-3
- Reinstate static libs in dedicated package (#596377)
This commit is contained in:
parent
688a93aef7
commit
b831759dc5
@ -4,7 +4,7 @@
|
|||||||
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
Summary: Utilities for managing ext2, ext3, and ext4 filesystems
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.41.12
|
Version: 1.41.12
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
# License tags based on COPYING file distinctions for various components
|
# License tags based on COPYING file distinctions for various components
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -57,6 +57,18 @@ e2fsprogs package.
|
|||||||
These libraries are used to directly acccess ext2/3/4 filesystems
|
These libraries are used to directly acccess ext2/3/4 filesystems
|
||||||
from userspace.
|
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
|
%package devel
|
||||||
Summary: Ext2/3/4 filesystem-specific libraries and headers
|
Summary: Ext2/3/4 filesystem-specific libraries and headers
|
||||||
Group: Development/Libraries
|
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
|
install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/ext2fs/ext2_types.h
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Must not violate packaging guidelines!
|
|
||||||
rm -f %{buildroot}%{_libdir}/*.a
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -257,6 +266,10 @@ exit 0
|
|||||||
%{_root_libdir}/libe2p.so.*
|
%{_root_libdir}/libe2p.so.*
|
||||||
%{_root_libdir}/libext2fs.so.*
|
%{_root_libdir}/libext2fs.so.*
|
||||||
|
|
||||||
|
%files static
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_infodir}/libext2fs.info*
|
%{_infodir}/libext2fs.info*
|
||||||
@ -298,6 +311,9 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/ss.pc
|
%{_libdir}/pkgconfig/ss.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 19 2010 Eric Sandeen <sandeen@redhat.com> 1.41.12-2
|
||||||
- Fix fsck thinko in 1.41.12 release
|
- Fix fsck thinko in 1.41.12 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user