]> git.pld-linux.org Git - packages/soundconverter.git/commitdiff
- new
authorwitekfl <witekfl@pld-linux.org>
Sat, 26 Dec 2009 20:11:21 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    soundconverter.spec -> 1.1

soundconverter.spec [new file with mode: 0644]

diff --git a/soundconverter.spec b/soundconverter.spec
new file mode 100644 (file)
index 0000000..0d8ac95
--- /dev/null
@@ -0,0 +1,65 @@
+Summary:       Soundconverter for GNOME
+Summary(pl.UTF-8):     Program do konwersji plików muzycznych dla GNOME'a
+Name:          soundconverter
+Version:       1.4.4
+Release:       1
+License:       GPL v2
+Group:         Applications/Sound
+Source0:       http://download.berlios.de/soundconverter/%{name}-%{version}.tar.bz2
+# Source0-md5: c49c60cc466b50e000f83b8d50645ef8
+URL:           http://soundconverter.berlios.de/
+BuildRequires: gettext-devel
+BuildRequires: intltool >= 0.40.0
+BuildRequires: python >= 1:2.4
+BuildRequires: python-pygtk-devel >= 2.12
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+Requires(post,postun): hicolor-icon-theme
+Requires:      python-gnome
+Requires:      python-gnome-ui
+Requires:      python-gstreamer
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A simple sound converter application for the GNOME environment. It
+reads anything the GStreamer library can read, and writes WAV, FLAC,
+MP3, and Ogg Vorbis files.
+
+%description -l pl.UTF-8
+Prosty program do konwersji plików muzycznych dla GNOME'a. Czyta pliki
+obsługiwane przez GStreamera i zapisuje w formatach: WAV, FLAC, MP3 i
+Ogg Vorbis.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/%{name}.desktop
+%{_mandir}/man1/*
+%{_datadir}/%{name}
+%{_iconsdir}/hicolor/*/*/*
This page took 0.083003 seconds and 4 git commands to generate.