]> git.pld-linux.org Git - SPECS.git/blob - pdmp3.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / pdmp3.spec
1 Summary:        PDMP3 is a MP3 manager for GNOME
2 Summary(pl.UTF-8):      PDMP3 - zarządca MP3 dla GNOME
3 Name:           pdmp3
4 Version:        1.5.0
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        ftp://maul.viptx.net/pub/pdmp3/%{name}-%{version}.tar.gz
9 # Source0-md5:  05f1e189c4a5eed5ef82e8a9b76199d6
10 Patch0:         %{name}-DESTDIR.patch
11 Patch1:         %{name}-ac.patch
12 URL:            http://maul.viptx.net/software/pdmp3.html
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-tools
16 BuildRequires:  gnome-libs-devel
17 Requires:       xmms
18 Requires:       gnapster
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21
22 %description
23 PDMP3 is a program to manage your MP3 collection. It supports id3 tag
24 editing, file rename and deletion, playlist creation and other little
25 utilities. It was written in C and uses GNOME and GTK+ as it's
26 graphical interface.
27
28 %description -l pl.UTF-8
29 PDMP3 jest programem do zarządzania zbiorem plików MP3. Obsługuje
30 edycję tagów id3, zmianę nazwy i usuwanie plików, tworzenie playlist i
31 inne małe narzędzia. Używa GNOME i GTK+ jako interfejsu graficznego.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36 %patch1 -p1
37
38 %build
39 rm -f missing
40 %{__gettextize}
41 %{__autoconf}
42 %{__aclocal} -I macros
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT \
52         Productivitydir=%{_applnkdir}/Multimedia
53
54 #%find_lang %{name}
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README
62 %attr(755,root,root) %{_bindir}/*
63 %{_applnkdir}/Multimedia/*
64 %{_pixmapsdir}/*
This page took 0.135264 seconds and 3 git commands to generate.