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

Emmanuel Seyman eseyman at fedoraproject.org
Sun May 19 09:28:43 UTC 2013


commit 685ca1e072949e0c4c5a138c72c59fa1de3ae60a
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun May 19 11:28:39 2013 +0200

    Clean up spec file

 perl-CGI-Application-Plugin-DBIProfile.spec |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-DBIProfile.spec b/perl-CGI-Application-Plugin-DBIProfile.spec
index 52cb06d..a773e63 100644
--- a/perl-CGI-Application-Plugin-DBIProfile.spec
+++ b/perl-CGI-Application-Plugin-DBIProfile.spec
@@ -1,12 +1,10 @@
 Name:           perl-CGI-Application-Plugin-DBIProfile
 Version:        0.07
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        DBI profiling plugin
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/CGI-Application-Plugin-DBIProfile/
 Source0:        http://www.cpan.org/authors/id/U/UN/UNRTST/CGI-Application-Plugin-DBIProfile-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(CGI::Application)
 BuildRequires:  perl(Data::JavaScript)
@@ -34,8 +32,6 @@ DBI::ProfileDumper report.
 ./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 \;
 
@@ -44,16 +40,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 May 19 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.07-10
+- Remove no-longer-needed macros
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list