From 3f5899a46d6ad11527190989c89a353fa4676342 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 12 May 2016 20:40:56 +0200 Subject: [PATCH] - cleanup --- perl-Image-ExifTool.spec | 13 ------------- 1 file changed, 13 deletions(-) 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 \ -- 2.44.0