]> git.pld-linux.org Git - packages/perl-Image-ExifTool.git/commitdiff
- cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 May 2016 18:40:56 +0000 (20:40 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 May 2016 18:40:56 +0000 (20:40 +0200)
perl-Image-ExifTool.spec

index e4bb5b77c199cf523b4c0449f3eba01952723569..880c453d28de6df7426ca9d75b05a75c05fcd595 100644 (file)
@@ -27,9 +27,6 @@ Requires:     perl-Encode
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# awk -vname="File Types" '{ if ( start ) { if ( $0 ~ /^$/ ) { print "%{nil}"; exit 0 } print $0 "\\" } if ( $0 ~ name ) start = 1; }' < README
-# awk -vname="Meta Information" '{ if ( start ) { if ( $0 ~ /^$/ ) { print "%{nil}"; exit 0 } print $0 "\\" } if ( $0 ~ name ) start = 1; }' < README
-
 %description
 ExifTool is a customizable set of Perl modules plus an application
 script for reading and writing meta information in a wide variety of
@@ -51,16 +48,6 @@ Sigma/Foveon i Sony.
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
-# make sure description is up-to-date
-#echo "%{supported_file_types}" > supported_file_types.old.txt
-#echo "%{supported_meta_information}" > supported_meta_information.old.txt
-
-#awk -vname="File Types" '{ if ( start ) { if ( $0 ~ /^$/ ) { print ""; exit 0 } print } if ( $0 ~ name ) { start = 1; print "" }; }' < README > supported_file_types.new.txt
-#awk -vname="Meta Information" '{ if ( start ) { if ( $0 ~ /^$/ ) { print ""; exit 0 } print } if ( $0 ~ name ) { start = 1; print "" }; }' < README > supported_meta_information.new.txt
-
-#cmp supported_file_types.old.txt supported_file_types.new.txt
-#cmp supported_meta_information.old.txt supported_meta_information.new.txt
-
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor \
This page took 0.153926 seconds and 4 git commands to generate.