packages: tea4cups/tea4cups.spec (NEW) - initial version

marmarek marmarek at pld-linux.org
Thu Jan 7 15:51:52 CET 2010


Author: marmarek                     Date: Thu Jan  7 14:51:52 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial version

---- Files affected:
packages/tea4cups:
   tea4cups.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/tea4cups/tea4cups.spec
diff -u /dev/null packages/tea4cups/tea4cups.spec:1.1
--- /dev/null	Thu Jan  7 15:51:52 2010
+++ packages/tea4cups/tea4cups.spec	Thu Jan  7 15:51:47 2010
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+#
+Summary:	CUPS backend wrapper which can capture print datas before they are sent to a printer and process
+Summary(pl.UTF-8):	Sterownik CUPS pozwalający przechwycić zadanie i przetworzyć
+Name:		tea4cups
+Version:	3.12
+Release:	1
+License:	GPL v2
+Group:		Applications/Printing
+# NOTE: from svn:
+# svn co http://svn.pykota.com/tea4cups/tags/3.12/
+Source0:	%{name}-%{version}.tar.bz2
+# Source0-md5:	5c3b832d1bbbc1495bf2e47acc7b12eb
+URL:		http://www.pykota.com/software/tea4cups
+Requires:	cups >= 1:1.2.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		cups_serverbin	%{_prefix}/lib/cups
+
+%description
+Tea4CUPS is a CUPS backend wrapper which can capture print datas before they are sent to a printer and process, duplicate or dispatch them in a number of ways.
+
+%description -l pl.UTF-8
+Sterownik CUPS pozwalający przechwycić zadanie przed wysłaniem do drukarki żeby przetworzyć, zduplikować lub przekierować na dowolny sposób.
+
+%prep
+%setup -q
+
+find -name .svn | xargs rm -rf
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_sysconfdir} $RPM_BUILD_ROOT%{cups_serverbin}/backend
+install tea4cups.conf $RPM_BUILD_ROOT%{_sysconfdir}/tea4cups.conf
+
+install tea4cups $RPM_BUILD_ROOT%{cups_serverbin}/backend/tea4cups
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS COPYING README NEWS TODO
+%attr(644,lp,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+%attr(755,root,root) %{cups_serverbin}/backend/tea4cups
+
+%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  2010/01/07 14:51:47  marmarek
+- initial version
+
================================================================


More information about the pld-cvs-commit mailing list