rpms/python-paste-script/devel python-paste-script.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Aug 21 17:22:27 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/python-paste-script/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1996/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-paste-script.spec 
Log Message:
auto-import python-paste-script-0.9-4 on branch devel from python-paste-script-0.9-4.src.rpm


--- NEW FILE python-paste-script.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-paste-script
Version:        0.9
Release:        4%{?dist}
Summary:        A pluggable command-line frontend
Group:          System Environment/Libraries
License:        MIT
URL:            http://pythonpaste.org/script
Source0:        http://cheeseshop.python.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-setuptools
Requires:       python-paste, python-paste-deploy, python-cheetah

%description
Paster is pluggable command-line frontend, including commands to setup package
file layouts

Built-in features:

 * Creating file layouts for packages.
   For instance a setuptools-ready file layout.
 * Serving up web applications, with configuration based on paste.deploy


%prep
%setup -q -n PasteScript-%{version}


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install --single-version-externally-managed \
                             --skip-build -O1 --root=%{buildroot}

echo '%defattr (0644,root,root,0755)' > pyfiles
find %{buildroot}%{python_sitelib}/paste/script -type d | \
    sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles
find %{buildroot}%{python_sitelib}/paste/script -not -type d | \
    sed 's:%{buildroot}\(.*\):\1:' >> pyfiles


%clean
rm -rf %{buildroot}


%files -f pyfiles
%defattr(-,root,root,-)
%doc docs/*
%{python_sitelib}/PasteScript-%{version}-py2.4*
%{_bindir}/paster


%changelog
* Mon Aug 21 2006 Luke Macken <lmacken at redhat.com> - 0.9-4
- Include .pyo files instead of ghosting them.

* Sat Jul 29 2006 Luke Macken <lmacken at redhat.com> - 0.9-3
- Require python-paste-deploy

* Wed Jul 26 2006 Luke Macken <lmacken at redhat.com> - 0.9-2
- Rename to python-paste-script
- Use consistent buildroot variables
- Fix docs inclusion

* Mon Jul 10 2006 Luke Macken <lmacken at redhat.com> - 0.9-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-paste-script/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Aug 2006 17:22:11 -0000	1.1
+++ .cvsignore	21 Aug 2006 17:22:26 -0000	1.2
@@ -0,0 +1 @@
+PasteScript-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-paste-script/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Aug 2006 17:22:11 -0000	1.1
+++ sources	21 Aug 2006 17:22:26 -0000	1.2
@@ -0,0 +1 @@
+ab57bf5772870734b9845746c78c8897  PasteScript-0.9.tar.gz




More information about the scm-commits mailing list