auto-import changelog data from gsl-1.1.1-5.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Fri Nov 29 2002 Tim Powers <timp@redhat.com> 1.1.1-4 - remove unpackaged files from the buildroot
This commit is contained in:
parent
f97bf0ed9f
commit
6268e05b05
16
gsl.spec
16
gsl.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU Scientific Library for numerical analysis.
|
Summary: The GNU Scientific Library for numerical analysis.
|
||||||
Name: gsl
|
Name: gsl
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 3
|
Release: 5
|
||||||
URL: http://sources.redhat.com/gsl/
|
URL: http://sources.redhat.com/gsl/
|
||||||
Source: ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz
|
Source: ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz
|
||||||
Patch0: gsl-1.1-nousr.patch
|
Patch0: gsl-1.1-nousr.patch
|
||||||
@ -37,6 +37,12 @@ make
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
# remove unpackaged files from the buildroot
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_mandir}
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -72,6 +78,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 1.1.1-4
|
||||||
|
- remove unpackaged files from the buildroot
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
@ -109,7 +121,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- 0.7, remove excludearch for ia64
|
- 0.7, remove excludearch for ia64
|
||||||
|
|
||||||
* Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
* Sun Jul 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
- fix %post to be a real shell and add ldconfig to %post
|
- fix %%post to be a real shell and add ldconfig to %%post
|
||||||
|
|
||||||
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
||||||
- automatic rebuild
|
- automatic rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user