rpms/ogmtools/F-10 ogmtools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gianluca Sforna giallu at fedoraproject.org
Thu Apr 16 07:42:09 UTC 2009


Author: giallu

Update of /cvs/extras/rpms/ogmtools/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30162

Modified Files:
	.cvsignore sources 
Added Files:
	ogmtools.spec 
Log Message:
Imported package


--- NEW FILE ogmtools.spec ---
Name:           ogmtools
Version:        1.5
Release:        5%{?dist}
Summary:        Tools for Ogg media streams

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://www.bunkus.org/videotools/ogmtools/
Source0:        http://www.bunkus.org/videotools/ogmtools/ogmtools-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libogg-devel
BuildRequires:  libvorbis-devel
BuildRequires:  libdvdread-devel

%description
These tools allow information about (ogminfo) or extraction from (ogmdemux) or
creation of (ogmmerge) OGG media streams. Note that OGM is used for "OGG media
streams".


%prep
%setup -q
# Convert Changelog to UTF8
iconv -f iso8859-1 -t utf8 ChangeLog -o ChangeLog.txt
touch -r ChangeLog ChangeLog.txt
mv ChangeLog.txt ChangeLog


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README TODO
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Thu Apr  9 2009 Gianluca Sforna <giallu gmail com> - 1.5-5
- Fix rpmlint issues
- Fix license tag

* Thu Dec 16 2008 Gianluca Sforna <giallu gmail com> - 1.5-4
- New spec based off freshrpms for Fedora submission


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ogmtools/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Apr 2009 04:23:35 -0000	1.1
+++ .cvsignore	16 Apr 2009 07:41:38 -0000	1.2
@@ -0,0 +1 @@
+ogmtools-1.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ogmtools/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Apr 2009 04:23:35 -0000	1.1
+++ sources	16 Apr 2009 07:41:38 -0000	1.2
@@ -0,0 +1 @@
+02d356e3d21d53b1d9715bab223d8996  ogmtools-1.5.tar.bz2




More information about the scm-commits mailing list