[perl-CGI-Application-Plugin-MessageStack] Remove no-longer-used macros

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jan 27 17:30:41 UTC 2013


commit 61b08ca2c08f831dcd19405205c82801e2a4d1ee
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Jan 27 18:30:35 2013 +0100

    Remove no-longer-used macros

 perl-CGI-Application-Plugin-MessageStack.spec |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-MessageStack.spec b/perl-CGI-Application-Plugin-MessageStack.spec
index 5861d38..c27485e 100644
--- a/perl-CGI-Application-Plugin-MessageStack.spec
+++ b/perl-CGI-Application-Plugin-MessageStack.spec
@@ -1,12 +1,12 @@
 Name:           perl-CGI-Application-Plugin-MessageStack
 Version:        0.34
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Message stack for your CGI::Application
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/CGI-Application-Plugin-MessageStack/
 Source0:        http://www.cpan.org/authors/id/P/PU/PURDY/CGI-Application-Plugin-MessageStack-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
 BuildRequires:  perl(CGI::Application)
 BuildRequires:  perl(CGI::Application::Plugin::Session)
@@ -35,8 +35,6 @@ capms_config method.
 ./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 +43,15 @@ 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 Jan 27 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.34-10
+- Remove no-longer-used macros
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.34-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list