SUNWpython26-twisted-web2.spec revision 19092
10139N/A#
10139N/A# spec file for package SUNWpython-twisted-web2
10139N/A#
17365N/A# Copyright 2008 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A%define owner jouby
10139N/A#
17177N/A%include Solaris.inc
17177N/A
17177N/A%define pythonver 2.6
10139N/A%use ptw = python-twisted-web2.spec
10139N/A
15322N/AName: SUNWpython26-twisted-web2
10139N/AIPS_package_name: library/python-2/python-twisted-web2-26
17894N/AMeta(info.classification): %{classification_prefix}:Development/Python
10139N/ASummary: %{ptw.summary}
10139N/AURL: %{ptw.url}
10139N/AVersion: %{ptw.version}
10139N/ASUNW_BaseDir: %{_basedir}
17361N/ASUNW_Copyright: SUNWpython-twisted-web2.copyright
10139N/ALicense: MIT
12773N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
12773N/ABuildRequires: SUNWpython26-twisted
12773N/ABuildRequires: SUNWpython26-setuptools
10139N/ARequires: SUNWPython26
10627N/ARequires: SUNWpython26-twisted
13496N/A
15917N/A%include default-depend.inc
16706N/A
16706N/A%prep
16793N/Arm -rf %{name}-%{version}
16793N/Amkdir -p %{name}-%{version}
10139N/A%ptw.prep -d %{name}-%{version}
10139N/A
10139N/A%build
10139N/A%ptw.build -d %{name}-%{version}
10139N/A
10139N/A%install
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A%ptw.install -d %{name}-%{version}
10139N/A
10139N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%files
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, bin) %{_libdir}
10139N/A%{_libdir}/python%{pythonver}/vendor-packages/*
10139N/A%doc -d TwistedWeb2-%{version} README
10139N/A%doc(bzip2) -d TwistedWeb2-%{version} LICENSE NEWS
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%dir %attr (0755, root, other) %{_datadir}/doc
10139N/A
10139N/A%changelog
10139N/A* Thu Oct 27 2009 - yuntong.jin@sun.com
10139N/A- Change the owner to jouby
10139N/A* Thu Feb 12 2009 - brian.cameron@sun.com
10139N/A- created 2.6 version based on SUNWpython-twisted-web2.spec.
10139N/A* Tue Sep 30 2008 - brian.cameron@sun.com
10139N/A- Bump to 8.1.0.
10139N/A* Fri Jul 25 2008 - brian.cameron@sun.com
10139N/A- Initial version.
10139N/A