]> git.pld-linux.org Git - packages/sound-juicer.git/commitdiff
- rel. 2 to rebuild with libmusicbrainz-2.1.0
authorgrzegol <grzegol@pld-linux.org>
Fri, 20 Feb 2004 17:23:13 +0000 (17:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added locale-names patch (changes locale no -> nb)
- regenerate al/ac/am

Changed files:
    sound-juicer.spec -> 1.13

sound-juicer.spec

index 103dc70f0ef65fa277869fbb8fabda6662ea280d..8e99d6b7c6bd2fdae02df1eaad143eaa2f05ea50 100644 (file)
@@ -2,20 +2,24 @@ Summary:      CD ripper
 Summary(pl):   Ripper p³yt CD
 Name:          sound-juicer
 Version:       0.5.10.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://www.burtonini.com/computing/%{name}-%{version}.tar.gz
 # Source0-md5: a879cce136a1f26274f0cb1906fbec71
+Patch0:                %{name}-locale-names.patch
 URL:           http://www.burtonini.com/blog/computers/sound-juicer/
 BuildRequires: GConf2-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gtk+2-devel
 BuildRequires: gstreamer-cdparanoia >= 0.6.1
 BuildRequires: gstreamer-devel >= 0.6.1
 BuildRequires: gstreamer-vorbis >= 0.6.1
+Buildrequires: intltool >= 0.20
 BuildRequires: libglade2-devel
 BuildRequires: libgnomeui-devel
-BuildRequires: libmusicbrainz-devel >= 2.0.1
+BuildRequires: libmusicbrainz-devel >= 2.1.0
 Requires(post):        GConf2
 Requires(post):        scrollkeeper
 Requires:      gstreamer-cdparanoia >= 0.6.1
@@ -30,8 +34,14 @@ Sound Juicer, ripper p
 
 %prep
 %setup -q
+%patch0 -p1
+
+mv po/{no,nb}.po
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --disable--schemas-install
 
This page took 0.875927 seconds and 4 git commands to generate.