release 1.0alpha4

This commit is contained in:
Colin Walters 2005-01-04 00:07:22 +00:00
parent b07902b8ce
commit 23d2685260

View File

@ -1,13 +1,12 @@
Summary: Theora Video Compression Codec
Name: libtheora
Version: 1.0alpha3
Release: 5
Version: 1.0alpha4
Release: 1
Epoch: 0
License: BSD
Group: System Environment/Libraries
URL: http://www.theora.org
Source0: %{name}-%{version}.tar.bz2
Patch1: libtheora-1.0alpha3-include.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libogg-devel >= 2:1.1
BuildRequires: libvorbis-devel
@ -42,7 +41,6 @@ with theora bitstreams.
%prep
%setup -q
%patch1 -p1
%build
%configure --enable-shared=yes --enable-static=yes
@ -70,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc README COPYING
%doc doc/vp3-format.txt
%doc doc/spec.py doc/spec.html
%doc doc/spec/Theora_I_spec.pdf
%{_libdir}/*.so.*
%files devel
@ -78,12 +76,19 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/theora/theora.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/theora.pc
%files -n theora-tools
%defattr(-,root,root,-)
%{_bindir}/*
%changelog
* Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 1.0alpha4-1
- New upstream version 1.0alpha4
- Remove upstreamed patch libtheora-1.0alpha3-include.patch
- Use Theora_I_spec.pdf for spec
- Add in .pc file (yay! another library sees the light)
* Tue Oct 05 2004 Colin Walters <walters@redhat.com> - 1.0alpha3-5
- Add BuildRequires on libvorbis-devel (134664)