SPECS: w2do.spec (NEW) - new file
lisu
lisu at pld-linux.org
Fri Mar 27 09:48:36 CET 2009
Author: lisu Date: Fri Mar 27 08:48:36 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new file
---- Files affected:
SPECS:
w2do.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/w2do.spec
diff -u /dev/null SPECS/w2do.spec:1.1
--- /dev/null Fri Mar 27 09:48:36 2009
+++ SPECS/w2do.spec Fri Mar 27 09:48:31 2009
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary: A commandline todo manager
+Summary(pl.UTF-8): Konsolowy menadżer rzeczy do zrobienia
+Name: w2do
+Version: 2.2.1
+Release: 1
+License: GPL v3+
+Group: Applications
+Source0: http://w2do.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: 1d323bbf039210661da0a3592c0c42d6
+Patch0: %{name}-Makefile.patch
+URL: http://w2do.blackened.cz/
+BuildRequires: perl-tools-pod
+BuildRequires: rpm-perlprov
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+w2do is a simple-to-use commandline todo manager. It can export to
+HTML 4.01 Strict and plain text.
+
+%description -l pl.UTF-8
+w2do to prosty w użyciu konsolowy menadżer rzeczy do zrobienia.
+Umożliwa eksport do HTML 4.01 Strict jak również do zwykłego
+tekstu.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} prefix="%{_prefix}" install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS
+%attr(755,root,root) %{_bindir}/w2*
+%{_mandir}/man1/w2*.1*
+
+%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 2009/03/27 08:48:31 lisu
+- new file
+
+
================================================================
More information about the pld-cvs-commit
mailing list