]> git.pld-linux.org Git - packages/soundconverter.git/blob - soundconverter.spec
- updated gettext BR
[packages/soundconverter.git] / soundconverter.spec
1 Summary:        Soundconverter for GNOME
2 Summary(pl.UTF-8):      Program do konwersji plików muzycznych dla GNOME'a
3 Name:           soundconverter
4 Version:        1.5.3
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/Sound
8 Source0:        http://download.berlios.de/soundconverter/%{name}-%{version}.tar.gz
9 # Source0-md5:  e090893dcab72671d2e509d389b664d9
10 URL:            http://soundconverter.berlios.de/
11 BuildRequires:  gettext-tools
12 BuildRequires:  intltool >= 0.40.0
13 BuildRequires:  python >= 1:2.4
14 BuildRequires:  python-gnome >= 2.12
15 BuildRequires:  python-pygtk-glade >= 2.12
16 BuildRequires:  python-pygtk-gtk >= 2.12
17 BuildRequires:  rpm-pythonprov
18 BuildRequires:  rpmbuild(macros) >= 1.219
19 Requires(post,postun):  gtk-update-icon-cache
20 Requires(post,postun):  hicolor-icon-theme
21 Requires:       python-gnome
22 Requires:       python-gnome-ui
23 Requires:       python-gstreamer
24 Requires:       python-pygtk-glade
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 A simple sound converter application for the GNOME environment. It
30 reads anything the GStreamer library can read, and writes WAV, FLAC,
31 MP3, and Ogg Vorbis files.
32
33 %description -l pl.UTF-8
34 Prosty program do konwersji plików muzycznych dla GNOME'a. Czyta pliki
35 obsługiwane przez GStreamera i zapisuje w formatach: WAV, FLAC, MP3 i
36 Ogg Vorbis.
37
38 %prep
39 %setup -q
40
41 %build
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post
57 %update_icon_cache hicolor
58
59 %postun
60 %update_icon_cache hicolor
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README TODO
65 %attr(755,root,root) %{_bindir}/*
66 %{_desktopdir}/%{name}.desktop
67 %{_mandir}/man1/*
68 %{_datadir}/%{name}
69 %{_iconsdir}/hicolor/*/*/*
This page took 0.097571 seconds and 3 git commands to generate.