SPECS: wklej.spec (NEW) - init

arvenil arvenil at pld-linux.org
Sun Feb 3 12:46:42 CET 2008


Author: arvenil                      Date: Sun Feb  3 11:46:42 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

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

---- Diffs:

================================================================
Index: SPECS/wklej.spec
diff -u /dev/null SPECS/wklej.spec:1.1
--- /dev/null	Sun Feb  3 12:46:42 2008
+++ SPECS/wklej.spec	Sun Feb  3 12:46:36 2008
@@ -0,0 +1,45 @@
+# $Revision$, $Date$
+Summary:	A wklej.org submitter
+Summary(pl.UTF-8):	Aplikacja wysyłająca do wklej.org
+Name:		wklej
+Version:	0.0.9
+Release:	1
+License:	GPL v2+
+Group:		Applications
+Source0:	http://wklej.org/apps/%{name}-%{version}.tar.gz
+# Source0-md5:	a5896dbd7b0da6b53e3aebd173346228
+URL:		http://wklej.org/
+Requires:	perl-Config-Simple
+Requires:	perl-libwww
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A wklej.org submitter.
+
+%description
+Aplikacja wysyłająca do wklej.org.
+
+%prep
+%setup -q -c %{name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D %{name}-%{version}.pl $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  2008-02-03 11:46:36  arvenil
+- init
================================================================


More information about the pld-cvs-commit mailing list