From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:23:39 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215212^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.5_tv;p=platform%2Fupstream%2Fperl-Net-DBus.git resetting manifest requested domain to floor --- diff --git a/packaging/perl-Net-DBus.manifest b/packaging/perl-Net-DBus.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-Net-DBus.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-Net-DBus.spec b/packaging/perl-Net-DBus.spec index dd0a95f..d5456e6 100644 --- a/packaging/perl-Net-DBus.spec +++ b/packaging/perl-Net-DBus.spec @@ -26,6 +26,7 @@ Summary: Perl extension for the DBus message system Url: http://search.cpan.org/dist/Net-DBus/ Group: Development/Libraries Source: http://www.cpan.org/authors/id/D/DA/DANBERR/%{cpan_name}-%{version}.tar.gz +Source1001: perl-Net-DBus.manifest BuildRequires: perl BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) @@ -50,6 +51,7 @@ are of most relevance. %prep %setup -q -n %{cpan_name}-%{version} +cp %{SOURCE1001} . find . -type f -print0 | xargs -0 chmod 644 %build @@ -65,6 +67,7 @@ make test %perl_gen_filelist %files -f %{name}.files +%manifest %{name}.manifest %defattr(-,root,root,755) %doc AUTHORS CHANGES examples LICENSE Net-DBus.spec README