SPECS: ape2mp3.spec (NEW) - init, works
sardzent
sardzent at pld-linux.org
Tue Sep 20 16:56:42 CEST 2005
Author: sardzent Date: Tue Sep 20 14:56:42 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init, works
---- Files affected:
SPECS:
ape2mp3.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ape2mp3.spec
diff -u /dev/null SPECS/ape2mp3.spec:1.1
--- /dev/null Tue Sep 20 16:56:42 2005
+++ SPECS/ape2mp3.spec Tue Sep 20 16:56:37 2005
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary: Converts ape-image to mp3-tracks
+Summary(pl): Konwertuje obraz ape do scieżek mp3
+Name: ape2mp3
+Version: 0.1
+Release: 0.1
+License: GPL
+Group: Applications/Sound
+Source0: http://mesh.dl.sourceforge.net/sourceforge/ape2mp3/%{name}
+# Source0-md5: 30c5003a3a5abe461d8821d4aec1e8a4
+URL: http://sourceforge.net/projects/ape2mp3/
+Requires: bash
+Requires: bchunk
+Requires: lame
+Requires: mac
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Converts ape-image to mp3-tracks.
+
+%description -l pl
+Konwertuje obrazy w formacie ape do scieżek mp3
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_bindir}/ape2mp3
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/09/20 14:56:37 sardzent
+- init, works
+
+
================================================================
More information about the pld-cvs-commit
mailing list