Author: beorn                        Date: Mon Apr 16 11:50:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Up to 0.6.3
- Added test files as examples
- Added CHANGELOG file

---- Files affected:
SPECS:
   python-Beaker.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/python-Beaker.spec
diff -u SPECS/python-Beaker.spec:1.7 SPECS/python-Beaker.spec:1.8
--- SPECS/python-Beaker.spec:1.7        Mon Apr 16 11:03:00 2007
+++ SPECS/python-Beaker.spec    Mon Apr 16 13:50:05 2007
@@ -3,12 +3,12 @@
 Summary:       Session (and caching soon) WSGI Middleware
 Summary(pl.UTF-8):     Middleware WSGI obsługi sesji (i wkrótce pamięci 
podręcznej)
 Name:          python-%{fname}
-Version:       0.6.1
+Version:       0.6.3
 Release:       0.1
 License:       MIT
 Group:         Libraries/Python
 Source0:       
http://cheeseshop.python.org/packages/source/B/Beaker/%{fname}-%{version}.tar.gz
-# Source0-md5: 58683737c7ebf54d9903ff849247cc3b
+# Source0-md5: 4f4ae4bfd4e3e237dbdfc55446de7a03
 URL:           http://beaker.groovie.org/
 BuildRequires: python-setuptools
 BuildRequires: python >= 1:2.5
@@ -44,20 +44,24 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 python setup.py install \
        --root=$RPM_BUILD_ROOT \
        --optimize=2
 
 %py_postclean
+install tests/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc CHANGELOG
 %{py_sitescriptdir}/beaker
 %{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
+%{_examplesdir}/%{name}-%{version}
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -65,6 +69,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/04/16 11:50:05  beorn
+- Up to 0.6.3
+- Added test files as examples
+- Added CHANGELOG file
+
 Revision 1.7  2007/04/16 09:03:00  beorn
 - pl beautify
 - py_postclean macro
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-Beaker.spec?r1=1.7&r2=1.8&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to