]> git.pld-linux.org Git - packages/picard.git/blobdiff - picard.spec
packaged countries and attributes translations
[packages/picard.git] / picard.spec
index d12d9adfc95bb308efd6e6e8d46c6414a06d03d5..8471da27a2ae86f02a44c3546485f14c4aecb644 100644 (file)
@@ -1,17 +1,16 @@
 Summary:       Picard, the Next-Generation MusicBrainz Tagger
 Summary(pl.UTF-8):     Picard - znaczniki MusicBrainz nowej generacji
 Name:          picard
-Version:       0.16
-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: 5791a5ae1ce92ac1ffb1cc8f15917ad7
+# Source0-md5: 2c155a0c4a5589c18bac3016365d7fbd
 Patch0:                %{name}-desktop.patch
+Patch1:                e53fb11e61021b5dea33165842abb93b4da28af5.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,11 +40,14 @@ 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
+%patch1 -p1
 
 find -type f | xargs sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g'
 
+%{__rm} po/sco.po
+
 %build
 %{__python} setup.py config
 %{__python} setup.py build
@@ -58,11 +60,10 @@ 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}
+%find_lang %{name}-countries -a %{name}.lang
+%find_lang %{name}-attributes -a %{name}.lang
 
 %post
 %update_icon_cache hicolor
This page took 0.029296 seconds and 4 git commands to generate.