remove .la (#171535)
This commit is contained in:
parent
2e40447850
commit
2b1d4237f5
@ -3,7 +3,7 @@
|
|||||||
Summary: A GNU set of database routines which use extensible hashing.
|
Summary: A GNU set of database routines which use extensible hashing.
|
||||||
Name: gdbm
|
Name: gdbm
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 25.1
|
Release: 26
|
||||||
Source: ftp://ftp.gnu.org/gnu/gdbm-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/gdbm-%{version}.tar.gz
|
||||||
Patch0: gdbm-1.8.0-jbj.patch
|
Patch0: gdbm-1.8.0-jbj.patch
|
||||||
Patch1: gdbm-1.8.0-fhs.patch
|
Patch1: gdbm-1.8.0-fhs.patch
|
||||||
@ -65,6 +65,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
ln -sf gdbm/gdbm.h $RPM_BUILD_ROOT/%{_oldincludedir}/gdbm.h
|
ln -sf gdbm/gdbm.h $RPM_BUILD_ROOT/%{_oldincludedir}/gdbm.h
|
||||||
ln -sf libgdbm.so.2.0.0 $RPM_BUILD_ROOT/%{_libdir}/libgdbm.so
|
ln -sf libgdbm.so.2.0.0 $RPM_BUILD_ROOT/%{_libdir}/libgdbm.so
|
||||||
|
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libgdbm.la
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -85,7 +87,6 @@ fi
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgdbm.so
|
%{_libdir}/libgdbm.so
|
||||||
%{_libdir}/libgdbm.la
|
|
||||||
%{_libdir}/libgdbm.a
|
%{_libdir}/libgdbm.a
|
||||||
%{_oldincludedir}/gdbm.h
|
%{_oldincludedir}/gdbm.h
|
||||||
%{_includedir}
|
%{_includedir}
|
||||||
@ -96,6 +97,9 @@ fi
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 24 2006 Warren Togami <wtogami@redhat.com> 1.8.0-26
|
||||||
|
- remove .la (#171535)
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user