rpms/mboxgrep/devel mboxgrep-debug.diff, NONE, 1.1 mboxgrep.spec, 1.2, 1.3

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Nov 10 01:10:41 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/mboxgrep/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10744/devel

Modified Files:
	mboxgrep.spec 
Added Files:
	mboxgrep-debug.diff 
Log Message:
* Fri Nov 10 2006 Andreas Thienemann <andreas at bawue.net> - 0.7.9-4
- Fixed up debug package to actually contain debugging files


mboxgrep-debug.diff:

--- NEW FILE mboxgrep-debug.diff ---
--- mboxgrep-0.7.9/src/Makefile.in.orig	2006-11-10 02:06:29.000000000 +0100
+++ mboxgrep-0.7.9/src/Makefile.in	2006-11-10 02:06:35.000000000 +0100
@@ -52,6 +52,6 @@
 .PHONY: install
 install: mboxgrep
 	$(INSTALL) -d $(prefix)/bin
-	$(INSTALL) -s $(TARGET) $(prefix)/bin
+	$(INSTALL) $(TARGET) $(prefix)/bin
 
 .NOEXPORT:


Index: mboxgrep.spec
===================================================================
RCS file: /cvs/extras/rpms/mboxgrep/devel/mboxgrep.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mboxgrep.spec	8 Sep 2006 17:37:02 -0000	1.2
+++ mboxgrep.spec	10 Nov 2006 01:10:11 -0000	1.3
@@ -1,10 +1,11 @@
 Summary: Displays e-mail messages matching a pattern
 Name: mboxgrep
 Version: 0.7.9
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: Applications/Internet
 Source0: http://download.sourceforge.net/mboxgrep/mboxgrep-0.7.9.tar.gz
+Patch0: mboxgrep-debug.diff
 URL: http://www.mboxgrep.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: zlib-devel, bzip2-devel, pcre-devel
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q
+%patch -p 1 -b .debug
 
 %build
 %configure
@@ -49,6 +51,9 @@
 %{_infodir}/mboxgrep.info*
 
 %changelog
+* Fri Nov 10 2006 Andreas Thienemann <andreas at bawue.net> - 0.7.9-4
+- Fixed up debug package to actually contain debugging files
+
 * Fri Sep 08 2006 Andreas Thienemann <andreas at bawue.net> - 0.7.9-3
 - FE6 Rebuild
 




More information about the scm-commits mailing list