release 1.0alpha4
This commit is contained in:
parent
b07902b8ce
commit
23d2685260
@ -1,13 +1,12 @@
|
|||||||
Summary: Theora Video Compression Codec
|
Summary: Theora Video Compression Codec
|
||||||
Name: libtheora
|
Name: libtheora
|
||||||
Version: 1.0alpha3
|
Version: 1.0alpha4
|
||||||
Release: 5
|
Release: 1
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
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: libvorbis-devel
|
BuildRequires: libvorbis-devel
|
||||||
@ -42,7 +41,6 @@ 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
|
||||||
@ -70,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README COPYING
|
%doc README COPYING
|
||||||
%doc doc/vp3-format.txt
|
%doc doc/vp3-format.txt
|
||||||
%doc doc/spec.py doc/spec.html
|
%doc doc/spec/Theora_I_spec.pdf
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -78,12 +76,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/theora/theora.h
|
%{_includedir}/theora/theora.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
%{_libdir}/pkgconfig/theora.pc
|
||||||
|
|
||||||
%files -n theora-tools
|
%files -n theora-tools
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 05 2004 Colin Walters <walters@redhat.com> - 1.0alpha3-5
|
||||||
- Add BuildRequires on libvorbis-devel (134664)
|
- Add BuildRequires on libvorbis-devel (134664)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user