resetting manifest requested domain to floor 68/5268/1 accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/20130710.215142 accepted/tizen/20130912.154307 accepted/tizen/20130912.190627 accepted/tizen/20130912.194859 accepted/tizen/ivi/genivi/20140131.034115 ivi_oct_m2 submit/tizen/20130710.133945 submit/tizen/20130912.090541 submit/tizen_ivi_genivi/20140131.031238
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 19:03:00 +0000 (22:03 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 19:03:00 +0000 (22:03 +0300)
packaging/perl-X11-Protocol.manifest [new file with mode: 0644]
packaging/perl-X11-Protocol.spec

diff --git a/packaging/perl-X11-Protocol.manifest b/packaging/perl-X11-Protocol.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 234bdb2..62abe60 100644 (file)
@@ -27,6 +27,7 @@ Summary:        Perl module for the X Window System Protocol, version 11
 Url:            http://search.cpan.org/dist/X11-Protocol/
 Group:          Development/Libraries/Perl
 Source:         http://www.cpan.org/authors/id/S/SM/SMCCAM/%{cpan_name}-%{version}.tar.gz
+Source1001:    perl-X11-Protocol.manifest
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
@@ -44,6 +45,7 @@ Associates's series of books about X (ISBN 1-56592-083-X,
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+cp %{SOURCE1001} .
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -55,6 +57,7 @@ make %{?_smp_mflags}
 %perl_gen_filelist
 
 %files -f %{name}.files
+%manifest %{name}.manifest
 %defattr(-,root,root,755)
 
 %changelog