]> git.pld-linux.org Git - packages/calcurse.git/commitdiff
- initial 1.6
authorpiotrek <piotrek@pld-linux.org>
Sun, 17 Dec 2006 09:04:41 +0000 (09:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    calcurse.spec -> 1.1

calcurse.spec [new file with mode: 0644]

diff --git a/calcurse.spec b/calcurse.spec
new file mode 100644 (file)
index 0000000..c7cdfe2
--- /dev/null
@@ -0,0 +1,58 @@
+#
+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*/*
This page took 0.079796 seconds and 4 git commands to generate.