rpms/libtunepimp/FC-5 .cvsignore, 1.4, 1.5 libtunepimp.spec, 1.13, 1.14

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Sep 26 18:08:14 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/libtunepimp/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26602

Modified Files:
	.cvsignore libtunepimp.spec 
Log Message:
* Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.4.3-7
- drop -tools subpkg
- compat pkg-ready (libtunepimp3)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libtunepimp/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	12 Sep 2006 17:12:47 -0000	1.4
+++ .cvsignore	26 Sep 2006 18:08:14 -0000	1.5
@@ -1,3 +1,2 @@
-libtunepimp-0.4.2.tar.gz
 libtunepimp-0.4.3.tar.gz
 libtunepimp-0.5.1.tar.gz


Index: libtunepimp.spec
===================================================================
RCS file: /cvs/extras/rpms/libtunepimp/FC-5/libtunepimp.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libtunepimp.spec	25 Sep 2006 16:24:09 -0000	1.13
+++ libtunepimp.spec	26 Sep 2006 18:08:14 -0000	1.14
@@ -2,7 +2,7 @@
 Summary: A library for creating MusicBrainz enabled tagging applications 
 Name:	 libtunepimp
 Version: 0.4.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 License: LGPL
 Group: 	 System Environment/Libraries
@@ -20,15 +20,15 @@
 BuildRequires: flac-devel
 BuildRequires: libvorbis-devel
 BuildRequires: taglib-devel
-# TODO/FIXME: see http://bugzilla.redhat.com/191036
-#BuildRequires: libmp4v2-devel
 
-%if "%{version}" >= "0.5.0"
-BuildRequires: expat-devel
-BuildRequires: curl-devel
-BuildRequires: libofa-devel
+%if "%{name}" == "libtunepimp"
+Obsoletes: libtunepimp3 < %{version}-%{release}
+Provides:  libtunepimp3 = %{version}-%{release}
 %endif
 
+Obsoletes: libtunepimp-tools < %{version}-%{release}
+Provides:  libtunepimp-tools = %{version}-%{release}
+
 %description
 The TunePimp library is a development library geared towards developers 
 who wish to create MusicBrainz enabled tagging applications.
@@ -37,16 +37,14 @@
 Summary: Headers for developing programs that will use %{name} 
 Group:   Development/Libraries
 Requires: %{name} = %{version}-%{release}
+%if "%{name}" == "libtunepimp"
+Provides:  libtunepimp3-devel = %{version}-%{release}
+%else
+Conflicts: libtunepimp-devel
+%endif
 %description devel
 %{summary}.
 
-%package tools
-Summary: MusicBrainz tagging tools 
-Group:   Applications/Multimedia
-Requires: %{name} = %{version}-%{release}
-%description tools
-%{summary}.
-
 
 %prep
 %setup -q -n libtunepimp-%{version}
@@ -85,6 +83,8 @@
 %doc AUTHORS COPYING ChangeLog TODO 
 # README omitted, it's mostly useless
 %doc README.LGPL
+%{_bindir}/tp_tagger
+%{_bindir}/trm
 %{_libdir}/lib*.so.*
 %dir %{pkglibdir}
 %dir %{pkglibdir}/plugins/
@@ -99,12 +99,12 @@
 %{_includedir}/*
 %{_libdir}/lib*.so
 
-%files tools
-%defattr(-,root,root,-)
-%{_bindir}/*
-
 
 %changelog
+* Tue Sep 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.4.3-7
+- drop -tools subpkg
+- compat pkg-ready (libtunepimp3)
+
 * Thu Sep 14 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.4.3-6
 - PLUGIN_DIR patch, fix lib64 issues
 




More information about the scm-commits mailing list