[perl-opts] Update to 0.05 and drop the defattr macro

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jan 29 10:04:24 UTC 2012


commit 20823425a626b3fe2ee363dda586a70368d7b89d
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Jan 29 11:04:18 2012 +0100

    Update to 0.05 and drop the defattr macro

 .gitignore     |    1 +
 perl-opts.spec |   13 ++++++++-----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 79c1590..56f4941 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 opts-0.022.tar.gz
 /opts-0.042.tar.gz
+/opts-0.05.tar.gz
diff --git a/perl-opts.spec b/perl-opts.spec
index a19e1f3..ac7f42c 100644
--- a/perl-opts.spec
+++ b/perl-opts.spec
@@ -1,10 +1,10 @@
 Name:           perl-opts
 Summary:        Simple command line option parser
-Version:        0.042
-Release:        4%{?dist}
+Version:        0.050
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIKIHOSHI/opts-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIKIHOSHI/opts-0.05.tar.gz 
 URL:            http://search.cpan.org/dist/opts
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
@@ -29,7 +29,7 @@ Requires:       perl(Text::Table)
 opts is a DSL for quickly and easily handling command line options.
 
 %prep
-%setup -q -n opts-%{version}
+%setup -q -n opts-0.05
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -46,12 +46,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Jan 29 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.050-1
+- Update to 0.05
+- Remove the defattr macro
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.042-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7a9e1d4..8dea51b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bdb610f41019fb7ee0919430f4ece683  opts-0.042.tar.gz
+49b55e10fc72cddcc146af27d5e74f76  opts-0.05.tar.gz



More information about the perl-devel mailing list