From 23d26852603551ba41ae219a005fe13323adf2e5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jan 04 2005 00:07:22 +0000 Subject: release 1.0alpha4 --- diff --git a/libtheora.spec b/libtheora.spec index 3951a96..44be5aa 100644 --- a/libtheora.spec +++ b/libtheora.spec @@ -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 - 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 - 1.0alpha3-5 - Add BuildRequires on libvorbis-devel (134664)