packages: python-application/python-application.spec - updated to 1.3.1 - u...

kiesiu kiesiu at pld-linux.org
Thu Jun 14 16:49:59 CEST 2012


Author: kiesiu                       Date: Thu Jun 14 14:49:59 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.3.1
- updated BRs and files
- adaperized desc

---- Files affected:
packages/python-application:
   python-application.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/python-application/python-application.spec
diff -u packages/python-application/python-application.spec:1.2 packages/python-application/python-application.spec:1.3
--- packages/python-application/python-application.spec:1.2	Tue Sep 15 09:45:53 2009
+++ packages/python-application/python-application.spec	Thu Jun 14 16:49:54 2012
@@ -2,14 +2,14 @@
 %define 	module	application
 Summary:	Basic building blocks for python applications
 Name:		python-%{module}
-Version:	1.1.5
+Version:	1.3.1
 Release:	1
 License:	LGPL
 Group:		Development/Languages/Python
 Source0:	http://pypi.python.org/packages/source/p/python-application/%{name}-%{version}.tar.gz
-# Source0-md5:	d43399becc6b2850a2ea80a34375781b
+# Source0-md5:	615d670fcda2aa5a01de7bc12baa1fdf
 URL:		http://pypi.python.org/pypi/python-application
-BuildRequires:	python-devel
+BuildRequires:	python-devel >= 1:2.5
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
 Requires:	python-modules
@@ -17,20 +17,21 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This package is a collection of modules that are useful when building python
-applications. Their purpose is to eliminate the need to divert resources into
-implementing the small tasks that every application needs to do in order to
-run successfully and focus instead on the application logic itself.
+This package is a collection of modules that are useful when building
+python applications. Their purpose is to eliminate the need to divert
+resources into implementing the small tasks that every application
+needs to do in order to run successfully and focus instead on the
+application logic itself.
 
 The modules that the application package provides are:
 
-1. process       - UNIX process and signal management.
-2. python        - python utility classes and functions.
-3. configuration - a simple interface to handle configuration files.
-4. log           - an extensible system logger for console and syslog.
-5. debug         - memory troubleshooting and execution timing.
-6. system        - interaction with the underlying operating system.
-7. notification  - an application wide notification system.
+1. process - UNIX process and signal management. 2. python - python
+utility classes and functions. 3. configuration - a simple interface
+to handle configuration files. 4. log - an extensible system logger
+for console and syslog. 5. debug - memory troubleshooting and
+execution timing. 6. system - interaction with the underlying
+operating system. 7. notification - an application wide notification
+system.
 
 %prep
 %setup -q
@@ -60,6 +61,12 @@
 %{py_sitescriptdir}/%{module}/configuration/*.py[co]
 %dir %{py_sitescriptdir}/%{module}/debug
 %{py_sitescriptdir}/%{module}/debug/*.py[co]
+%dir %{py_sitescriptdir}/%{module}/log
+%{py_sitescriptdir}/%{module}/log/*.py[co]
+%dir %{py_sitescriptdir}/%{module}/log/extensions
+%{py_sitescriptdir}/%{module}/log/extensions/*.py[co]
+%dir %{py_sitescriptdir}/%{module}/log/extensions/twisted
+%{py_sitescriptdir}/%{module}/log/extensions/twisted/*.py[co]
 %dir %{py_sitescriptdir}/%{module}/python
 %{py_sitescriptdir}/%{module}/python/*.py[co]
 %{py_sitescriptdir}/*-*.egg-info
@@ -70,6 +77,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2012/06/14 14:49:54  kiesiu
+- updated to 1.3.1
+- updated BRs and files
+- adaperized desc
+
 Revision 1.2  2009/09/15 07:45:53  jajcus
 - Version: 1.1.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/python-application/python-application.spec?r1=1.2&r2=1.3



More information about the pld-cvs-commit mailing list