[perl-CGI-Application-Plugin-LinkIntegrity] Clean up spec file

Emmanuel Seyman eseyman at fedoraproject.org
Sun May 26 09:19:58 UTC 2013


commit 9c34d5df4b51e4128a8cac8acb06606359251eb9
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun May 26 11:19:50 2013 +0200

    Clean up spec file

 perl-CGI-Application-Plugin-LinkIntegrity.spec |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-LinkIntegrity.spec b/perl-CGI-Application-Plugin-LinkIntegrity.spec
index f267bd6..2dcb1af 100644
--- a/perl-CGI-Application-Plugin-LinkIntegrity.spec
+++ b/perl-CGI-Application-Plugin-LinkIntegrity.spec
@@ -1,12 +1,12 @@
 Name:           perl-CGI-Application-Plugin-LinkIntegrity
 Version:        0.06
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Make tamper-resistant links in CGI::Application
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/CGI-Application-Plugin-LinkIntegrity/
 Source0:        http://www.cpan.org/authors/id/M/MG/MGRAHAM/CGI-Application-Plugin-LinkIntegrity-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::Application)
@@ -21,6 +21,8 @@ BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(URI::QueryParam)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 CGI::Application::Plugin::LinkIntegrity lets you create tamper-resistant
 links within your CGI::Application project. When you create an URL with
@@ -35,8 +37,6 @@ of the URL, plus a secret string known only to the server.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -45,16 +45,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 26 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.06-9
+- Add perl default filter
+- Remove no-longer-used macros
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list