rpms/crm114/devel .cvsignore, 1.4, 1.5 crm114-rpm.patch, 1.3, 1.4 crm114.spec, 1.7, 1.8 sources, 1.4, 1.5

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Wed Jul 9 18:39:40 UTC 2008


Author: rathann

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

Modified Files:
	.cvsignore crm114-rpm.patch crm114.spec sources 
Log Message:
- updated to current wget version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/crm114/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	27 Oct 2007 14:21:15 -0000	1.4
+++ .cvsignore	9 Jul 2008 18:38:45 -0000	1.5
@@ -1 +1,2 @@
 crm114-20070810-BlameTheSegfault.src.tar.gz
+crm114-20080703-BlameVT.src.tar.gz

crm114-rpm.patch:

Index: crm114-rpm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/crm114/devel/crm114-rpm.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crm114-rpm.patch	27 Oct 2007 14:21:15 -0000	1.3
+++ crm114-rpm.patch	9 Jul 2008 18:38:45 -0000	1.4
@@ -1,25 +1,25 @@
-diff -up crm114-20070810-BlameTheSegfault.src/Makefile.r crm114-20070810-BlameTheSegfault.src/Makefile
---- crm114-20070810-BlameTheSegfault.src/Makefile.r	2007-08-13 13:05:35.000000000 +0200
-+++ crm114-20070810-BlameTheSegfault.src/Makefile	2007-10-27 15:49:38.000000000 +0200
-@@ -54,7 +54,7 @@ SYSTEMTYPE = POSIX
- #  and warn on all warnable things "-Wall".  Someday add -Wextra for
+diff -up crm114-20080703-BlameVT.src/Makefile.r crm114-20080703-BlameVT.src/Makefile
+--- crm114-20080703-BlameVT.src/Makefile.r	2008-07-01 01:28:43.000000000 +0200
++++ crm114-20080703-BlameVT.src/Makefile	2008-07-09 19:57:41.000000000 +0200
+@@ -72,7 +72,7 @@ SYSTEMTYPE = POSIX
  #  really picayune stuff.
  #  
+ #  Our default is with debugging, full optimization, and lots of warnings:
 -CFLAGS += -g -O3 -Wall
 +#CFLAGS += -g -O3 -Wall
- #     turn this one on for no optimization debugging.
- #CFLAGS += -g -O0 -Wall 
- #     turn this one on for really picayune debugging.
-@@ -64,7 +64,7 @@ CFLAGS += -g -O3 -Wall
- #   Comment this out if you want dynamic linking
- #
+ #     turn this one on for no optimization, but debugging and time profiling:
+ #CFLAGS += -g -O0 -Wall -pg
+ #     turn this one on for really picayune debugging:
+@@ -84,7 +84,7 @@ CFLAGS += -g -O3 -Wall
  #    BSD users - do NOT use -static-libgcc!!!
--LDFLAGS += -static -static-libgcc
-+#LDFLAGS += -static -static-libgcc
+ #LDFLAGS += -static -static-libgcc 
+ #    use this one if you want program profiling.
+-LDFLAGS += -static -static-libgcc -pg
++#LDFLAGS += -static -static-libgcc -pg
  #
  #   Any standard install flags?  We nominally use protection 755
  INSTALLFLAGS += -m 755
-@@ -411,13 +411,13 @@ osbf-util: osbf-util.c crm_osbf_maintena
+@@ -454,13 +454,13 @@ osbf-util: osbf-util.c crm_osbf_maintena
  		crm_util_errorhandlers.o \
  		crm_osbf_maintenance.o -lm -ltre -o osbf-util
  
@@ -35,7 +35,7 @@
  	$(CC)  $(CFLAGS) $(LDFLAGS) -D$(SYSTEMTYPE) -DVERSION='"$(VERSION)"' \
  		crm_str_funcs.o \
  		crm_util_errorhandlers.o \
-@@ -449,13 +449,13 @@ install_utils:
+@@ -493,13 +493,13 @@ install_utils:
  	#    Installing Utilities
  	#	
  	$(MAKE) cssmerge cssutil cssdiff osbf-util
@@ -54,7 +54,7 @@
  
  
  # use different name so we can keep it around along with default one
-@@ -464,15 +464,15 @@ install_engine: crm114
+@@ -508,15 +508,15 @@ install_engine: crm114
  	#
  	#    Installing engine
  	#


Index: crm114.spec
===================================================================
RCS file: /cvs/pkgs/rpms/crm114/devel/crm114.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- crm114.spec	19 Feb 2008 20:34:26 -0000	1.7
+++ crm114.spec	9 Jul 2008 18:38:45 -0000	1.8
@@ -1,6 +1,6 @@
-%define cvsver 20070810
-%define codename BlameTheSegfault
-%define rel 7
+%define cvsver 20080703
+%define codename BlameVT
+%define rel 8
 
 Summary: CRM114 Bayesian Spam Detector
 Name: crm114
@@ -44,7 +44,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/{%{name},emacs/site-lisp}}
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT INSTALLFLAGS="-m 755 -p" install
 install -pm 755 mail{filter,reaver,trainer}.crm $RPM_BUILD_ROOT%{_datadir}/%{name}/
 install -pm 644 maillib.crm $RPM_BUILD_ROOT%{_datadir}/%{name}/
 
@@ -62,6 +62,9 @@
 %{_datadir}/emacs/site-lisp/*.el
 
 %changelog
+* Wed Jul 09 2008 Dominik Mierzejewski <rpm at greysector.net> 0-1.8.20080703
+- updated to current "wget" version
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0-1.7.20070810
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/crm114/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	27 Oct 2007 14:21:15 -0000	1.4
+++ sources	9 Jul 2008 18:38:45 -0000	1.5
@@ -1 +1,2 @@
 50419b5d563da414c5c0c0f256236fbc  crm114-20070810-BlameTheSegfault.src.tar.gz
+51ba5490d9787de9461a28a79da59586  crm114-20080703-BlameVT.src.tar.gz




More information about the fedora-extras-commits mailing list