diff --git a/libtheora.spec b/libtheora.spec index 84d2d8b..b5e6d3a 100644 --- a/libtheora.spec +++ b/libtheora.spec @@ -1,11 +1,12 @@ Summary: Theora Video Compression Codec Name: libtheora Version: 1.0alpha3 -Release: 2 +Release: 3 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: SDL-devel @@ -39,6 +40,7 @@ with theora bitstreams. %prep %setup -q +%patch1 -p1 %build %configure --enable-shared=yes --enable-static=yes @@ -71,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%{_includedir}/theora.h +%{_includedir}/theora/theora.h %{_libdir}/*.so %{_libdir}/*.a @@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Jul 15 2004 Colin Walters - 1.0alpha3-3 +- Apply patch to fix include path, thanks to Thomas Vander Stichele + * Tue Jul 13 2004 Jeremy Katz - 1.0alpha3-2 - rebuild