resetting manifest requested domain to floor 81/4881/1 accepted/tizen/20130710.214720 submit/tizen/20130710.134833
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 00:18:34 +0000 (03:18 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 00:18:34 +0000 (03:18 +0300)
packaging/scons.manifest [new file with mode: 0644]
packaging/scons.spec

diff --git a/packaging/scons.manifest b/packaging/scons.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 2cec772655fcd43177877f55bc11e7cdbf6d0258..62d286fe35a1e5950607280de91c7259eaa8025e 100644 (file)
@@ -21,6 +21,7 @@ Group:          Development/Tools/Building
 Version:        2.2.0
 Release:        0
 Source0:        http://freefr.dl.sourceforge.net/project/scons/scons/%{version}/%{name}-%{version}.tar.gz
+Source1001:    scons.manifest
 Patch0:         %{name}-1.2.0-fix-install.patch
 Patch1:         %{name}-1.2.0-noenv.patch
 Url:            http://www.scons.org/
@@ -36,6 +37,7 @@ full power of Python to control compilation.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -46,6 +48,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-lib=%{
 %fdupes %{buildroot}%{_bindir}
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license LICENSE.txt
 %{_bindir}/*