tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.094941 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 17:17:34 +0000 (02:17 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 17:17:34 +0000 (02:17 +0900)
packaging/autoconf.manifest [deleted file]
packaging/autoconf.spec

diff --git a/packaging/autoconf.manifest b/packaging/autoconf.manifest
deleted file mode 100644 (file)
index 017d22d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
-    <domain name="_"/>
- </request>
-</manifest>
index c286257..f206a4b 100644 (file)
@@ -8,7 +8,6 @@ Group:          Development/Tools
 Source:         http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
 Source1:        filter-provides-automake.sh
 Source2:        filter-requires-automake.sh
-Source1001: packaging/autoconf.manifest 
 BuildRequires:  m4 >= 1.4.7
 Requires:       coreutils,
 Requires:       grep
@@ -42,7 +41,6 @@ chmod +x %{SOURCE1}
 chmod +x %{SOURCE2}
 
 %build
-cp %{SOURCE1001} .
 # use ./configure here to avoid copying config.{sub,guess} with those from the
 # rpm package
 ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
@@ -62,7 +60,6 @@ rm -rf %{buildroot}/%{_infodir}
 
 
 %files
-%manifest autoconf.manifest
 %defattr(-,root,root,-)
 %{_bindir}/*
 # don't include standards.info, because it comes from binutils...