SPECS: dagger.spec (NEW) - initial PLD release

lisu lisu at pld-linux.org
Sat Sep 22 17:35:04 CEST 2007


Author: lisu                         Date: Sat Sep 22 15:35:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   dagger.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dagger.spec
diff -u /dev/null SPECS/dagger.spec:1.1
--- /dev/null	Sat Sep 22 17:35:04 2007
+++ SPECS/dagger.spec	Sat Sep 22 17:34:59 2007
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	Command-line utility for audio files
+Summary(pl.UTF-8):	Narzędzie linii poleceń dla plików audio
+Name:		dagger
+Version:	0.3.1
+Release:	1
+License:	GPL v2+
+Group:		Applications
+Source0:	http://freewarepoint.de/dagger/%{name}-%{version}.tar.gz
+# Source0-md5:	5dca96d12079c275dc97607012841557
+URL:		http://freewarepoint.de/dagger/
+Requires:	id3v2 >= 0.1.11
+Requires:	python-devel >= 1:2.3
+Requires:	vorbis-tools >= 1.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dagger is a small command-line utility for unix/linux written in
+Python which tags and renames audio-files. Currently supported formats
+are MP3 and OGG Vorbis. dagger's configuration file supports different
+profiles with their own sets of options.
+
+%description -l pl.UTF-8
+dagger jest małym narzędziem linii poleceń napisanym w Pythonie dla
+środowiska unix/linux służacym do tagowania i zmieniania nazw
+plików audio. Aktualnie wspieranymi formatami są MP3 i OGG Vorbis.
+Plik konfiguracyjny daggera umożliwia ustawienie różnych profili z
+własnym zestawem opcji.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
+
+mv daggerrc daggerrc-example
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+cp -r man/man* $RPM_BUILD_ROOT%{_mandir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc changelog README daggerrc-example
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man[15]/*.[15]*
+
+%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  2007/09/22 15:34:59  lisu
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list