]> git.pld-linux.org Git - packages/dagger.git/blob - dagger.spec
- initial PLD release
[packages/dagger.git] / dagger.spec
1 Summary:        Command-line utility for audio files
2 Summary(pl.UTF-8):      Narzędzie linii poleceń dla plików audio
3 Name:           dagger
4 Version:        0.3.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications
8 Source0:        http://freewarepoint.de/dagger/%{name}-%{version}.tar.gz
9 # Source0-md5:  5dca96d12079c275dc97607012841557
10 URL:            http://freewarepoint.de/dagger/
11 Requires:       id3v2 >= 0.1.11
12 Requires:       python-devel >= 1:2.3
13 Requires:       vorbis-tools >= 1.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 dagger is a small command-line utility for unix/linux written in
18 Python which tags and renames audio-files. Currently supported formats
19 are MP3 and OGG Vorbis. dagger's configuration file supports different
20 profiles with their own sets of options.
21
22 %description -l pl.UTF-8
23 dagger jest małym narzędziem linii poleceń napisanym w Pythonie dla
24 środowiska unix/linux służacym do tagowania i zmieniania nazw
25 plików audio. Aktualnie wspieranymi formatami są MP3 i OGG Vorbis.
26 Plik konfiguracyjny daggera umożliwia ustawienie różnych profili z
27 własnym zestawem opcji.
28
29 %prep
30 %setup -q
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
35
36 mv daggerrc daggerrc-example
37 install %{name} $RPM_BUILD_ROOT%{_bindir}
38 cp -r man/man* $RPM_BUILD_ROOT%{_mandir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc changelog README daggerrc-example
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man[15]/*.[15]*
This page took 0.739687 seconds and 4 git commands to generate.