From 3a0a64e26a22e4dbb45dad934d9e924e33e024c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 25 Feb 2010 13:08:05 +0000 Subject: [PATCH] - add license --- perl-Sub-Install.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-Sub-Install.spec b/perl-Sub-Install.spec index 0beea5e..128479c 100644 --- a/perl-Sub-Install.spec +++ b/perl-Sub-Install.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Install Version: 0.925 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Install subroutines into packages easily License: GPL+ or Artistic Group: Development/Libraries @@ -29,7 +29,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} -make pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; @@ -47,11 +47,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README LICENSE %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Thu Feb 25 2010 Marcela Mašláňová - 0.925-5 +- add license + * Mon Dec 7 2009 Stepan Kasal - 0.925-4 - rebuild against perl 5.10.1