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

Thorsten Leemhuis thl at rpmfusion.org
Sat Sep 20 13:57:01 CEST 2008


Author: thl

Update of /cvs/free/rpms/m2vrequantiser/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4403

Modified Files:
	.cvsignore sources 
Added Files:
	m2vrequantiser.spec 
Log Message:
initial import from livna


--- NEW FILE m2vrequantiser.spec ---
Name:           m2vrequantiser
Version:        20030929
Release:        3%{?dist}
Summary:        MPEG-2 stream requantizer

Group:          Applications/Multimedia
License:        GPL+
URL:            http://www.metakine.com/
Source0:        http://www.xeatre.tv/community/burn/contrib/M2VRequantizer.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
M2VRequantiser is a tool to requantize MPEG-2 streams without
recompressing.


%prep
%setup -q -n M2VRequantizer
rm -f requant


%build
%{__cc} $RPM_OPT_FLAGS -lm -o requant main.c


%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 requant $RPM_BUILD_ROOT%{_bindir}/requant
ln -s requant $RPM_BUILD_ROOT%{_bindir}/M2VRequantiser


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/M2VRequantiser
%{_bindir}/requant



%changelog
* Sat Sep 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 20030929-3
- rebuild for rpmfusion

* Wed Aug 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 20030929-2
- License: GPL+

* Mon Dec 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 20030929-1
- First RLO build.

* Thu Aug 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 20030929-0.1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/m2vrequantiser/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Sep 2008 11:45:47 -0000	1.1
+++ .cvsignore	20 Sep 2008 11:57:00 -0000	1.2
@@ -0,0 +1 @@
+M2VRequantizer.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/m2vrequantiser/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Sep 2008 11:45:47 -0000	1.1
+++ sources	20 Sep 2008 11:57:00 -0000	1.2
@@ -0,0 +1 @@
+5d01e53b6051e281a1681654c8481bac  M2VRequantizer.tar.gz



More information about the rpmfusion-commits mailing list