rpms/spr/F-7 spr-06.00.02-cflags.patch, NONE, 1.1 spr.spec, 1.3, 1.4 spr-05.00.01-cflags.patch, 1.1, NONE

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Aug 23 02:57:10 UTC 2007


Author: wart

Update of /cvs/extras/rpms/spr/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16616

Modified Files:
	spr.spec 
Added Files:
	spr-06.00.02-cflags.patch 
Removed Files:
	spr-05.00.01-cflags.patch 
Log Message:
- Update to latest release
- License tag clarification



spr-06.00.02-cflags.patch:

--- NEW FILE spr-06.00.02-cflags.patch ---
--- StatPatternRecognition/configure.orig	2007-06-07 18:31:31.000000000 -0700
+++ StatPatternRecognition/configure	2007-06-07 18:32:04.000000000 -0700
@@ -9648,7 +9648,11 @@
 
 ################################
 
-AM_CXXFLAGS="-ansi -pedantic -O4"
+if test "${ac_env_CXXFLAGS_set}" = set; then
+    AM_CXXFLAGS=${ac_env_CXXFLAGS_value}
+else
+    AM_CXXFLAGS="-ansi -pedantic -O4"
+fi
 
 
 
--- StatPatternRecognition/configure.ac.orig	2007-06-07 18:31:36.000000000 -0700
+++ StatPatternRecognition/configure.ac	2007-06-07 18:32:22.000000000 -0700
@@ -104,7 +104,11 @@
 
 ################################
 
-AM_CXXFLAGS="-ansi -pedantic -O4"
+if test "${ac_env_CXXFLAGS_set}" = set; then
+    AM_CXXFLAGS=${ac_env_CXXFLAGS_value}
+else
+    AM_CXXFLAGS="-ansi -pedantic -O4"
+fi
 
 AC_SUBST([AM_CPPFLAGS])
 AC_SUBST([AM_CXXFLAGS])


Index: spr.spec
===================================================================
RCS file: /cvs/extras/rpms/spr/F-7/spr.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spr.spec	15 May 2007 21:12:37 -0000	1.3
+++ spr.spec	23 Aug 2007 02:56:38 -0000	1.4
@@ -1,13 +1,13 @@
 Name:           spr
-Version:        05.02.00
+Version:        07.00.00
 Release:        1%{?dist}
 Summary:        Library for categorization of data
 
 Group:          Development/Libraries
-License:        GPL
+License:        GPL+
 URL:            http://www.hep.caltech.edu/~narsky/spr.html
-Patch0:         spr-05.00.01-cflags.patch
-Source0:        http://downloads.sourceforge.net/statpatrec/SPR-05-02-00.tar.gz
+Patch0:         spr-06.00.02-cflags.patch
+Source0:        http://downloads.sourceforge.net/statpatrec/SPR-07-00-00.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libstdc++-devel
 
@@ -26,10 +26,8 @@
 %prep
 %setup -q -n StatPatternRecognition
 touch -r configure.ac configure.ac.stamp
-touch -r src/Makefile.am src/Makefile.am.stamp
-%patch0
+%patch0 -p1
 touch -r configure.ac.stamp configure.ac
-touch -r src/Makefile.am.stamp src/Makefile.am
 
 
 %build
@@ -75,6 +73,10 @@
 
 
 %changelog
+* Tue Aug 21 2007 Wart <wart at kobold.org> 07.00.00-1
+- Update to latest release
+- License tag clarification
+
 * Tue May 15 2007 Wart <wart at kobold.org> 05.02.00-1
 - Update to 05.02.00
 - Remove patch that was accepted upstream


--- spr-05.00.01-cflags.patch DELETED ---




More information about the fedora-extras-commits mailing list