auto-import changelog data from libogg-1.0beta4-2.src.rpm

Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- fix license tag
Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- beta4
Tue Feb 06 2001 Bill Nottingham <notting@redhat.com>
- update CVS in prep for beta4
Wed Dec 27 2000 Bill Nottingham <notting@redhat.com>
- update CVS
Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
- fix bogus group
Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
- rebuild because of broken fileutils
Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
- clean up specfile slightly
Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
- initial spec file created
This commit is contained in:
cvsdist 2004-09-09 07:36:59 +00:00
parent d2dd5e715b
commit 823f99ecf9
3 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1 @@
libogg-1.0beta4.tar.gz

88
libogg.spec Normal file
View File

@ -0,0 +1,88 @@
Summary: Ogg Bitstream Library
Name: libogg
Version: 1.0beta4
Release: 2
Group: System Environment/Libraries
Copyright: BSD
URL: http://www.xiph.org/
Source: http://www.xiph.org/ogg/vorbis/download/libogg-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Libogg is a library for manipulating ogg bitstreams. It handles
both making ogg bitstreams and getting packets from ogg bitstreams.
%package devel
Summary: Ogg Bitstream Library Development
Group: Development/Libraries
Requires: libogg = %{version}
%description devel
The libogg-devel package contains the header files and documentation
needed to develop applications with libogg.
%prep
%setup -q -n libogg-%{version}
%build
%configure
make
%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%files
%defattr(-,root,root)
%doc AUTHORS
%doc CHANGES
%doc COPYING
%doc README
/usr/lib/libogg.so.*
%files devel
%defattr(-,root,root)
%doc doc/index.html
%doc doc/framing.html
%doc doc/oggstream.html
%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
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%post -p "/sbin/ldconfig -n /usr/lib"
%postun -p "/sbin/ldconfig -n /usr/lib"
%changelog
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- fix license tag
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- beta4
* Tue Feb 6 2001 Bill Nottingham <notting@redhat.com>
- update CVS in prep for beta4
* Thu Dec 27 2000 Bill Nottingham <notting@redhat.com>
- update CVS
* Tue Dec 11 2000 Bill Nottingham <notting@redhat.com>
- fix bogus group
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
- rebuild because of broken fileutils
* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
- clean up specfile slightly
* Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
- initial spec file created

View File

@ -0,0 +1 @@
1ffd9d6c02f824e50345920bd07366e9 libogg-1.0beta4.tar.gz