]> git.pld-linux.org Git - packages/picard.git/blobdiff - picard.spec
rm BR: ffmpeg-devel and libofa-devel
[packages/picard.git] / picard.spec
index 0653a63ccfe2c72e243f19152d650e95a113cbbf..55c226f3b8df7360623127d14dcc623551e4c9b5 100644 (file)
@@ -1,17 +1,15 @@
 Summary:       Picard, the Next-Generation MusicBrainz Tagger
 Summary(pl.UTF-8):     Picard - znaczniki MusicBrainz nowej generacji
 Name:          picard
-Version:       1.2
-Release:       1
+Version:       1.3.1
+Release:       0.1
 License:       GPL v2+
 Group:         Applications
 Source0:       ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz
-# Source0-md5: d1086687b7f7b0d359a731b1a25e7b66
+# Source0-md5: 2c155a0c4a5589c18bac3016365d7fbd
 Patch0:                %{name}-desktop.patch
 URL:           http://musicbrainz.org/doc/PicardTagger
-BuildRequires: ffmpeg-devel
-BuildRequires: gettext-devel
-BuildRequires: libofa-devel
+BuildRequires: gettext-tools
 BuildRequires: libstdc++-devel
 BuildRequires: pkgconfig
 BuildRequires: python-devel >= 1:2.5
@@ -41,7 +39,7 @@ językiem cross-platform - co pozwala uruchamiać ten sam kod zarówno
 pod Windows jak i Linuksem. Niedługo zostanie dodana obsługa Mac OS X.
 
 %prep
-%setup -q
+%setup -q -n %{name}-release-%{version}
 %patch0 -p1
 
 find -type f | xargs sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g'
@@ -58,9 +56,6 @@ install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
        --optimize=2 \
        --root=$RPM_BUILD_ROOT
 
-# Scots unsupported by glibc
-rm -r $RPM_BUILD_ROOT/%{_datadir}/locale/sco
-
 %py_postclean
 %find_lang %{name}
 
This page took 0.095862 seconds and 4 git commands to generate.