auto-import changelog data from libogg-1.0-1.src.rpm
Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 1.0-1 - one-dot-oh
This commit is contained in:
parent
f898e9c7ba
commit
255a956d07
@ -1 +1 @@
|
||||
libogg-1.0rc3.tar.gz
|
||||
libogg-1.0.tar.gz
|
||||
|
18
libogg.spec
18
libogg.spec
@ -1,12 +1,12 @@
|
||||
Summary: The Ogg bitstream file format library.
|
||||
Name: libogg
|
||||
Version: 1.0rc3
|
||||
Release: 4
|
||||
Serial: 1
|
||||
Version: 1.0
|
||||
Release: 1
|
||||
Serial: 2
|
||||
Group: System Environment/Libraries
|
||||
Copyright: BSD
|
||||
URL: http://www.xiph.org/
|
||||
Source: http://www.xiph.org/ogg/vorbis/download/libogg-%{version}.tar.gz
|
||||
Source: http://www.xiph.org/pub/ogg/vorbis/download/libogg-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -25,7 +25,7 @@ libogg-devel package contains the header files and documentation
|
||||
needed for development using libogg.
|
||||
|
||||
%prep
|
||||
%setup -q -n libogg-%{version}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||
@ -39,10 +39,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS
|
||||
%doc CHANGES
|
||||
%doc COPYING
|
||||
%doc README
|
||||
%doc AUTHORS CHANGES COPYING README
|
||||
%{_libdir}/libogg.so.*
|
||||
|
||||
%files devel
|
||||
@ -70,6 +67,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com> 1.0-1
|
||||
- one-dot-oh
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user