From c48a3fc92da59fa0059c5bb9f9a3409aa2d351ee Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 22:23:39 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/perl-Net-DBus.manifest | 5 +++++ packaging/perl-Net-DBus.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/perl-Net-DBus.manifest 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 -- 2.7.4