rpms/python-beaker/F-8 beaker-bsd.patch, NONE, 1.1 python-beaker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kyle VanderBeek (kylev) fedora-extras-commits at redhat.com
Tue May 27 23:01:23 UTC 2008


Author: kylev

Update of /cvs/pkgs/rpms/python-beaker/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26257/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	beaker-bsd.patch python-beaker.spec 
Log Message:
Prep for F-[89] builds.


beaker-bsd.patch:

--- NEW FILE beaker-bsd.patch ---
--- setup.py.old	2008-04-13 11:46:43.000000000 -0700
+++ setup.py	2008-05-12 15:12:00.833084192 -0700
@@ -115,7 +115,7 @@
       'Development Status :: 5 - Production/Stable',
       'Environment :: Web Environment',
       'Intended Audience :: Developers',
-      'License :: OSI Approved :: MIT License',
+      'License :: OSI Approved :: BSD License',
       'Programming Language :: Python',
       'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
       ],
@@ -123,7 +123,7 @@
       author='Ben Bangart, Mike Bayer, Philip Jenvey',
       author_email='ben at groovie.org, pjenvey at groovie.org',
       url='http://beaker.groovie.org',
-      license='MIT',
+      license='BSD',
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
       zip_safe=False,
       install_requires=[],


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

Name: python-beaker
Version: 0.9.4
Release: 4%{?dist}
Summary: WSGI middleware layer to provide sessions

Group: Development/Languages
License: BSD
URL: http://beaker.groovie.org/
Source0: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
Patch0: beaker-bsd.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-setuptools-devel

%description
Beaker is a caching library that includes Session and Cache objects built on
Myghty's Container API used in MyghtyUtils. WSGI middleware is also included to
manage Session objects and signed cookies.


%prep
%setup -q -n Beaker-%{version}
%patch0


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE CHANGELOG
%{python_sitelib}/beaker/
%{python_sitelib}/Beaker*


%changelog
* Mon May 12 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.4-4
- Fix files to not use wildcard, fixing dir ownership

* Mon May 12 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.4-3
- Corrected license

* Mon May 12 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.4-2
- More restrictive file includes for safety

* Sun May 11 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.4-1
- Update to 0.9.4 (security fix)
- Fix rpmlint complaints, add CHANGELOG and LICENSE

* Wed Apr  9 2008 Kyle VanderBeek <kylev at kylev.com> - 0.9.3-1
- Initial version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 May 2008 20:05:12 -0000	1.1
+++ .cvsignore	27 May 2008 23:00:42 -0000	1.2
@@ -0,0 +1 @@
+Beaker-0.9.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 May 2008 20:05:12 -0000	1.1
+++ sources	27 May 2008 23:00:42 -0000	1.2
@@ -0,0 +1 @@
+9e474576e948d7f80ce238d31c80ade3  Beaker-0.9.4.tar.gz




More information about the scm-commits mailing list