]> git.pld-linux.org Git - packages/perl-Image-ExifTool.git/commitdiff
- new spec
authorhawk <hawk@pld-linux.org>
Mon, 11 Jul 2005 17:29:13 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Image-ExifTool.spec -> 1.1

perl-Image-ExifTool.spec [new file with mode: 0644]

diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
new file mode 100644 (file)
index 0000000..8c49b6e
--- /dev/null
@@ -0,0 +1,88 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Image
+%define                pnam    ExifTool
+Summary:       Perl module for reading and writing image metadata
+Summary(pl):   Modu³ perla do czytania i zapisywania metadanych w plikach graficznych
+Name:          perl-Image-ExifTool
+Version:       5.32
+Release:       0.1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 3b727ff93fae5827250d033cbed3af53
+BuildRequires: libexif-devel
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ExifTool is a highly customizable Perl script for reading and writing
+meta information in images.
+
+ExifTool reads EXIF, GPS, IPTC, XMP, GeoTIFF, ICC Profile and
+Photoshop IRB meta information from JPG, JP2, TIFF, PNG, GIF, MIFF,
+CRW, THM, CR2, MRW, NEF, PEF, ORF and DNG images. ExifTool also
+extracts information from the maker notes of many digital cameras by
+various manufacturers including Canon, Casio, FujiFilm, Kodak,
+Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
+Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon.
+
+ExifTool writes EXIF, GPS, IPTC, XMP and MakerNotes meta information
+to JPEG, TIFF, GIF, CRW, THM, CR2, NEF, PEF and DNG images.
+
+See html/index.html for more details about ExifTool features.
+
+%description -l pl
+ExifTool to wysoce dostosowywalny skrypt perlowy do czytania i
+zapisywania metadanych w plikach graficznych.
+
+ExifTool potrafi odczytaæ metatagi EXIF, GPS, IPTC, XMP, GeoTIFF, ICC
+Profile, Photoshop IRB z plików JPG, JP2, TIFF, PNG, GIF, MIFF, CRW,
+THM, CR2, MRW, NEF, PEF, ORF, DNG. ExifTool odczytuje równie¿
+informacje dodatkowe o zdjêciach zapisywane przez aparaty cyfrowe
+takich firm jak Canon, Casio, FujiFilm, Kodak, Minolta/Konica-Minolta,
+Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo,
+Sigma/Foveon.
+
+ExifTool potrafi zapisaæ metatagi EXIF, GPS, IPTC, XMP wraz z
+informacjami dodatkowymi producenta do plików JPEG, TIFF, GIF, CRW,
+THM, CR2, NEF, PEF, DNG.
+
+Wiêcej informacji o mo¿liwo¶ciach pakietu ExifTool znajduje siê w
+pliku html/index.html.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor \
+       destdir=$RPM_BUILD_ROOT
+%{__make} \
+       OPTIMIZE="%{rpmcflags}"
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README Changes html
+%{perl_vendorlib}/File/RandomAccess.pm
+%{perl_vendorlib}/Image/ExifTool.pm
+%dir %{perl_vendorlib}/Image/ExifTool
+%{perl_vendorlib}/Image/ExifTool/*.p[l,m]
+%{_mandir}/man[1,3]/*
This page took 0.065766 seconds and 4 git commands to generate.