Author: wiget Date: Tue Mar 15 14:26:11 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.3a
---- Files affected: packages/mp3splt: mp3splt.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: packages/mp3splt/mp3splt.spec diff -u packages/mp3splt/mp3splt.spec:1.15 packages/mp3splt/mp3splt.spec:1.16 --- packages/mp3splt/mp3splt.spec:1.15 Tue Feb 13 08:16:48 2007 +++ packages/mp3splt/mp3splt.spec Tue Mar 15 15:26:06 2011 @@ -2,20 +2,18 @@ Summary: Tool for spliting MP3, Ogg files to tracks Summary(pl.UTF-8): Program do podziału plików MP3, Ogg na ścieżki Name: mp3splt -Version: 2.1c +Version: 2.3a Release: 1 License: GPL Group: Applications/Multimedia -Source0: http://dl.sourceforge.net/mp3splt/%{name}-%{version}-src.tar.gz -# Source0-md5: b355835e4d57b8b921a14a6485244c87 -Patch0: %{name}-gcc4.patch +Source0: http://downloads.sourceforge.net/mp3splt/%{name}-%{version}.tar.gz +# Source0-md5: 1fe663f7de5a6949bbe5b6aa78fea79f URL: http://mp3splt.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: libmad-devel -BuildRequires: libogg-devel +BuildRequires: gettext-devel +BuildRequires: libmp3splt-devel >= 0.6.1a BuildRequires: libtool -BuildRequires: libvorbis-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -44,14 +42,15 @@ %prep %setup -q -%patch0 -p1 %build -%{__aclocal} +%{__gettextize} +%{__aclocal} -Im4 %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --enable-oggsplt_symlink %{__make} %install @@ -60,14 +59,18 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man1/* +%attr(755,root,root) %{_bindir}/mp3splt +%attr(755,root,root) %{_bindir}/oggsplt +%{_mandir}/man1/mp3splt.1* +%{_mandir}/man1/oggsplt.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -75,6 +78,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2011/03/15 14:26:06 wiget +- up to 2.3a + Revision 1.15 2007/02/13 07:16:48 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mp3splt/mp3splt.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
