|
|
@ -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.20
|
|
|
|
Version: 1.21
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Image meta information extraction module for Perl
|
|
|
|
Summary: Image meta information extraction module for Perl
|
|
|
|
|
|
|
|
|
|
|
@ -12,7 +12,6 @@ Source0: http://www.cpan.org/authors/id/T/TE/TELS/image/Image-Info-%{vers
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
|
|
|
|
BuildRequires: perl(Image::Xbm), perl(Image::Xpm), perl(XML::Simple)
|
|
|
|
BuildRequires: perl(Image::Xbm), perl(Image::Xpm), perl(XML::Simple)
|
|
|
|
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
|
|
|
|
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
|
|
|
|
Requires: %{rgbtxt}
|
|
|
|
Requires: %{rgbtxt}
|
|
|
@ -25,7 +24,7 @@ various types of image files.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Image-Info-%{version}
|
|
|
|
%setup -q -n Image-Info-%{version}
|
|
|
|
chmod 644 README exifdump imgdump
|
|
|
|
chmod 644 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
|
|
|
|
|
|
|
|
|
|
|
@ -55,10 +54,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes README exifdump imgdump
|
|
|
|
%doc Changes README exifdump imgdump
|
|
|
|
%{perl_vendorlib}/Image/
|
|
|
|
%{perl_vendorlib}/Image/
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon May 1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-1
|
|
|
|
|
|
|
|
- Update to 1.21.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-1
|
|
|
|
* Mon Mar 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-1
|
|
|
|
- Update to 1.20.
|
|
|
|
- Update to 1.20.
|
|
|
|
|
|
|
|
|
|
|
|