rpms/log4cpp/F-10 log4cpp.spec,1.1,1.2

Tom Callaway spot at fedoraproject.org
Mon Feb 2 19:39:07 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/log4cpp/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30815/F-10

Modified Files:
	log4cpp.spec 
Log Message:
fix licensing issue with Artistic licensed file


Index: log4cpp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/log4cpp/F-10/log4cpp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- log4cpp.spec	15 Dec 2008 20:47:12 -0000	1.1
+++ log4cpp.spec	2 Feb 2009 19:38:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           log4cpp
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        C++ logging library
 
 Group:          Development/Libraries
@@ -13,6 +13,8 @@
 Patch1:         log4cpp-1.0-remove-pc-cflags.patch
 # Install docs into DESTDIR
 Patch2:         log4cpp-1.0-fix-doc-dest.patch
+# Don't try to build snprintf.c
+Patch3:		log4cpp-1.0-no-snprintf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gcc-c++
@@ -42,6 +44,10 @@
 %patch0 -p 1 -b .gcc43
 %patch1 -p 1 -b .no-cflags
 %patch2 -p 1 -b .doc-dest
+%patch3 -p1 -b .no-snprintf
+# Delete non-free (but freely distributable) file under Artistic 1.0
+# just to be sure we're not using it.
+rm -rf src/snprintf.c
 
 %build
 aclocal -I m4
@@ -85,5 +91,10 @@
 
 
 %changelog
-* Fri Dec 12 2008 Jon McCann <jmccann at redhat.com> - 1.0-1
+* Mon Feb  2 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0-2
+- Delete non-free (but freely distributable) snprintf.c under Artistic 1.0 
+  just to be sure we're not using it.
+
+
+* Mon Dec 15 2008 Jon McCann <jmccann at redhat.com> - 1.0-1
 - Initial package




More information about the fedora-extras-commits mailing list