Author: witekfl Date: Sat Dec 26 20:11:26 2009 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/soundconverter: soundconverter.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/soundconverter/soundconverter.spec diff -u /dev/null packages/soundconverter/soundconverter.spec:1.1 --- /dev/null Sat Dec 26 21:11:26 2009 +++ packages/soundconverter/soundconverter.spec Sat Dec 26 21:11:21 2009 @@ -0,0 +1,76 @@ +# $Revision$, $Date$ +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/*/*/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/12/26 20:11:21 witekfl +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
