* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-3

- Drop static libs (#556102)
This commit is contained in:
Eric Sandeen 2010-02-12 23:04:40 +00:00
parent 70f01e8b98
commit 782e873e17
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing the XFS filesystem
Name: xfsprogs
Version: 3.1.1
Release: 2%{?dist}
Release: 3%{?dist}
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
# in source, with no mention of version.
# doc/COPYING file specifies what is GPL and what is LGPL
@ -73,7 +73,8 @@ in building or running the xfstests QA suite.
export tagname=CC DEBUG=-DNDEBUG
%configure \
--enable-readline=yes \
--enable-blkid=yes
--enable-blkid=yes \
--enable-static=no
# Kill rpaths
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@ -138,7 +139,6 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/xfs/xfs.h
%{_includedir}/xfs/xfs_fs.h
%{_includedir}/xfs/xqm.h
%{_libdir}/*.a
%{_libdir}/*.so
%files qa-devel
@ -194,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/xfs/xfs_types.h
%changelog
* Fri Feb 12 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-3
- Drop static libs (#556102)
* Mon Feb 01 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-2
- Fix mkfs of target with nothing blkid can recognize (#561870)