SPECS: php-pear-Image_JpegXmpReader.spec (NEW) - new

adamg adamg at pld-linux.org
Fri Jul 18 23:56:39 CEST 2008


Author: adamg                        Date: Fri Jul 18 21:56:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-Image_JpegXmpReader.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-Image_JpegXmpReader.spec
diff -u /dev/null SPECS/php-pear-Image_JpegXmpReader.spec:1.1
--- /dev/null	Fri Jul 18 23:56:39 2008
+++ SPECS/php-pear-Image_JpegXmpReader.spec	Fri Jul 18 23:56:33 2008
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Image
+%define		_subclass	JpegXmpReader
+%define		_status		beta
+%define		_pearname	Image_JpegXmpReader
+
+Summary:	%{_pearname} - Read Photoshop-style XMP metadata from JPEG files
+Summary(pl.UTF-8):	%{_pearname} - odczyt metadanych XMP z plików JPEG
+Name:		php-pear-%{_pearname}
+Version:	0.5.0
+Release:	1
+License:	MIT License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	e5ff542af6714e846df234e135528d21
+URL:		http://pear.php.net/package/Image_JpegXmpReader/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear-PEAR >= 1.4.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package fetches Photoshop-style XMP metadata from JPEG files.
+Convenience functions are provided to fetch the title, creator,
+subject and description fields, other fields can be fetched by name,
+and the parsed XML can be accessed directly. It is a useful tool for
+accessing JPEGs edited with newer tools that do not provide EXIF
+metadata and/or provide additional information as XMP.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Pakiet ten umożliwa pobranie metadanych XMP (w formacie Photoshopa) z
+plików JPEG. Za pomocą wygodnych w użyciu funkcji możliwe jest
+pobranie pól takich jak tytuł, autor, temat czy opis, poprzez nazwę
+lub bezpośrednio przez XML. Jest to wygodne narzędzie do obróbki
+plików JPEG edytowanych za pomocą narzędzi nie zapisujących informacji
+w metadanych EXIF i/lub dostarczających dodatkowe informacje jako XMP.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Image/JpegXmpReader.php
+
+%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  2008/07/18 21:56:33  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list