resetting manifest requested domain to floor 59/5259/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0.m2_base accepted/tizen_3.0_base accepted/tizen_3.0_ivi accepted/tizen_4.0_base accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2_base tizen_3.0_base tizen_3.0_ivi tizen_4.0_base tizen_4.0_tv tizen_ivi_genivi accepted/tizen/20130710.215159 accepted/tizen/20130912.154209 accepted/tizen/20130912.190649 accepted/tizen/20130912.194912 accepted/tizen/3.0.m2/base/20170104.082049 accepted/tizen/3.0/base/20161028.103442 accepted/tizen/4.0/base/20170811.093009 accepted/tizen/4.0/base/20170828.221315 accepted/tizen/5.0/base/20181101.091043 accepted/tizen/base/20151223.052329 accepted/tizen/ivi/genivi/20140131.034254 ivi_oct_m2 submit/tizen/20130710.133921 submit/tizen/20130912.090538 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062326 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_5.0_base/20181101.000001 submit/tizen_base/20151223.111112 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi_genivi/20140131.031205 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 18:49:19 +0000 (21:49 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 18:49:19 +0000 (21:49 +0300)
packaging/perl-TimeDate.manifest [new file with mode: 0644]
packaging/perl-TimeDate.spec

diff --git a/packaging/perl-TimeDate.manifest b/packaging/perl-TimeDate.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 0d2636b..c1c1030 100644 (file)
@@ -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/*