Author: uzsolt Date: Tue Apr 7 19:59:38 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: tofu.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/tofu.spec diff -u /dev/null SPECS/tofu.spec:1.1 --- /dev/null Tue Apr 7 21:59:38 2009 +++ SPECS/tofu.spec Tue Apr 7 21:59:33 2009 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: Tofu provides an easy, very lightweight, and effiscient way to manage your todo list(s) +Summary(hu.UTF-8): Tofu egy könnyű, nagyon gyors utat biztosít a teendőid listáinak kezeléséhez +Name: tofu +Version: 2.5 +Release: 0.1 +License: MIT/X11 +Group: Development/Tools +Source0: http://requiescant.tuxfamily.org/tofu/%{name}-%{version}.tar.gz +# Source0-md5: 18dbd1854411f929ea6eb53dceaaab52 +URL: http://requiescant.tuxfamily.org/tofu/index.html +BuildRequires: perl +Requires: perl +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Tofu provides an easy, very lightweight, and effiscient way to manage +your todo list(s). + +%description -l hu.UTF-8 +Tofu egy könnyű, nagyon gyors utat biztosít a teendőid listáinak +kezeléséhez. + +%prep +%setup -q + +%build + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT%{_mandir}/man1 +install tofu $RPM_BUILD_ROOT%{_bindir} +install share/tofu.1 $RPM_BUILD_ROOT%{_mandir}/man1 +%{__perl} playground.pl -root=$RPM_BUILD_ROOT%{_examplesdir}/%{name} playground + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/tofu +%{_mandir}/man1/tofu.1* +%doc README CHANGELOG PLAY playground.pl +%doc %{_examplesdir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/04/07 19:59:33 uzsolt +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
