SPECS: photoprint-borders.spec (NEW) - initial

blues blues at pld-linux.org
Fri Aug 29 00:06:00 CEST 2008


Author: blues                        Date: Thu Aug 28 22:06:00 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   photoprint-borders.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/photoprint-borders.spec
diff -u /dev/null SPECS/photoprint-borders.spec:1.1
--- /dev/null	Fri Aug 29 00:06:01 2008
+++ SPECS/photoprint-borders.spec	Fri Aug 29 00:05:55 2008
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:	Photo Print - Prints photos in various layouts and with color management
+Name:		photoprint-borders
+Version:	0.0.2
+Release:	0.1
+License:	GPL
+Group:		Publishing
+Source0:	http://www.blackfiveservices.co.uk/photoprint_resources/%{name}-%{version}.tar.gz
+# Source0-md5:	6c9b557eb616032f2be7f0178b499e71
+URL:		http://www.blackfiveservices.co.uk/photoprint.shtml
+Requires:	photoprint
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Image frames (Templates in /usr/share/photoprint/borders/) and color
+management (Profiling instructions in
+/usr/share/photoprint/ProfilingKit/ProfilingKit.html).
+Photo Print can be used as GUI tool and also as command line tool in
+batch mode.
+Works nicely as an image editor in GQ-View.
+
+%prep
+%setup -q 
+
+%build
+%{configure}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/photoprint/borders/*.tif
+
+%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/08/28 22:05:55  blues
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list