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:
parent
212008ecb2
commit
0d8624a339
@ -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 <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
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user