- 2.7.11-1 update
This commit is contained in:
parent
c13a997f4c
commit
03a45f8c36
@ -1,2 +1,3 @@
|
||||
xfsprogs-2.6.13.src.tar.gz
|
||||
xfsprogs-2.7.3.src.tar.gz
|
||||
xfsprogs-2.7.11.src.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
89728c0d84258c94e629bf39e4ba1509 xfsprogs-2.7.3.src.tar.gz
|
||||
d4a78fced98c0f3f32627a473e8e0a59 xfsprogs-2.7.11.src.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Utilities for managing the XFS filesystem.
|
||||
Name: xfsprogs
|
||||
Version: 2.7.3
|
||||
Release: 1.2.1
|
||||
Version: 2.7.11
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://oss.sgi.com/projects/xfs/
|
||||
@ -31,7 +31,7 @@ with the IRIX version of XFS.
|
||||
%package devel
|
||||
Summary: XFS filesystem-specific static libraries and headers.
|
||||
Group: Development/Libraries
|
||||
Requires: xfsprogs = %{version}
|
||||
Requires: xfsprogs = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
xfsprogs-devel contains the libraries and header files needed to
|
||||
@ -55,16 +55,14 @@ export tagname=CC DEBUG=-DNDEBUG
|
||||
--enable-editline=no \
|
||||
--enable-termcap=yes \
|
||||
--enable-shared-uuid=yes
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DIST_ROOT=$RPM_BUILD_ROOT install
|
||||
make DIST_ROOT=$RPM_BUILD_ROOT install-dev
|
||||
make DIST_ROOT=$RPM_BUILD_ROOT install install-dev
|
||||
|
||||
# nuke .la files, etc
|
||||
rm -f $RPM_BUILD_ROOT/%{_lib}/*.la $RPM_BUILD_ROOT/%{_lib}/*.a $RPM_BUILD_ROOT/%{_lib}/*.so
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT/{%{_lib}/*.{la,a,so},%{_libdir}/*.la}
|
||||
# fix up symlink to be correct
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
|
||||
ln -s ../../%{_lib}/libhandle.so.1 $RPM_BUILD_ROOT/%{_libdir}/libhandle.so
|
||||
@ -98,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Sun Mar 12 2006 Robert Scheck <redhat@linuxnetz.de> 2.7.11-1
|
||||
- Upgrade to 2.7.11 and spec file cleanup (#185234)
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.7.3-1.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user