auto-import changelog data from libogg-1.0rc1-2.src.rpm
Fri Jul 06 2001 Bill Nottingham <notting@redhat.com> - own %{_includedir}/ogg Tue Jun 19 2001 Bill Nottingham <notting@redhat.com> - update to 1.0rc1
This commit is contained in:
parent
823f99ecf9
commit
fbecf65d62
@ -1 +1 @@
|
|||||||
libogg-1.0beta4.tar.gz
|
libogg-1.0rc1.tar.gz
|
||||||
|
28
libogg.spec
28
libogg.spec
@ -1,7 +1,8 @@
|
|||||||
Summary: Ogg Bitstream Library
|
Summary: Ogg Bitstream Library
|
||||||
Name: libogg
|
Name: libogg
|
||||||
Version: 1.0beta4
|
Version: 1.0rc1
|
||||||
Release: 2
|
Release: 2
|
||||||
|
Serial: 1
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
URL: http://www.xiph.org/
|
URL: http://www.xiph.org/
|
||||||
@ -38,7 +39,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
%doc CHANGES
|
%doc CHANGES
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%doc README
|
%doc README
|
||||||
/usr/lib/libogg.so.*
|
%{_libdir}/libogg.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -48,21 +49,28 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
%doc doc/white-ogg.png
|
%doc doc/white-ogg.png
|
||||||
%doc doc/white-xifish.png
|
%doc doc/white-xifish.png
|
||||||
%doc doc/stream.png
|
%doc doc/stream.png
|
||||||
/usr/include/ogg/ogg.h
|
%dir %{_includedir}/ogg
|
||||||
/usr/include/ogg/os_types.h
|
%{_includedir}/ogg/ogg.h
|
||||||
/usr/include/ogg/config_types.h
|
%{_includedir}/ogg/os_types.h
|
||||||
/usr/lib/libogg.a
|
%{_includedir}/ogg/config_types.h
|
||||||
/usr/lib/libogg.so
|
%{_libdir}/libogg.a
|
||||||
/usr/share/aclocal/ogg.m4
|
%{_libdir}/libogg.so
|
||||||
|
%{_datadir}/aclocal/ogg.m4
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
[ "$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
|
%changelog
|
||||||
|
* Fri Jul 6 2001 Bill Nottingham <notting@redhat.com>
|
||||||
|
- own %%{_includedir}/ogg
|
||||||
|
|
||||||
|
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
|
||||||
|
- update to 1.0rc1
|
||||||
|
|
||||||
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
|
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
|
||||||
- fix license tag
|
- fix license tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user