rpms/taglib-sharp/devel taglib-sharp-2.0.3.0-docsfix.patch, NONE, 1.1 taglib-sharp.spec, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jun 5 19:15:26 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/taglib-sharp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26118

Modified Files:
	taglib-sharp.spec 
Added Files:
	taglib-sharp-2.0.3.0-docsfix.patch 
Log Message:
fix docs generation

taglib-sharp-2.0.3.0-docsfix.patch:

--- NEW FILE taglib-sharp-2.0.3.0-docsfix.patch ---
diff -up taglib-sharp-2.0.3.0/docs/Package.en.xml.in.BAD taglib-sharp-2.0.3.0/docs/Package.en.xml.in
--- taglib-sharp-2.0.3.0/docs/Package.en.xml.in.BAD	2008-06-05 15:10:49.000000000 -0400
+++ taglib-sharp-2.0.3.0/docs/Package.en.xml.in	2008-06-05 15:11:23.000000000 -0400
@@ -151,46 +151,46 @@
 			<Replace Source="/Package/Overview/Copyright" Target="/Overview/Copyright" />
 			<Replace Source="/Package/Overview/Remarks" Target="/Overview/Remarks" />
 		</File>
-		<File Path="en/TagLib.xml">
+		<File Path="en/ns-TagLib.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Ape.xml">
+		<File Path="en/ns-TagLib.Ape.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Ape']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Asf.xml">
+		<File Path="en/ns-TagLib.Asf.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Asf']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Flac.xml">
+		<File Path="en/ns-TagLib.Flac.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Flac']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Id3v1.xml">
+		<File Path="en/ns-TagLib.Id3v1.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Id3v1']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Id3v2.xml">
+		<File Path="en/ns-TagLib.Id3v2.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Id3v2']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Mpeg4.xml">
+		<File Path="en/ns-TagLib.Mpeg4.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Mpeg4']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Mpeg.xml">
+		<File Path="en/ns-TagLib.Mpeg.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Mpeg']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.MusePack.xml">
+		<File Path="en/ns-TagLib.MusePack.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.MusePack']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.NonContainer.xml">
+		<File Path="en/ns-TagLib.NonContainer.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.NonContainer']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Ogg.Codecs.xml">
+		<File Path="en/ns-TagLib.Ogg.Codecs.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Ogg.Codecs']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Ogg.xml">
+		<File Path="en/ns-TagLib.Ogg.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Ogg']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.Riff.xml">
+		<File Path="en/ns-TagLib.Riff.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.Riff']/Docs" Target="/Namespace/Docs" />
 		</File>
-		<File Path="en/TagLib.WavPack.xml">
+		<File Path="en/ns-TagLib.WavPack.xml">
 			<Replace Source="/Package/Namespace[@Name='TagLib.WavPack']/Docs" Target="/Namespace/Docs" />
 		</File>
 	</ActionSet>


Index: taglib-sharp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-sharp/devel/taglib-sharp.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- taglib-sharp.spec	5 Jun 2008 18:45:32 -0000	1.2
+++ taglib-sharp.spec	5 Jun 2008 19:14:44 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:    taglib-sharp
 Version: 2.0.3.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Provides tag reading and writing for Banshee and other Mono apps
 
 Group:   System Environment/Libraries
@@ -11,6 +11,7 @@
 Source0: http://www.taglib-sharp.com/Download/%{name}-%{version}.tar.gz
 Patch0:  taglib-sharp-2.0.3.0-fix-xml.patch
 Patch1:  taglib-sharp-2.0.3.0-noInjectMenuItem.patch
+Patch2:  taglib-sharp-2.0.3.0-docsfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # We only have mono on these arches:
@@ -43,6 +44,7 @@
 # the doc install tries to write to a monodoc system file...
 # ... it also thinks it needs to embed DESTDIR in an install path.
 %patch1 -p1 -b .noInjectMenuItem
+%patch2 -p1 -b .docsfix
 
 %build
 %configure
@@ -71,6 +73,9 @@
 %{_libdir}/pkgconfig/taglib-sharp.pc
 
 %changelog
+* Thu Jun 5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.3.0-6
+- fix docs generation
+
 * Thu Jun 5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.3.0-5
 - Rebuild against new mono bits
 




More information about the fedora-extras-commits mailing list