SPECS: when.spec (NEW) - initial
uzsolt
uzsolt at pld-linux.org
Fri Oct 24 15:32:52 CEST 2008
Author: uzsolt Date: Fri Oct 24 13:32:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
when.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/when.spec
diff -u /dev/null SPECS/when.spec:1.1
--- /dev/null Fri Oct 24 15:32:52 2008
+++ SPECS/when.spec Fri Oct 24 15:32:46 2008
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary: When is an extremely simple personal calendar program
+Summary(hu.UTF-8): When egy végtelenül egyszerű személyi naptár program
+Name: when
+Version: 1.1.14
+Release: 0.1
+License: GPL v2
+Group: Applications
+Source0: http://www.lightandmatter.com/%{name}/when.tar.gz
+# Source0-md5: 748542752fa731ac8719835d5c200446
+URL: http://www.lightandmatter.com/when/when.html
+BuildRequires: perl
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+When is an extremely simple personal calendar program, aimed at the
+Unix geek who wants something minimalistic.
+
+%description -l hu.UTF-8
+When egy végtelenül egyszerű személyi naptár program, azoknak a Unix
+"geek"-eknek, akik valami nagyon egyszerűt akarnak.
+
+%prep
+%setup -q -n %{name}_dist
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/when
+%{_mandir}/man1/*
+%doc README
+
+
+%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/10/24 13:32:46 uzsolt
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list