[perl-CGI-Application-Plugin-SuperForm] Various cleanups

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jan 27 10:49:49 UTC 2013


commit 4d04bf2100e7b01d22f398795d4810c45f6a29ea
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Jan 27 11:49:43 2013 +0100

    Various cleanups

 perl-CGI-Application-Plugin-SuperForm.spec |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-SuperForm.spec b/perl-CGI-Application-Plugin-SuperForm.spec
index 24febc7..7f83e36 100644
--- a/perl-CGI-Application-Plugin-SuperForm.spec
+++ b/perl-CGI-Application-Plugin-SuperForm.spec
@@ -1,12 +1,12 @@
 Name:           perl-CGI-Application-Plugin-SuperForm
 Version:        0.5
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Create sticky forms with HTML::SuperForm
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/CGI-Application-Plugin-SuperForm/
 Source0:        http://www.cpan.org/authors/id/V/VA/VANAMBURG/CGI-Application-Plugin-SuperForm-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
 BuildRequires:  perl(CGI::Application)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -16,6 +16,8 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 Create sticky HTML forms in CGI::Application run modes using HTML::SuperForm.
 
@@ -27,8 +29,6 @@ Create sticky HTML forms in CGI::Application run modes using HTML::SuperForm.
 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 {} \;
@@ -39,16 +39,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes EXAMPLES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 27 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.5-9
+- Remove no-longer-used macros
+- Add perl default filter
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list