]> git.pld-linux.org Git - packages/sound-juicer.git/commitdiff
- updated to 2.28.2 auto/th/sound-juicer-2_28_2-1 auto/ti/sound-juicer-2_28_2-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 31 Mar 2010 20:17:08 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sound-juicer.spec -> 1.78

sound-juicer.spec

index 9aaef8108f6510a5821021a75f9f216697c17651..a7458f0fbb1b8672f6c8c97341d11712f32ea2ff 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       CD ripper
 Summary(pl.UTF-8):     Ripper płyt CD
 Name:          sound-juicer
-Version:       2.28.1
-Release:       3
+Version:       2.28.2
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Multimedia
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/sound-juicer/2.28/%{name}-%{version}.tar.bz2
-# Source0-md5: 680c036ca9b062fe198fada30edbf534
+# Source0-md5: b40da7b2888d0c658fcfdff104ac8bbb
 URL:           http://www.burtonini.com/blog/computers/sound-juicer/
 BuildRequires: GConf2-devel >= 2.26.0
 BuildRequires: autoconf >= 2.52
@@ -32,6 +32,7 @@ BuildRequires:        pkgconfig
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: scrollkeeper >= 0.3.5
+BuildRequires: sed >= 4.0
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
@@ -55,6 +56,9 @@ Sound Juicer, ripper płyt CD używający GTK+ i GStreamera.
 %prep
 %setup -q
 
+sed -i -e 's/^en@shaw//' po/LINGUAS
+rm -f po/en@shaw.po
+
 %build
 %{__gnome_doc_prepare}
 %{__intltoolize}
@@ -65,7 +69,8 @@ Sound Juicer, ripper płyt CD używający GTK+ i GStreamera.
 %{__automake}
 %configure \
        --disable-schemas-install \
-       --disable-scrollkeeper
+       --disable-scrollkeeper \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -75,8 +80,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/en@shaw
-
 %find_lang %{name} --with-gnome --with-omf
 
 %clean
This page took 0.099506 seconds and 4 git commands to generate.