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

glen glen at pld-linux.org
Mon Oct 17 15:01:16 CEST 2011


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

---- Files affected:
packages/python-seqdiag:
   python-seqdiag.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/python-seqdiag/python-seqdiag.spec
diff -u packages/python-seqdiag/python-seqdiag.spec:1.3 packages/python-seqdiag/python-seqdiag.spec:1.4
--- packages/python-seqdiag/python-seqdiag.spec:1.3	Mon Oct 17 12:47:30 2011
+++ packages/python-seqdiag/python-seqdiag.spec	Mon Oct 17 15:01:10 2011
@@ -1,13 +1,10 @@
 # $Revision$, $Date$
-#
-# Conditional build:
-
 %define 	module	seqdiag
-Summary:	seqkdiag generate sequence-diagram image file from spec-text file.
+Summary:	seqkdiag generate sequence-diagram image file from spec-text file
 Name:		python-%module
 Version:	0.4.2
 Release:	0.1
-License:	Apache 2.0
+License:	Apache v2.0
 Group:		Development/Languages
 URL:		http://blockdiag.com/en/seqdiag/index.html
 Source0:	http://pypi.python.org/packages/source/s/%{module}/%{module}-%{version}.tar.gz
@@ -21,13 +18,11 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-seqdiag generate sequence-diagram image file from spec-text file.
-Features
-
-    Generate sequence-diagram from dot like text (basic feature).
-    Multilingualization for node-label (utf-8 only).
+seqdiag generates sequence-diagram image file from spec-text files.
 
-You can get some examples and generated images on blockdiag.com .
+Features:
+- Generate sequence-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}/seqdiag
+%attr(755,root,root) %{_bindir}/seqdiag
 %{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.4  2011/10/17 13:01:10  glen
+- adapter, pldize
+
 Revision 1.3  2011/10/17 10:47:30  cieciwa
 - clean spec.
 
================================================================

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



More information about the pld-cvs-commit mailing list