From: Alexandru Cornea Date: Mon, 1 Jul 2013 18:49:19 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215159^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_4.0_base;p=platform%2Fupstream%2Fperl-TimeDate.git resetting manifest requested domain to floor --- diff --git a/packaging/perl-TimeDate.manifest b/packaging/perl-TimeDate.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-TimeDate.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-TimeDate.spec b/packaging/perl-TimeDate.spec index 0d2636b..c1c1030 100644 --- a/packaging/perl-TimeDate.spec +++ b/packaging/perl-TimeDate.spec @@ -9,6 +9,7 @@ License: GPL+ or Artistic Url: http://search.cpan.org/dist/TimeDate/ Group: Development/Libraries Source0: http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-%{version}.tar.gz +Source1001: perl-TimeDate.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl(ExtUtils::MakeMaker) @@ -24,6 +25,7 @@ textual representations of points in time. %prep %setup -q -n TimeDate-%{version} +cp %{SOURCE1001} . %build perl Makefile.PL INSTALLDIRS=vendor @@ -40,6 +42,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %files +%manifest %{name}.manifest %defattr(-,root,root,-) %{perl_vendorlib}/Date/* %{perl_vendorlib}/Time/*