[perl-Date-Tiny] Remove no-longer-needed macros

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jan 6 11:44:05 UTC 2013


commit 3d04a4a5c2687ecf19da7e4cf5eae2fa07931a2c
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sun Jan 6 12:43:59 2013 +0100

    Remove no-longer-needed macros

 perl-Date-Tiny.spec |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/perl-Date-Tiny.spec b/perl-Date-Tiny.spec
index 4a02952..064b773 100644
--- a/perl-Date-Tiny.spec
+++ b/perl-Date-Tiny.spec
@@ -1,12 +1,10 @@
 Name:           perl-Date-Tiny
 Version:        1.04
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Date object with as little code as possible
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Date-Tiny/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Date-Tiny-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More) >= 0.47
@@ -25,8 +23,6 @@ Date::Tiny is a member of the DateTime::Tiny suite of time modules.
 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 {} \;
@@ -37,16 +33,15 @@ 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 LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 06 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 1.04-9
+- Remove no-longer-needed macros
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.04-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list