rpms/perl-File-Tail/FC-3 .cvsignore, 1.2, 1.3 perl-File-Tail.spec, 1.4, 1.5 sources, 1.2, 1.3

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Wed Jan 4 21:02:12 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-File-Tail/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16808/FC-3

Modified Files:
	.cvsignore perl-File-Tail.spec sources 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Tail/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:00:29 -0000	1.2
+++ .cvsignore	4 Jan 2006 21:02:12 -0000	1.3
@@ -1 +1 @@
-File-Tail-0.98.tar.gz
+File-Tail-0.99.3.tar.gz


Index: perl-File-Tail.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Tail/FC-3/perl-File-Tail.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-File-Tail.spec	10 Dec 2004 22:03:08 -0000	1.4
+++ perl-File-Tail.spec	4 Jan 2006 21:02:12 -0000	1.5
@@ -1,15 +1,12 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-File-Tail
-Version:        0.98
-Release:        3
-Epoch:          0
+Version:        0.99.3
+Release:        2%{?dist}
 Summary:        Perl extension for reading from continously updated files
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/File-Tail/
-Source0:     http://www.cpan.org/authors/id/M/MG/MGRABNAR/File-Tail-0.98.tar.gz
+Source0:        http://www.cpan.org/authors/id/M/MG/MGRABNAR/File-Tail-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -17,7 +14,7 @@
 
 %description
 The primary purpose of File::Tail is reading and analysing log files
-while they are being written, which is especialy usefull if you are
+while they are being written, which is especialy useful if you are
 monitoring the logging process with a tool like Tobias Oetiker's MRTG.
 
 %prep
@@ -25,22 +22,19 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install \
-  PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
-  INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib}
-find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \
-  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
+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 ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -51,12 +45,21 @@
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/auto/File
-%{perl_vendorlib}/File
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/File/
+%{_mandir}/man3/File::Tail.3*
 
 
 %changelog
+* Wed Jan  4 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.99.3-2
+- Correction of spelling error in the description.
+
+* Thu Sep 15 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.99.3-1
+- 0.99.3.
+- Specfile cleanups.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.98-4
+- rebuilt
+
 * Sun Feb  8 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.98-0.fdr.3
 - BuildRequire Time::HiRes (bug 731).
 - Run tests in the %%check section.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Tail/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:00:29 -0000	1.2
+++ sources	4 Jan 2006 21:02:12 -0000	1.3
@@ -1 +1 @@
-d16d67052577a5cdcde03d5cd2dc5569  File-Tail-0.98.tar.gz
+ef0fb7bcb4181ba593f4a09940f61d1c  File-Tail-0.99.3.tar.gz




More information about the fedora-extras-commits mailing list