auto-import changelog data from cdparanoia-alpha9.8-15.src.rpm

Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add symlinks to shared libs
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Wed Dec 25 2002 Tim Powers <timp@redhat.com> alpha9.8-13
- fix %install references in the changelog so that it will rebuild properly
Wed Dec 11 2002 Tim Powers <timp@redhat.com> alpha9.8-12
- rebuild on all arches
epel9
cvsdist 21 years ago
parent 9493fa86fc
commit 899039686c

@ -3,7 +3,7 @@
Name: cdparanoia
Version: %{realver}
Release: 12
Release: 15
License: GPL
Group: Applications/Multimedia
Source: http://www.xiph.org/paranoia/download/%{name}-III-%{realver}.src.tgz
@ -67,6 +67,8 @@ install -m 0755 paranoia/libcdda_paranoia.so.0.%{ver} \
install -m 0755 paranoia/libcdda_paranoia.a interface/libcdda_interface.a \
$RPM_BUILD_ROOT%{_libdir}
/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}
pushd $RPM_BUILD_ROOT%{_libdir}
ln -s libcdda_paranoia.so.0.%{ver} libcdda_paranoia.so
ln -s libcdda_interface.so.0.%{ver} libcdda_interface.so
@ -95,11 +97,22 @@ rm -rf $RPM_BUILD_ROOT
%files -n cdparanoia-devel
%defattr(-,root,root)
%dir %{_includedir}/cdda/
%{_includedir}/cdda/*
%{_libdir}/*.a
%changelog
* Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add symlinks to shared libs
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Wed Dec 25 2002 Tim Powers <timp@redhat.com> alpha9.8-13
- fix %%install references in the changelog so that it will rebuild properly
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> alpha9.8-12
- rebuild on all arches
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
@ -114,8 +127,8 @@ rm -rf $RPM_BUILD_ROOT
* Thu Dec 6 2001 Peter Jones <pjones@redhat.com> alpha9.8-6
- move includes to %{_includedir}/cdda/
- add utils.h to %install
- clean up %install some.
- add utils.h to %%install
- clean up %%install some.
* Sun Nov 4 2001 Peter Jones <pjones@redhat.com> alpha9.8-5
- make a -libs package which contains the .so files

Loading…
Cancel
Save