From: Jakub Bogusz Date: Thu, 12 May 2016 18:40:56 +0000 (+0200) Subject: - cleanup X-Git-Tag: auto/th/perl-Image-ExifTool-10.98-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fperl-Image-ExifTool.git;a=commitdiff_plain;h=3f5899a46d6ad11527190989c89a353fa4676342 - cleanup --- diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index e4bb5b7..880c453 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -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 \