rpms/mpgtx/F-8 mpgtx-1.3.1-makefile.patch, NONE, 1.1 mpgtx.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis thl at rpmfusion.org
Mon Aug 4 20:28:20 CEST 2008


Author: thl

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

Modified Files:
	.cvsignore sources 
Added Files:
	mpgtx-1.3.1-makefile.patch mpgtx.spec 
Log Message:
initial import from livna

mpgtx-1.3.1-makefile.patch:

--- NEW FILE mpgtx-1.3.1-makefile.patch ---
--- /home/mlj/rpm/BUILD/mpgtx-1.3.1/configure.orig	2005-01-17 19:27:18.147210531 +0100
+++ /home/mlj/rpm/BUILD/mpgtx-1.3.1/configure	2005-01-17 19:27:25.256295773 +0100
@@ -12,7 +12,7 @@
 CC="g++"
 common_cflags="-Wall"
 devel_cflags="-g -Werror -fno-builtin"
-optimization_cflags="-O3"
+optimization_cflags="$RPM_OPT_FLAGS"
 release_cflags=$optimization_cflags
 OFLAGS="-ansi"
 cflags=$common_cflags
@@ -206,7 +206,6 @@
 fi
 
 if test $devel = "no" -a $debug = "no"; then
-lflags="$lflags -s";
 cflags="$cflags $optimization_cflags";
 fi
 
@@ -321,7 +320,7 @@
 	install -d -m 755  \$(INSTALLDIR)
 	install -d -m 755  \$(MANDIR)
 	install -d -m 755  \$(MANDIRDE)
-	install -s -m 755 mpgtx \$(INSTALLDIR)
+	install -m 755 mpgtx \$(INSTALLDIR)
 	cp -\$(cpflags)f mpgdemux mpgjoin mpgcat mpginfo mpgsplit tagmp3 \$(INSTALLDIR)
 	install -m 644 man/mpgtx.1 man/tagmp3.1 \$(MANDIR)
 	install -m 644 man/de/mpgtx.1 man/de/tagmp3.1 \$(MANDIRDE)


--- NEW FILE mpgtx.spec ---
Name:           mpgtx
Version:        1.3.1
Release:        4%{?dist}
Summary:        An MPEG toolbox

Group:          Applications/Multimedia
License:        GPL
URL:            http://mpgtx.sourceforge.net/
Source0:        http://dl.sf.net/mpgtx/mpgtx-1.3.1.tar.gz
Patch0:         mpgtx-1.3.1-makefile.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
mpgtx allows you to split, join, demultiplex, manipulate ID3 tags and
fetch detailed information about a variety of MPEG files. 


%prep
%setup -q
%patch0 -p6 -b .makefile
for f in ChangeLog man/de/mpgtx.1 man/de/tagmp3.1 ; do
    iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
done


%build
./configure --prefix=%{_prefix}
make


%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT%{_prefix} manprefix=$RPM_BUILD_ROOT%{_datadir}


%clean
rm -rf $RPM_BUILD_ROOT


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

%changelog
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.3.1-4
- rebuild

* Sun Oct  7 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-3
- Fix empty debuginfo package (#993).
- Convert docs to UTF-8.
- %%lang'ify German man pages.

* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.3.1-2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21

* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- switch to new release field
- drop Epoch

* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist

* Mon Jan 17 2005 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.3.1-0.lvn.1
- Updated to 1.3.1.

* Wed Dec  8 2004 Dams <anvil[AT]livna.org> - 0:1.3-0.lvn.4
- Patch0 needs -p6, not -p0.

* Thu Oct 28 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.3-0.lvn.3
- Fixed build patch for FC3 compilation.

* Tue Apr  8 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.3-0.fdr.2
- Added epoch.
- Modified source URL to allow direct downloading.

* Sat Mar 20 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 1.3-0.fdr.1
- Initial Fedora RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpgtx/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jul 2008 18:14:03 -0000	1.1
+++ .cvsignore	4 Aug 2008 18:28:19 -0000	1.2
@@ -0,0 +1 @@
+mpgtx-1.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpgtx/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jul 2008 18:14:03 -0000	1.1
+++ sources	4 Aug 2008 18:28:19 -0000	1.2
@@ -0,0 +1 @@
+d628060aa04ad3b40a175bf35f5167cf  mpgtx-1.3.1.tar.gz



More information about the rpmfusion-commits mailing list