rpms/oggvideotools/F-8 oggvideotools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Tue Aug 12 13:35:58 UTC 2008


Author: mdomsch

Update of /cvs/extras/rpms/oggvideotools/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18865

Modified Files:
	.cvsignore sources 
Added Files:
	oggvideotools.spec 
Log Message:
latest upstream now builds for Fedora 8 too


--- NEW FILE oggvideotools.spec ---
Name:           oggvideotools
Version:        0.5
Release:        1%{?dist}
Summary:        Toolbox for manipulating Ogg video files

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://dev.streamnik.de/oggvideotools.html
Source0:        http://dev.streamnik.de/uploads/media/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  pkgconfig
BuildRequires:  libogg-devel libvorbis-devel libtheora-devel SDL-devel

%description
A toolbox for manipulating Ogg video files, which usually consist of a
video stream (Theora) and an audio stream (Vorbis). It includes a
number of handy command line tools for manipulating these video files,
such as for splitting the different streams.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
chmod 644 docs/DocuOggVideoTools.pdf


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README ChangeLog docs/DocuOggVideoTools.pdf
%{_bindir}/*

%changelog
* Tue Aug 12 2008 Matt Domsch <mdomsch at fedoraproject.org> - 0.5-1
- Fedora patches applied upstream
- improved documentation

* Thu Jul 24 2008 Matt Domsch <mdomsch at fedoraproject.org> - 0.4-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/oggvideotools/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jul 2008 04:01:21 -0000	1.1
+++ .cvsignore	12 Aug 2008 13:35:28 -0000	1.2
@@ -0,0 +1 @@
+oggvideotools-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/oggvideotools/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jul 2008 04:01:21 -0000	1.1
+++ sources	12 Aug 2008 13:35:28 -0000	1.2
@@ -0,0 +1 @@
+72d4f900456e5c9d5e242620c513ba68  oggvideotools-0.5.tar.gz




More information about the fedora-extras-commits mailing list