rpms/fetchlog/devel fetchlog.spec,1.1,1.2

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Mon Feb 6 20:02:18 UTC 2006


Author: pwouters

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

Modified Files:
	fetchlog.spec 
Log Message:
* Mon Feb  6 2006 Paul Wouters <paul at xelerance.com> 1.0-3
- Fixes by Ville Skyttä to honour $RPM_OPT_FLAGS and run make test



Index: fetchlog.spec
===================================================================
RCS file: /cvs/extras/rpms/fetchlog/devel/fetchlog.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fetchlog.spec	19 Jan 2006 23:46:04 -0000	1.1
+++ fetchlog.spec	6 Feb 2006 20:02:18 -0000	1.2
@@ -1,10 +1,11 @@
 Summary: The fetchlog utility displays the last new messages of a logfile
 Name: fetchlog
 Version: 1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Url: http://sourceforge.net/projects/%{name}/
 Source: http://dl.sf.net/sourceforge/fetchlog/%{name}-%{version}.tar.gz
+Patch0: %{name}-build.patch
 Group: Applications/System
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -16,6 +17,7 @@
 
 %prep
 %setup -q 
+%patch0
 
 %build
 make %{?_smp_mflags}
@@ -27,6 +29,9 @@
 install -m755 %{name} %{buildroot}/%{_bindir}
 install -m644 %{name}.1 %{buildroot}/%{_mandir}/man1
 
+%check
+make test
+
 %clean
 rm -rf %{buildroot}
 
@@ -37,6 +42,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Mon Feb  6 2006 Paul Wouters <paul at xelerance.com> 1.0-3
+- Fixes by Ville Skyttä to honour $RPM_OPT_FLAGS and run make test
+
 * Mon Jan 17 2006 Paul Wouters <paul at xelerance.com> 1.0-2
 - Fixed install target for man page and cleaning before install
 




More information about the fedora-extras-commits mailing list