devel/python-HTMLgen python-HTMLgen.spec,1.2,1.3

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 23:42:01 UTC 2005


Author: ivazquez

Update of /cvs/extras/devel/python-HTMLgen
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19161/python-HTMLgen

Modified Files:
	python-HTMLgen.spec 
Log Message:
More review fixes


Index: python-HTMLgen.spec
===================================================================
RCS file: /cvs/extras/devel/python-HTMLgen/python-HTMLgen.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-HTMLgen.spec	16 Mar 2005 18:54:45 -0000	1.2
+++ python-HTMLgen.spec	16 Mar 2005 23:41:59 -0000	1.3
@@ -13,7 +13,7 @@
 
 Name:           %name
 Version:        %version
-Release:        1
+Release:        2
 Summary:        A class library for the generation of HTML documents
 
 Group:          Development/Libraries
@@ -29,10 +29,12 @@
 BuildArch:      noarch
 
 %description
-HTMLgen is a class library for the generation of HTML documents with Python scripts. It's used when you want to create HTML pages containing information which changes from time to time.
+HTMLgen is a class library for the generation of HTML documents with Python
+scripts. It's used when you want to create HTML pages containing information
+which changes from time to time.
 
 %prep
-%setup -q -c htmlgen
+%setup -q -n HTMLgen
 
 %build
 
@@ -40,7 +42,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d -m 0755 $RPM_BUILD_ROOT%{_libdir}/python%{pyver}/site-packages
 for file in HTMLgen.py HTMLcolors.py HTMLutil.py HTMLcalendar.py barchart.py colorcube.py imgsize.py NavLinks.py Formtools.py ImageH.py ImageFileH.py ImagePaletteH.py GifImagePluginH.py JpegImagePluginH.py PngImagePluginH.py; do
-  install -m 0644 HTMLgen/$file $RPM_BUILD_ROOT%{_libdir}/python%{pyver}/site-packages
+  install -m 0644 $file $RPM_BUILD_ROOT%{_libdir}/python%{pyver}/site-packages
 done
 python%{pyver} %{_libdir}/python%{pyver}/compileall.py $RPM_BUILD_ROOT%{_libdir}/python%{pyver}/site-packages
 python%{pyver} -O %{_libdir}/python%{pyver}/compileall.py $RPM_BUILD_ROOT%{_libdir}/python%{pyver}/site-packages
@@ -54,6 +56,10 @@
 %{_libdir}/python%pyver/site-packages/*.py[co]
 
 %changelog
+* Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 2.2.2-2
+- Modified %setup to use -n
+- Broke %description at 80 columns
+
 * Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 2.2.2-1
 - Bump release to 1
 - Fixed License tag




More information about the fedora-extras-commits mailing list