cosmetic corrections to ImageMagick.spec.in
Posted: 2011-02-20T11:00:07-07:00
Corrections:
- macros in RPM comments are not allowed
- changelog text must not begin with *
Code: Select all
diff -aur ImageMagick-6.6.7-7/ImageMagick.spec.in ImageMagick-6.6.7-8/ImageMagick.spec.in
--- ImageMagick-6.6.7-7/ImageMagick.spec.in 2010-06-13 21:04:44.000000000 +0200
+++ ImageMagick-6.6.7-8/ImageMagick.spec.in 2011-02-20 18:55:27.888401391 +0100
@@ -114,7 +114,7 @@
iconv -f ISO-8859-1 -t UTF-8 README.txt > README.txt.tmp
touch -r README.txt README.txt.tmp
mv README.txt.tmp README.txt
-# for %doc
+# for %%doc
mkdir Magick++/examples
cp -p Magick++/demo/*.cpp Magick++/demo/*.miff Magick++/examples
@@ -278,4 +278,4 @@
%changelog
* Sun May 01 2005 Cristy <cristy@mystic.es.dupont.com> 1.0-0
-* Port of Redhat's RPM script to support ImageMagick.
+- Port of Redhat's RPM script to support ImageMagick.