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

Sat Jul 17 2004 Warren Togami <wtogami@redhat.com> - 1.0alpha3-4
- Add Epoch dependencies for future Epoch increment safety measure
This commit is contained in:
cvsdist 2004-09-09 07:43:46 +00:00
parent 0d8624a339
commit 9c1b01a285

View File

@ -1,7 +1,8 @@
Summary: Theora Video Compression Codec
Name: libtheora
Version: 1.0alpha3
Release: 3
Release: 4
Epoch: 0
License: BSD
Group: System Environment/Libraries
URL: http://www.theora.org
@ -23,7 +24,7 @@ in the future to improve over what is possible with VP3.
Summary: Development tools for Theora applications.
Group: Development/Libraries
Requires: libogg-devel >= 2:1.1
Requires: libtheora = %{version}-%{release}
Requires: libtheora = %{epoch}:%{version}-%{release}
%description devel
The libtheora-devel package contains the header files and documentation
@ -32,7 +33,7 @@ needed to develop applications with libtheora.
%package -n theora-tools
Summary: Command line tools for Theora videos
Group: Applications/Multimedia
Requires: libtheora = %{version}-%{release}
Requires: libtheora = %{epoch}:%{version}-%{release}
%description -n theora-tools
The theora-tools package contains simple command line tools for use
@ -82,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
* Sat Jul 17 2004 Warren Togami <wtogami@redhat.com> - 1.0alpha3-4
- Add Epoch dependencies for future Epoch increment safety measure
* Thu Jul 15 2004 Colin Walters <walters@redhat.com> - 1.0alpha3-3
- Apply patch to fix include path, thanks to Thomas Vander Stichele