|
|
@ -1,7 +1,7 @@
|
|
|
|
%define rgbtxt %{_datadir}/X11/rgb.txt
|
|
|
|
%define rgbtxt %{_datadir}/X11/rgb.txt
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Image-Info
|
|
|
|
Name: perl-Image-Info
|
|
|
|
Version: 1.19
|
|
|
|
Version: 1.20
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Image meta information extraction module for Perl
|
|
|
|
Summary: Image meta information extraction module for Perl
|
|
|
|
|
|
|
|
|
|
|
@ -9,7 +9,6 @@ Group: Development/Libraries
|
|
|
|
License: GPL or Artistic
|
|
|
|
License: GPL or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Image-Info/
|
|
|
|
URL: http://search.cpan.org/dist/Image-Info/
|
|
|
|
Source0: http://www.cpan.org/authors/id/T/TE/TELS/image/Image-Info-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/T/TE/TELS/image/Image-Info-%{version}.tar.gz
|
|
|
|
Patch0: Image-Info-1.19-inc-Module-Install.pm.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -26,8 +25,7 @@ various types of image files.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Image-Info-%{version}
|
|
|
|
%setup -q -n Image-Info-%{version}
|
|
|
|
%patch0 -p1
|
|
|
|
chmod 644 README exifdump imgdump
|
|
|
|
chmod 644 Changes README exifdump imgdump
|
|
|
|
|
|
|
|
%{__perl} -pi -e 's|/usr/X11R6/lib/X11/rgb\.txt|%{rgbtxt}|' \
|
|
|
|
%{__perl} -pi -e 's|/usr/X11R6/lib/X11/rgb\.txt|%{rgbtxt}|' \
|
|
|
|
lib/Image/Info/XPM.pm
|
|
|
|
lib/Image/Info/XPM.pm
|
|
|
|
|
|
|
|
|
|
|
@ -61,8 +59,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Mar 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-1
|
|
|
|
|
|
|
|
- Update to 1.20.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.19-1
|
|
|
|
* Wed Mar 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.19-1
|
|
|
|
- Update to 1.19.
|
|
|
|
- Update to 1.19 (broken: cpan tickets: #18020 and #18147).
|
|
|
|
- Module::Install 0.58 is broken (Image-Info-1.19-inc-Module-Install.pm.patch).
|
|
|
|
- Module::Install 0.58 is broken (Image-Info-1.19-inc-Module-Install.pm.patch).
|
|
|
|
- BR: perl(Image::Xbm), perl(Image::Xpm), perl(XML::Simple).
|
|
|
|
- BR: perl(Image::Xbm), perl(Image::Xpm), perl(XML::Simple).
|
|
|
|
|
|
|
|
|
|
|
|