rpms/perl-File-BOM/devel .cvsignore, 1.4, 1.5 perl-File-BOM.spec, 1.3, 1.4 sources, 1.4, 1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Oct 17 00:39:28 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-File-BOM/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10628

Modified Files:
	.cvsignore perl-File-BOM.spec sources 
Log Message:
Update to 0.14.
Reformat to match cpanspec output.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-BOM/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	26 Sep 2006 21:35:51 -0000	1.4
+++ .cvsignore	17 Oct 2006 00:38:58 -0000	1.5
@@ -1 +1 @@
-File-BOM-0.12.tar.gz
+File-BOM-0.14.tar.gz


Index: perl-File-BOM.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-BOM/devel/perl-File-BOM.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-File-BOM.spec	26 Sep 2006 21:35:51 -0000	1.3
+++ perl-File-BOM.spec	17 Oct 2006 00:38:58 -0000	1.4
@@ -1,56 +1,54 @@
 Name:           perl-File-BOM
-Version:        0.12
+Version:        0.14
 Release:        1%{?dist}
 Summary:        Utilities for handling Byte Order Marks
-
-Group:          Development/Libraries
 License:        GPL or Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/File-BOM/
 Source0:        http://www.cpan.org/authors/id/M/MA/MATTLAW/File-BOM-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Readonly) >= 0.06
 BuildRequires:  perl(Test::Exception) >= 0.20
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module provides functions for handling unicode byte order marks, which
 are to be found at the beginning of some files and streams.
 
-
 %prep
 %setup -q -n File-BOM-%{version}
 
-
 %build
 %{__perl} Build.PL installdirs=vendor
 ./Build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 
-chmod -R u+w $RPM_BUILD_ROOT/*
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
-%doc README TODO Changes
+%doc Changes README TODO
 %{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*
 
 %changelog
+* Mon Oct 16 2006 Steven Pritchard <steve at kspei.com> 0.14-1
+- Update to 0.14.
+- Reformat to match cpanspec output.
+
 * Tue Sep 26 2006 Steven Pritchard <steve at kspei.com> 0.12-1
 - Update to 0.12.
 - Canonicalize Source0 URL.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-BOM/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	26 Sep 2006 21:35:51 -0000	1.4
+++ sources	17 Oct 2006 00:38:58 -0000	1.5
@@ -1 +1 @@
-9292b9b01d7924ee593dca7b813363ec  File-BOM-0.12.tar.gz
+e55642294d8ab369b4dda4e9d57c8e41  File-BOM-0.14.tar.gz




More information about the scm-commits mailing list