diff --git a/.cvsignore b/.cvsignore index 803d8ec..0870db9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libogg-1.0beta4.tar.gz +libogg-1.0rc1.tar.gz diff --git a/libogg.spec b/libogg.spec index f9a654d..08efe56 100644 --- a/libogg.spec +++ b/libogg.spec @@ -1,7 +1,8 @@ Summary: Ogg Bitstream Library Name: libogg -Version: 1.0beta4 +Version: 1.0rc1 Release: 2 +Serial: 1 Group: System Environment/Libraries Copyright: BSD URL: http://www.xiph.org/ @@ -38,7 +39,7 @@ make DESTDIR=$RPM_BUILD_ROOT install %doc CHANGES %doc COPYING %doc README -/usr/lib/libogg.so.* +%{_libdir}/libogg.so.* %files devel %defattr(-,root,root) @@ -48,21 +49,28 @@ make DESTDIR=$RPM_BUILD_ROOT install %doc doc/white-ogg.png %doc doc/white-xifish.png %doc doc/stream.png -/usr/include/ogg/ogg.h -/usr/include/ogg/os_types.h -/usr/include/ogg/config_types.h -/usr/lib/libogg.a -/usr/lib/libogg.so -/usr/share/aclocal/ogg.m4 +%dir %{_includedir}/ogg +%{_includedir}/ogg/ogg.h +%{_includedir}/ogg/os_types.h +%{_includedir}/ogg/config_types.h +%{_libdir}/libogg.a +%{_libdir}/libogg.so +%{_datadir}/aclocal/ogg.m4 %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -%post -p "/sbin/ldconfig -n /usr/lib" +%post -p /sbin/ldconfig -%postun -p "/sbin/ldconfig -n /usr/lib" +%postun -p /sbin/ldconfig %changelog +* Fri Jul 6 2001 Bill Nottingham +- own %%{_includedir}/ogg + +* Tue Jun 19 2001 Bill Nottingham +- update to 1.0rc1 + * Mon Feb 26 2001 Bill Nottingham - fix license tag diff --git a/sources b/sources index fe64d46..656a77d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ffd9d6c02f824e50345920bd07366e9 libogg-1.0beta4.tar.gz +fe25d090de826bc6f364240412cf1998 libogg-1.0rc1.tar.gz