SPECS: perl-Image-ExifTool.spec (NEW) - new spec

hawk hawk at pld-linux.org
Mon Jul 11 19:29:18 CEST 2005


Author: hawk                         Date: Mon Jul 11 17:29:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec

---- Files affected:
SPECS:
   perl-Image-ExifTool.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Image-ExifTool.spec
diff -u /dev/null SPECS/perl-Image-ExifTool.spec:1.1
--- /dev/null	Mon Jul 11 19:29:18 2005
+++ SPECS/perl-Image-ExifTool.spec	Mon Jul 11 19:29:13 2005
@@ -0,0 +1,99 @@
+# $Revision$, $Date$
+#
+# 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]/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/11 17:29:13  hawk
+- new spec
+
================================================================



More information about the pld-cvs-commit mailing list