SPECS: calcurse.spec (NEW) - initial 1.6
piotrek
piotrek at pld-linux.org
Sun Dec 17 10:04:46 CET 2006
Author: piotrek Date: Sun Dec 17 09:04:46 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial 1.6
---- Files affected:
SPECS:
calcurse.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/calcurse.spec
diff -u /dev/null SPECS/calcurse.spec:1.1
--- /dev/null Sun Dec 17 10:04:46 2006
+++ SPECS/calcurse.spec Sun Dec 17 10:04:41 2006
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+Summary: Calcurse - text-based personal organizer
+Summary(pl): Calcurse - tekstowy organizer
+Name: calcurse
+Version: 1.6
+Release: 1
+License: GPL v2
+Group: Applications
+Source0: ftp://ftp.pld-linux.org/people/piotrek/src/%{name}-%{version}.tar.gz
+# Source0-md5: 9c790622c163e664a380334d43d40796
+URL: http://culot.org/calcurse/
+BuildRequires: ncurses-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Calcurse is a text-based personal organizer which helps keeping track
+of events and everyday tasks. It contains a calendar, a 'todo' list,
+and puts your appointments in order. The user interface is
+configurable, and one can choose between different color schemes and
+layouts. All of the commands are documented within an online help
+system.
+
+%description -l pl
+Calcurse jest tekstowym organizerem, który pomaga w śledzeniu
+codziennych czynności. Zawiera kalendarz, listę zadań do zrobienia
+"todo", potrafi uporządkować listę spotkań. Interfejs użytkownika jest
+konfigurowalny i można wybrać jeden ze schematów kolorowania i układu
+okien. Wszystkie komendy programu są udokumentowane w systemie pomocy
+online.
+
+%prep
+%setup -q
+%{__sed} -i -e 's/#include <ncurses.h>/#include <ncurses\/ncurses.h>/' src/*{c,h}
+%{__sed} -i -e 's/ncurses\.h/ncurses\/ncurses.h/' configure
+
+%build
+%configure
+
+%{__make} \
+ CFLAGS="%{rpmcflags}" \
+ LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc doc/* ABOUT-NLS ChangeLog TODO NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man*/*
+
+%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 2006/12/17 09:04:41 piotrek
+- initial 1.6
+
================================================================
More information about the pld-cvs-commit
mailing list