rpms/swatch/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 swatch.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE swatch-3.1.1.patch, 1.1, NONE

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue Sep 5 21:40:54 UTC 2006


Author: jpo

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

Modified Files:
	.cvsignore sources swatch.spec 
Removed Files:
	needs.rebuild swatch-3.1.1.patch 
Log Message:
Update to 3.2.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/swatch/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 Feb 2005 20:36:41 -0000	1.3
+++ .cvsignore	5 Sep 2006 21:40:54 -0000	1.4
@@ -1 +1 @@
-swatch-3.1.1.tar.gz
+swatch-3.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/swatch/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Feb 2005 20:36:41 -0000	1.3
+++ sources	5 Sep 2006 21:40:54 -0000	1.4
@@ -1 +1 @@
-fe38cc8d073e692a7426693837c3749d  swatch-3.1.1.tar.gz
+e55db93ef6250d684a56104fd03b8821  swatch-3.2.1.tar.gz


Index: swatch.spec
===================================================================
RCS file: /cvs/extras/rpms/swatch/devel/swatch.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- swatch.spec	2 Mar 2006 19:59:52 -0000	1.10
+++ swatch.spec	5 Sep 2006 21:40:54 -0000	1.11
@@ -1,19 +1,20 @@
 Name:           swatch
-Version:        3.1.1
-Release:        5%{?dist}
+Version:        3.2.1
+Release:        1%{?dist}
 Summary:        Tool for actively monitoring log files
 
 Group:          Applications/File
 License:        GPL
 URL:            http://swatch.sourceforge.net/
-Source0:        http://dl.sf.net/swatch/swatch-3.1.1.tar.gz
-Patch0:         swatch-3.1.1.patch
+Source0:        http://dl.sf.net/swatch/swatch-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl >= 1:5.6.1
-BuildRequires:  perl(Date::Calc), perl(Date::Format)
-BuildRequires:  perl(File::Tail), perl(Time::HiRes)
+BuildRequires:  perl(Date::Calc)
+BuildRequires:  perl(Date::Format)
+BuildRequires:  perl(Date::Manip)
+BuildRequires:  perl(File::Tail)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -25,8 +26,16 @@
 
 %prep
 %setup -q
-%patch0 -p1
-chmod 644 tools/*
+chmod -v 644 tools/*
+
+cat <<__EOF__ > %{name}-perlreq
+#!/bin/sh
+/usr/lib/rpm/perl.req \$* | grep -v '^perl(Mail::Sendmail)' | grep -v '^perl(Sys::Hostname)'
+__EOF__
+
+%define __perl_requires %{_builddir}/%{name}-%{version}/%{name}-perlreq
+chmod +x %{__perl_requires}
+
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,12 +63,17 @@
 %doc CHANGES COPYRIGHT COPYING KNOWN_BUGS README examples/ tools/
 %{_bindir}/swatch
 %{_mandir}/man1/*.1*
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 %{perl_vendorlib}/Swatch/
 %{perl_vendorlib}/auto/Swatch/
 
 
 %changelog
+* Tue Sep  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.2.1-1
+- Update to 3.2.1.
+- Dropped patch: swatch-3.1.1.patch.
+- Filtered doc requirements.
+
 * Thu Mar  2 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.1.1-5
 - Rebuild for FC5 (perl 5.8.8).
 


--- needs.rebuild DELETED ---


--- swatch-3.1.1.patch DELETED ---




More information about the fedora-extras-commits mailing list