rpms/monodoc/devel monodoc-patches.patch, 1.1, 1.2 monodoc.spec, 1.24, 1.25

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Aug 11 15:32:37 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/monodoc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22229

Modified Files:
	monodoc-patches.patch monodoc.spec 
Log Message:
fix license tag

monodoc-patches.patch:

Index: monodoc-patches.patch
===================================================================
RCS file: /cvs/pkgs/rpms/monodoc/devel/monodoc-patches.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monodoc-patches.patch	31 Aug 2006 21:56:38 -0000	1.1
+++ monodoc-patches.patch	11 Aug 2008 15:32:06 -0000	1.2
@@ -13,27 +13,21 @@
 -Libs: /r:${prefix}/lib/mono/monodoc/monodoc.dll 
 +Libs: /r:@libdir@/mono/monodoc/monodoc.dll 
 
---- monodoc-1.1.17/engine/Makefile.am	2006-07-05 23:32:10.000000000 +0100
-+++ monodoc-1.1.17/engine/Makefile.am	2006-08-30 23:27:21.000000000 +0100
-@@ -3,13 +3,13 @@
- CLEANFILES = monodoc.dll assembler.exe $(monodoc_unix_DATA) normalize.exe mod.exe validate.exe cs2ecma.exe
+--- monodoc-1.9/engine/Makefile.am.BAD	2008-08-11 11:23:41.000000000 -0400
++++ monodoc-1.9/engine/Makefile.am	2008-08-11 11:24:55.000000000 -0400
+@@ -4,11 +4,11 @@ CLEANFILES = monodoc.dll assembler.exe $
  DISTCLEANFILE = AssemblyInfo.cs
  
--if USE_CYGPATH
+ if USE_CYGPATH
 -GACDIR=`cygpath -w $(prefix)/lib`
 -GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib`
--else
++GACDIR=`cygpath -w $(libdir)`
++GACROOT=`cygpath -w $(DESTDIR)$(libdir)`
+ else
 -GACDIR=$(prefix)/lib
 -GACROOT=$(DESTDIR)$(prefix)/lib
--endif
-+#if USE_CYGPATH
-+#GACDIR=`cygpath -w $(prefix)/lib`
-+#GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib`
-+#else
 +GACDIR=$(libdir)
 +GACROOT=$(DESTDIR)$(libdir)
-+#endif
+ endif
  
  monodoc_sources = \
-
-


Index: monodoc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodoc/devel/monodoc.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- monodoc.spec	23 Apr 2008 09:13:38 -0000	1.24
+++ monodoc.spec	11 Aug 2008 15:32:06 -0000	1.25
@@ -5,8 +5,9 @@
 Summary: The mono documentation system
 Name: monodoc
 Version: 1.9
-Release: 1%{?dist}
-License: GPL
+Release: 2%{?dist}
+# No version specified. Most source files missing license attribution.
+License: GPL+
 Group: Documentation
 Source0: http://go-mono.com/sources-stable/monodoc-%{version}.zip
 URL: http://go-mono.com/sources/monodoc/
@@ -60,6 +61,9 @@
 %{monodir}/pkgconfig/monodoc.pc
 
 %changelog
+* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.9-2
+- fix license tag
+
 * Mon Apr 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-1
 - bump
 




More information about the fedora-extras-commits mailing list