packages: picard/picard.spec - up to 0.16 - BR: pkgconfig for ./setup.py co...

blekot blekot at pld-linux.org
Sun May 13 15:40:52 CEST 2012


Author: blekot                       Date: Sun May 13 13:40:52 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.16
- BR: pkgconfig for ./setup.py config
- BR: ffmpeg-devel, libofa-devel after checking what config was looking for
- works ;-)

---- Files affected:
packages/picard:
   picard.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/picard/picard.spec
diff -u packages/picard/picard.spec:1.12 packages/picard/picard.spec:1.13
--- packages/picard/picard.spec:1.12	Wed Feb  9 12:05:31 2011
+++ packages/picard/picard.spec	Sun May 13 15:40:47 2012
@@ -1,21 +1,20 @@
 # $Revision$, $Date$
-# TODO:
-# - unpackaged files:
-#   /usr/share/icons/picard-16.png
-#   /usr/share/icons/picard-32.png
 Summary:	Picard, the Next-Generation MusicBrainz Tagger
 Summary(pl.UTF-8):	Picard - znaczniki MusicBrainz nowej generacji
 Name:		picard
-Version:	0.12.1
-Release:	3
+Version:	0.16
+Release:	1
 License:	GPL v2+
 Group:		Applications
 Source0:	ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/%{name}-%{version}.tar.gz
-# Source0-md5:	cfe594d68924afbc0704888130295c85
+# Source0-md5:	5791a5ae1ce92ac1ffb1cc8f15917ad7
 Patch0:		%{name}-desktop.patch
 URL:		http://musicbrainz.org/doc/PicardTagger
+BuildRequires:	ffmpeg-devel
 BuildRequires:	gettext-devel
+BuildRequires:	libofa-devel
 BuildRequires:	libstdc++-devel
+BuildRequires:	pkgconfig
 BuildRequires:	python-devel >= 1:2.5
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
@@ -48,7 +47,8 @@
 
 %build
 find -type f -exec sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g' "{}" ";"
-python ./setup.py build
+python ./setup.py config
+python ./setup.py build 
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -86,6 +86,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2012/05/13 13:40:47  blekot
+- up to 0.16
+- BR: pkgconfig for ./setup.py config
+- BR: ffmpeg-devel, libofa-devel after checking what config was looking for
+- works ;-)
+
 Revision 1.12  2011/02/09 11:05:31  jasw
 - R: python-mutagen
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/picard/picard.spec?r1=1.12&r2=1.13



More information about the pld-cvs-commit mailing list