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.
|
Summary: The Ogg bitstream file format library.
|
||||||
Name: libogg
|
Name: libogg
|
||||||
Version: 1.0rc3
|
Version: 1.0
|
||||||
Release: 4
|
Release: 1
|
||||||
Serial: 1
|
Serial: 2
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
URL: http://www.xiph.org/
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,7 +25,7 @@ libogg-devel package contains the header files and documentation
|
|||||||
needed for development using libogg.
|
needed for development using libogg.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libogg-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||||
@ -39,10 +39,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS
|
%doc AUTHORS CHANGES COPYING README
|
||||||
%doc CHANGES
|
|
||||||
%doc COPYING
|
|
||||||
%doc README
|
|
||||||
%{_libdir}/libogg.so.*
|
%{_libdir}/libogg.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -70,6 +67,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user