diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-09 02:22:10 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-09 02:22:10 +0900 |
commit | dc8d2de17660ed4f529fb0e23261d2815a24ea69 (patch) | |
tree | 3e06e1d95a8de272c098d72567f5a14128759d60 | |
parent | 702727c133210fe84caf9249cdaf8123e1ab21f3 (diff) | |
download | intltool-dc8d2de17660ed4f529fb0e23261d2815a24ea69.tar.gz intltool-dc8d2de17660ed4f529fb0e23261d2815a24ea69.tar.bz2 intltool-dc8d2de17660ed4f529fb0e23261d2815a24ea69.zip |
tizen 2.3.1 releasetizen_2.3.1_releasesubmit/tizen_2.3.1/20150915.100023tizen_2.3.1
-rw-r--r-- | packaging/intltool.manifest | 5 | ||||
-rw-r--r-- | packaging/intltool.spec | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/packaging/intltool.manifest b/packaging/intltool.manifest deleted file mode 100644 index 017d22d..0000000 --- a/packaging/intltool.manifest +++ /dev/null @@ -1,5 +0,0 @@ -<manifest> - <request> - <domain name="_"/> - </request> -</manifest> diff --git a/packaging/intltool.spec b/packaging/intltool.spec index 52eb7bb..6438d06 100644 --- a/packaging/intltool.spec +++ b/packaging/intltool.spec @@ -11,7 +11,6 @@ Group: Development/Tools License: GPLv2 with exceptions URL: http://www.gnome.org Source0: http://download.gnome.org/sources/intltool/0.41/%{name}-%{version}.tar.gz -Source1001: packaging/intltool.manifest Patch0: schemas-merge.patch Requires: patch Requires: automake @@ -36,7 +35,6 @@ them in the po files. %patch0 -p1 %build -cp %{SOURCE1001} . %configure --disable-static make %{?jobs:-j%jobs} @@ -52,7 +50,6 @@ rm -rf %{buildroot} %files -%manifest intltool.manifest %defattr(-,root,root,-) %doc AUTHORS COPYING README %doc %{_mandir}/man*/* |