rpms/swatch/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 swatch.spec, 1.17, 1.18

Tom Callaway spot at fedoraproject.org
Tue Jun 29 18:24:26 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/swatch/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1361

Modified Files:
	.cvsignore sources swatch.spec 
Log Message:
update to 3.2.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/swatch/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	5 Sep 2006 21:40:54 -0000	1.4
+++ .cvsignore	29 Jun 2010 18:24:26 -0000	1.5
@@ -1 +1 @@
-swatch-3.2.1.tar.gz
+swatch-3.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/swatch/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	5 Sep 2006 21:40:54 -0000	1.4
+++ sources	29 Jun 2010 18:24:26 -0000	1.5
@@ -1 +1 @@
-e55db93ef6250d684a56104fd03b8821  swatch-3.2.1.tar.gz
+1162f1024cf07fc750ed4960d61ac4e8  swatch-3.2.3.tar.gz


Index: swatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/swatch/devel/swatch.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- swatch.spec	2 Jun 2010 08:45:43 -0000	1.17
+++ swatch.spec	29 Jun 2010 18:24:26 -0000	1.18
@@ -1,16 +1,12 @@
 Name:           swatch
-Version:        3.2.1
-Release:        6%{?dist}
+Version:        3.2.3
+Release:        1%{?dist}
 Summary:        Tool for actively monitoring log files
-
 Group:          Applications/File
 License:        GPLv2+
 URL:            http://swatch.sourceforge.net/
-Source0:        http://dl.sf.net/swatch/swatch-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:        http://download.sf.net/swatch/swatch-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(Date::Calc)
 BuildRequires:  perl(Date::Format)
 BuildRequires:  perl(Date::Manip)
@@ -24,41 +20,27 @@ of alerting system administrators of any
 patterns described in the configuration file, whilst constantly
 searching logfiles using perl.
 
-
 %prep
 %setup -q
 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}
-
+%{?filter_from_requires: %filter_from_requires /^perl(Mail:Sendmail)$/d }
+%{?filter_from_requires: %filter_from_requires /^perl(Sys:Hostname)$/d }
+%{?perl_default_filter}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist  -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist  -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGES COPYRIGHT COPYING KNOWN_BUGS README examples/ tools/
@@ -68,8 +50,10 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorlib}/Swatch/
 %{perl_vendorlib}/auto/Swatch/
 
-
 %changelog
+* Tue Jul 29 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 3.2.3-1
+- update to 3.2.3
+
 * Wed Jun 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 3.2.1-6
 - Mass rebuild with perl-5.12.0
 



More information about the scm-commits mailing list