packages: python-actdiag/python-actdiag.spec - adapter, pldize

glen glen at pld-linux.org
Mon Oct 17 15:18:12 CEST 2011


Author: glen                         Date: Mon Oct 17 13:18:12 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- adapter, pldize

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

---- Diffs:

================================================================
Index: packages/python-actdiag/python-actdiag.spec
diff -u packages/python-actdiag/python-actdiag.spec:1.2 packages/python-actdiag/python-actdiag.spec:1.3
--- packages/python-actdiag/python-actdiag.spec:1.2	Mon Oct 17 12:46:29 2011
+++ packages/python-actdiag/python-actdiag.spec	Mon Oct 17 15:18:07 2011
@@ -1,13 +1,10 @@
 # $Revision$, $Date$
-#
-# Conditional build:
-
 %define 	module	actdiag
-Summary:	actdiag generate activity-diagram image file from spec-text file.
+Summary:	actdiag generate activity-diagram image file from spec-text file
 Name:		python-%module
 Version:	0.1.9
 Release:	0.1
-License:	Apache 2.0
+License:	Apache v2.0
 Group:		Development/Languages
 URL:		http://blockdiag.com/en/actdiag/index.html
 Source0:	http://pypi.python.org/packages/source/a/%{module}/%{module}-%{version}.tar.gz
@@ -22,12 +19,10 @@
 
 %description
 actdiag generate activity-diagram image file from spec-text file.
-Features
-
-    Generate activity-diagram from dot like text (basic feature).
-    Multilingualization for node-label (utf-8 only).
 
-You can get some examples and generated images on blockdiag.com .
+Features:
+- Generate activity-diagram from dot like text (basic feature).
+- Multilingualization for node-label (utf-8 only).
 
 %prep
 %setup -q -n %{module}-%{version}
@@ -46,19 +41,18 @@
 
 %py_postclean
 
-rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/tests
-rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/tests
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/tests
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc README
-%attr(755,root,root)%{_bindir}/%{module}
+%attr(755,root,root) %{_bindir}/%{module}
 %{py_sitescriptdir}/%{module}
 %if "%{py_ver}" > "2.4"
-%{py_sitescriptdir}/%{module}-%{version}-*.egg-info/
+%{py_sitescriptdir}/%{module}-%{version}-*.egg-info
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -67,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/10/17 13:18:07  glen
+- adapter, pldize
+
 Revision 1.2  2011/10/17 10:46:29  cieciwa
 - clean spec.
 
@@ -75,4 +72,3 @@
 - release 0.1.
 
 initial.
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-actdiag/python-actdiag.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list