packages: wklej_to/wklej_to.spec (NEW) - initial

lisu lisu at pld-linux.org
Wed Apr 6 11:52:17 CEST 2011


Author: lisu                         Date: Wed Apr  6 09:52:17 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: packages/wklej_to/wklej_to.spec
diff -u /dev/null packages/wklej_to/wklej_to.spec:1.1
--- /dev/null	Wed Apr  6 11:52:17 2011
+++ packages/wklej_to/wklej_to.spec	Wed Apr  6 11:52:12 2011
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:	wklej.to service client
+Summary(pl.UTF-8):	Klient serwisu wklej.to
+Name:		wklej_to
+Version:	1
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	%{name}.tar.gz
+# Source0-md5:	9cebe9808faf64ee3bd3ea88577d77d6
+URL:		http://wklej.to/page/klienty
+Requires:	python-PyQt4
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Written in python, works on any operating system wklej.to service
+client in text version. Fully opened source code (GPL), full
+funcionality of service implemented.
+
+%description -l pl.UTF-8
+Napisany w pythonie, działający pod dowolnym systemem operacyjnym
+klient serwisu wklej.to w wersji tekstowej. Kod w całości otwarty
+(GPL), zaimplementowana w nim jest pełna funkcjonalność serwisu.
+
+%prep
+%setup -q -n %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+cp -a %{name}.py $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+
+%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  2011/04/06 09:52:12  lisu
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list