forked from pool/perl-Image-ExifTool
Accepting request 136479 from devel:languages:perl
A SR was done to graohics::exiftool to break out perl-File-RandomAccess as a sub-package. Do the same here. (forwarded request 136475 from gregfreemyer) OBS-URL: https://build.opensuse.org/request/show/136479 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Image-ExifTool?expand=0&rev=7
This commit is contained in:
commit
c759a11a56
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 29 21:36:35 UTC 2012 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- add perl-File-RandomAccess sub-package to match package in graphics
|
||||||
|
- remove stale comments about doc files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 24 19:01:51 UTC 2012 - Greg.Freemyer@gmail.com
|
Mon Sep 24 19:01:51 UTC 2012 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
@ -27,9 +27,10 @@ Url: http://search.cpan.org/dist/Image-ExifTool/
|
|||||||
Source: http://www.cpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Conflicts: exiftool < %{version}
|
Requires: perl-File-RandomAccess = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Conflicts: exiftool < %{version}
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -133,6 +134,14 @@ and Meta Information
|
|||||||
|
|
||||||
See html/index.html for more details about ExifTool features overall.
|
See html/index.html for more details about ExifTool features overall.
|
||||||
|
|
||||||
|
%package -n perl-File-RandomAccess
|
||||||
|
Summary: Random Access Reads of Sequential File or Scalar
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
|
||||||
|
%description -n perl-File-RandomAccess
|
||||||
|
Allows random access to sequential file by buffering the file if necessary.
|
||||||
|
Also allows access to data in memory to be accessed as if it were a file.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
@ -159,15 +168,22 @@ rm -rf %{buildroot}
|
|||||||
%doc exif2iptc.args exif2xmp.args gps2xmp.args iptc2exif.args iptc2xmp.args iptcCore.args
|
%doc exif2iptc.args exif2xmp.args gps2xmp.args iptc2exif.args iptc2xmp.args iptcCore.args
|
||||||
%doc pdf2xmp.args xmp2exif.args xmp2gps.args xmp2iptc.args xmp2pdf.args
|
%doc pdf2xmp.args xmp2exif.args xmp2gps.args xmp2iptc.args xmp2pdf.args
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%exclude %{_bindir}/exiftool
|
%exclude %{_bindir}/exiftool
|
||||||
%exclude %{_mandir}/man1/exiftool.1.gz
|
%exclude %{_mandir}/man1/exiftool.1.gz
|
||||||
# No idea why this had such a long % doc list
|
|
||||||
# % doc Changes exif2xmp.args ExifTool_config gps2xmp.args gpx.fmt gpx_wpt.fmt iptc2xmp.args kml.fmt perl-Image-ExifTool.spec README xmp2exif.args xmp2gps.args xmp2iptc.args
|
|
||||||
%doc Changes ExifTool_config README html
|
%doc Changes ExifTool_config README html
|
||||||
|
%{perl_vendorlib}/Image/ExifTool
|
||||||
|
%doc %{_mandir}/man3/Image::ExifTool*.3*
|
||||||
|
%{perl_vendorlib}/Image/ExifTool.pm
|
||||||
|
%dir %{perl_vendorlib}/Image
|
||||||
|
%doc %{perl_vendorlib}/Image/ExifTool.pod
|
||||||
|
|
||||||
|
%files -n perl-File-RandomAccess
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{perl_vendorlib}/File
|
||||||
%{perl_vendorlib}/File/RandomAccess.pm
|
%{perl_vendorlib}/File/RandomAccess.pm
|
||||||
%{perl_vendorlib}/Image/ExifTool/*
|
%doc %{perl_vendorlib}/File/RandomAccess.pod
|
||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/File::RandomAccess*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user