auto-import changelog data from libogg-1.0rc2-1.src.rpm
Mon Aug 13 2001 Bill Nottingham <notting@redhat.com> - update to 1.0rc2
This commit is contained in:
parent
fbecf65d62
commit
0fa875ed09
@ -1 +1 @@
|
||||
libogg-1.0rc1.tar.gz
|
||||
libogg-1.0rc2.tar.gz
|
||||
|
25
libogg.spec
25
libogg.spec
@ -1,26 +1,28 @@
|
||||
Summary: Ogg Bitstream Library
|
||||
Summary: The Ogg bitstream file format library.
|
||||
Name: libogg
|
||||
Version: 1.0rc1
|
||||
Release: 2
|
||||
Serial: 1
|
||||
Group: System Environment/Libraries
|
||||
Version: 1.0rc2
|
||||
Release: 1
|
||||
Serial: 1
|
||||
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.
|
||||
Libogg is a library for manipulating Ogg bitstream file formats.
|
||||
Libogg supports both making Ogg bitstreams and getting packets from
|
||||
Ogg bitstreams.
|
||||
|
||||
%package devel
|
||||
Summary: Ogg Bitstream Library Development
|
||||
Summary: Files needed for development using libogg.
|
||||
Group: Development/Libraries
|
||||
Requires: libogg = %{version}
|
||||
|
||||
%description devel
|
||||
The libogg-devel package contains the header files and documentation
|
||||
needed to develop applications with libogg.
|
||||
Libogg is a library used for manipulating Ogg bitstreams. The
|
||||
libogg-devel package contains the header files and documentation
|
||||
needed for development using libogg.
|
||||
|
||||
%prep
|
||||
%setup -q -n libogg-%{version}
|
||||
@ -65,6 +67,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
|
||||
- update to 1.0rc2
|
||||
|
||||
* Fri Jul 6 2001 Bill Nottingham <notting@redhat.com>
|
||||
- own %%{_includedir}/ogg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user