auto-import changelog data from libtheora-1.0alpha3-3.src.rpm

Thu Jul 15 2004 Colin Walters <walters@redhat.com> - 1.0alpha3-3
- Apply patch to fix include path, thanks to Thomas Vander Stichele
This commit is contained in:
cvsdist 2004-09-09 07:43:37 +00:00
parent 212008ecb2
commit 0d8624a339

View File

@ -1,11 +1,12 @@
Summary: Theora Video Compression Codec Summary: Theora Video Compression Codec
Name: libtheora Name: libtheora
Version: 1.0alpha3 Version: 1.0alpha3
Release: 2 Release: 3
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.theora.org URL: http://www.theora.org
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Patch1: libtheora-1.0alpha3-include.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libogg-devel >= 2:1.1 BuildRequires: libogg-devel >= 2:1.1
BuildRequires: SDL-devel BuildRequires: SDL-devel
@ -39,6 +40,7 @@ with theora bitstreams.
%prep %prep
%setup -q %setup -q
%patch1 -p1
%build %build
%configure --enable-shared=yes --enable-static=yes %configure --enable-shared=yes --enable-static=yes
@ -71,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_includedir}/theora.h %{_includedir}/theora/theora.h
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a %{_libdir}/*.a
@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Thu Jul 15 2004 Colin Walters <walters@redhat.com> - 1.0alpha3-3
- Apply patch to fix include path, thanks to Thomas Vander Stichele
* Tue Jul 13 2004 Jeremy Katz <katzj@redhat.com> - 1.0alpha3-2 * Tue Jul 13 2004 Jeremy Katz <katzj@redhat.com> - 1.0alpha3-2
- rebuild - rebuild