summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 21:21:06 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 21:21:06 +0300
commit36018fc9d7f03ac4ef29057964aa489eccce7099 (patch)
tree218068380bf1c382ccce9b4ff938799efb1fbaa9
parent50fe24dda145a73fae132508e1b80b5950bce30a (diff)
downloadautomake-accepted/tizen/ivi/stable.tar.gz
automake-accepted/tizen/ivi/stable.tar.bz2
automake-accepted/tizen/ivi/stable.zip
-rw-r--r--packaging/automake.manifest5
-rw-r--r--packaging/automake.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/automake.manifest b/packaging/automake.manifest
new file mode 100644
index 000000000..017d22d3a
--- /dev/null
+++ b/packaging/automake.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/automake.spec b/packaging/automake.spec
index 1d550ab9f..8661d22f2 100644
--- a/packaging/automake.spec
+++ b/packaging/automake.spec
@@ -12,6 +12,7 @@ Group: Development/Tools/Building
Url: http://www.gnu.org/software/automake
Source: automake-%{version}.tar.xz
Source1: automake-rpmlintrc
+Source1001: automake.manifest
BuildArch: noarch
%description
@@ -22,6 +23,7 @@ definitions (with rules occasionally thrown in). The generated
%prep
%setup -q -n automake-%{version}
+cp %{SOURCE1001} .
%build
sh bootstrap.sh
@@ -47,6 +49,7 @@ rm -rf %{buildroot}%{_infodir}/dir
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root)
%doc %{_docdir}/%{name}