]> git.pld-linux.org Git - packages/dagger.git/blob - dagger.spec
- up to 0.3.2
[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 dźwiękowych
3 Name:           dagger
4 Version:        0.3.2
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications
8 Source0:        http://freewarepoint.de/dagger/%{name}-%{version}.tar.gz
9 # Source0-md5:  c482a7bca5d7e1ffa2157358734956d3
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żącym do ustawiania znaczników i zmiany nazw
25 plików dźwiękowych. Aktualnie obsługiwanymi formatami są MP3 i Ogg
26 Vorbis. Plik konfiguracyjny daggera umożliwia ustawienie różnych
27 profili z 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.062748 seconds and 3 git commands to generate.