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
|
||||
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 <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>
|
||||
- fix license tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user