tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.100720 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 17:32:38 +0000 (02:32 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 17:32:38 +0000 (02:32 +0900)
packaging/python-cheetah.changes [deleted file]
packaging/python-cheetah.manifest [deleted file]
packaging/python-cheetah.spec

diff --git a/packaging/python-cheetah.changes b/packaging/python-cheetah.changes
deleted file mode 100644 (file)
index 589ac8b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-* Mon Feb 20 2012 Jian-feng Ding <jian-feng.ding@intel.com> - 2.4.4
-- Update to 2.4.4
-
-* Fri Apr 02 2010 Priya Vijayan <priya.vijayan@intel.com> - 2.4.2.1
-- Update to 2.4.2.1
-
-* Sat Feb 13 2010 Anas Nashif <anas.nashif@intel.com> - 2.4.1
-- build for other distros
-
-* Wed Dec 23 2009 Anas Nashif <anas.nashif@intel.com> - 2.4.1
-- rename to python-cheetah and comply with python module naming
-- Update to 2.4.1
-
-* Wed Nov 04 2009 Priya Vijayan <priya.vijayan@intel.com> 2.4.0
-- Update to 2.4.0
-
-* Tue Jul 28 2009 Priya Vijayan <priya.vijayan@intel.com> 2.2.1
-- Initial Import to Moblin
-
diff --git a/packaging/python-cheetah.manifest b/packaging/python-cheetah.manifest
deleted file mode 100644 (file)
index 017d22d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
-    <domain name="_"/>
- </request>
-</manifest>
index a79527a..746b7e9 100644 (file)
@@ -9,7 +9,6 @@ Group:          Development/Libraries
 License:        MIT
 URL:            http://cheetahtemplate.org/
 Source:         http://pypi.python.org/packages/source/C/Cheetah/Cheetah-%{version}.tar.gz
-Source1001: packaging/python-cheetah.manifest 
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -32,7 +31,6 @@ code, Java, sql, form emails and even Python code.
 %setup -q -n Cheetah-%{version}
 
 %build
-cp %{SOURCE1001} .
 export CHEETAH_USE_SETUPTOOLS=1
 %{__python} setup.py build
 
@@ -44,54 +42,41 @@ export CHEETAH_USE_SETUPTOOLS=1
 %{__python} setup.py install --skip-build --root %{buildroot} --prefix=%{_prefix}
 %endif
 
-%check
-export PATH="%{buildroot}/%{_bindir}:$PATH"
-export PYTHONPATH="%{buildroot}/%{python_sitearch}"
-%{__python} %{buildroot}/%{python_sitearch}/Cheetah/Tests/Test.py
-
 %clean
 rm -rf %{buildroot}
 
 %if 0%{?suse_version}
 %files -f INSTALLED_FILES
-%manifest python-cheetah.manifest
 %defattr(-,root,root,-)
 %else
 %files
-%manifest python-cheetah.manifest
 %defattr(-,root,root,-)
 %dir %{python_sitearch}/Cheetah
 %{python_sitearch}/Cheetah/*.py
 %{python_sitearch}/Cheetah/*.pyc
 %{python_sitearch}/Cheetah/_namemapper.so
-%{python_sitearch}/Cheetah/*.pyo
 
 %dir %{python_sitearch}/Cheetah/Macros
 %{python_sitearch}/Cheetah/Macros/*.py
 %{python_sitearch}/Cheetah/Macros/*.pyc
-%{python_sitearch}/Cheetah/Macros/*.pyo
 
 %dir %{python_sitearch}/Cheetah/Templates
 %{python_sitearch}/Cheetah/Templates/*.py
 %{python_sitearch}/Cheetah/Templates/*.pyc
 %{python_sitearch}/Cheetah/Templates/*.tmpl
-%{python_sitearch}/Cheetah/Templates/*.pyo
 
 %dir %{python_sitearch}/Cheetah/Tests
 %{python_sitearch}/Cheetah/Tests/*.py
 %{python_sitearch}/Cheetah/Tests/*.pyc
-%{python_sitearch}/Cheetah/Tests/*.pyo
 
 %dir %{python_sitearch}/Cheetah/Tools
 %{python_sitearch}/Cheetah/Tools/*.py
 %{python_sitearch}/Cheetah/Tools/*.pyc
 %{python_sitearch}/Cheetah/Tools/*.txt
-%{python_sitearch}/Cheetah/Tools/*.pyo
 
 %dir %{python_sitearch}/Cheetah/Utils
 %{python_sitearch}/Cheetah/Utils/*.py
 %{python_sitearch}/Cheetah/Utils/*.pyc
-%{python_sitearch}/Cheetah/Utils/*.pyo
 
 %dir %{python_sitearch}/Cheetah-%{version}-*.egg-info
 %{python_sitearch}/Cheetah-%{version}-*.egg-info/PKG-INFO