summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 22:37:51 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 22:37:51 +0300
commitde4710ca16b9e425e899fc310ec7a6204a119e9d (patch)
tree8dee3278988b9e76b9314694a0c5ec7cc030e4b2
parent88e836a53c2c0c02ca607fcd0aec003077f7c38f (diff)
downloadcpio-de4710ca16b9e425e899fc310ec7a6204a119e9d.tar.gz
cpio-de4710ca16b9e425e899fc310ec7a6204a119e9d.tar.bz2
cpio-de4710ca16b9e425e899fc310ec7a6204a119e9d.zip
-rw-r--r--packaging/cpio.manifest5
-rw-r--r--packaging/cpio.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/cpio.manifest b/packaging/cpio.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/cpio.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/cpio.spec b/packaging/cpio.spec
index 3d1c65b..f990052 100644
--- a/packaging/cpio.spec
+++ b/packaging/cpio.spec
@@ -6,6 +6,7 @@ Summary: A GNU archiving program
Url: http://www.gnu.org/software/cpio/
Group: Base/Tools
Source0: ftp://ftp.gnu.org/gnu/cpio/cpio-%{version}.tar.gz
+Source1001: cpio.manifest
BuildRequires: autoconf
%description
@@ -24,6 +25,7 @@ Install cpio if you need a program to manage file archives.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
@@ -42,6 +44,7 @@ rm -rf %{buildroot}%{_prefix}/libexec/rmt
%docs_package
%files
+%manifest %{name}.manifest
%license COPYING
%{_bindir}/*