]> git.pld-linux.org Git - packages/sound-juicer.git/blobdiff - sound-juicer.spec
- updated deps
[packages/sound-juicer.git] / sound-juicer.spec
index a841492f7ec39700905046377dbd1b0156404621..674756da19dc4b36001063f78f01fe8cac88f949 100644 (file)
@@ -1,57 +1,65 @@
 Summary:       CD ripper
-Summary(pl):   Ripper p³yt CD
+Summary(pl.UTF-8):     Ripper płyt CD
 Name:          sound-juicer
-Version:       2.12.0
+Version:       2.20.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Multimedia
-Source0:       http://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.12/%{name}-%{version}.tar.bz2
-# Source0-md5: d5115a74bd51c8b35e49eb8137f5e301
+Source0:       http://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.20/%{name}-%{version}.tar.bz2
+# Source0-md5: 906079dba98770f5185fd43359c9459d
 Patch0:                %{name}-desktop.patch
 URL:           http://www.burtonini.com/blog/computers/sound-juicer/
-BuildRequires: GConf2-devel
+BuildRequires: GConf2-devel >= 2.19.1
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.9
-BuildRequires: gnome-doc-utils >= 0.3.1-2
-BuildRequires: gnome-media-devel >= 2.11.91
-BuildRequires: gnome-vfs2-devel >= 2.10.0-2
-BuildRequires: gstreamer-GConf-devel >= 0.8.8
-BuildRequires: gstreamer-devel >= 0.8.9
-BuildRequires: gtk+2-devel >= 2:2.8.0
-BuildRequires: intltool >= 0.33
-BuildRequires: libglade2-devel
-BuildRequires: libgnomeui-devel >= 2.10.0-2
+BuildRequires: gnome-doc-utils >= 0.12.0
+BuildRequires: gnome-media-devel >= 2.20.0
+BuildRequires: gnome-vfs2-devel >= 2.20.0
+BuildRequires: gstreamer-plugins-base-devel >= 0.10.10
+BuildRequires: gtk+2-devel >= 2:2.12.0
+BuildRequires: hal-devel >= 0.5.9
+BuildRequires: intltool >= 0.36.2
+BuildRequires: libcdio-devel >= 0.70
+BuildRequires: libglade2-devel >= 1:2.6.2
+BuildRequires: libgnomeui-devel >= 2.19.1
 BuildRequires: libmusicbrainz-devel >= 2.1.0
 BuildRequires: libtool
-BuildRequires: nautilus-cd-burner-devel >= 2.12.0
+BuildRequires: nautilus-cd-burner-devel >= 2.20.0
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.197
+BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: scrollkeeper >= 0.3.5
-Requires(post,preun):  GConf2
+Requires(post,postun): gtk+2
 Requires(post,postun): scrollkeeper
-Requires:      gstreamer-cdparanoia >= 0.8.8
-Requires:      nautilus-cd-burner-libs >= 2.12.0
+Requires(post,preun):  GConf2
+Requires:      gstreamer-cdparanoia >= 0.10.10
+Requires:      hicolor-icon-theme
+Requires:      libgnomeui >= 2.19.1
+Requires:      nautilus-cd-burner-libs >= 2.20.0
+Suggests:      gstreamer-audio-formats
+Suggests:      gstreamer-flac
+Suggests:      gstreamer-vorbis
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
 
-%description -l pl
-Sound Juicer, ripper p³yt CD u¿ywaj±cy GTK+ i GStreamera.
+%description -l pl.UTF-8
+Sound Juicer, ripper płyt CD używający GTK+ i GStreamera.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-gnome-doc-prepare --copy --force
+%{__gnome_doc_prepare}
 %{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
-       --disable--schemas-install
+       --disable-schemas-install \
+       --disable-scrollkeeper
 %{__make}
 
 %install
@@ -61,8 +69,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
-
 %find_lang %{name} --with-gnome
 
 %clean
@@ -71,26 +77,22 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %gconf_schema_install sound-juicer.schemas
 %scrollkeeper_update_post
-%banner %{name} -e << EOF
-To be able to rip a CD, You need to install appropriate
-GStreamer plugins:
-- gstreamer-audio-formats (encoding to WAVE)
-- gstreamer-flac (encoding to FLAC)
-- gstreamer-vorbis (encoding to Ogg Vorbis)
-EOF
+%update_icon_cache hicolor
 
 %preun
 %gconf_schema_uninstall sound-juicer.schemas
 
 %postun
 %scrollkeeper_update_postun
+%update_icon_cache hicolor
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README TODO
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/sound-juicer
 %{_datadir}/%{name}
-%{_desktopdir}/*
+%{_mandir}/man1/sound-juicer.1*
+%{_desktopdir}/sound-juicer.desktop
 %{_omf_dest_dir}/%{name}
-%{_pixmapsdir}/*
+%{_iconsdir}/hicolor/*/apps/*
 %{_sysconfdir}/gconf/schemas/sound-juicer.schemas
This page took 0.100705 seconds and 4 git commands to generate.