summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:31:56 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:31:56 +0300
commitf4ada9176951754c01c36d6bf05d537738a57992 (patch)
tree2892a2eb8ca02fc154480ebc928b2fc950d3ed50
parenta752b3be941333ecccf845124f78941cc36383af (diff)
downloadm4-accepted/tizen_generic.tar.gz
m4-accepted/tizen_generic.tar.bz2
m4-accepted/tizen_generic.zip
-rw-r--r--packaging/m4.manifest5
-rw-r--r--packaging/m4.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/m4.manifest b/packaging/m4.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/m4.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/m4.spec b/packaging/m4.spec
index 77b4ec8..b34c22a 100644
--- a/packaging/m4.spec
+++ b/packaging/m4.spec
@@ -6,6 +6,7 @@ Summary: GNU m4
Url: http://www.gnu.org/software/m4/
Group: Development/Languages/Other
Source: http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
+Source1001: m4.manifest
Provides: base:/usr/bin/m4
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -14,6 +15,7 @@ GNU m4 is an implementation of the traditional Unix macro processor.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure \
@@ -29,6 +31,7 @@ make %{?_smp_mflags} check || true
%make_install
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%doc COPYING
%{_bindir}/*