]> git.pld-linux.org Git - packages/devtodo.git/blame - devtodo.spec
- converted to UTF-8
[packages/devtodo.git] / devtodo.spec
CommitLineData
fdf21429 1Summary: Todo list managment
d4d1e7ed 2Summary(pl.UTF-8): Zarządzanie listą spraw do zrobienia
fdf21429 3Name: devtodo
0f6e6ac4 4Version: 0.1.19
5Release: 1
fdf21429 6License: GPL
7Group: Development/Tools
cc79a25c 8#Source0Download: http://swapoff.org/DevTodo
9a5c29d0 9Source0: http://swapoff.org/files/devtodo/%{name}-%{version}.tar.gz
0f6e6ac4 10# Source0-md5: 723c86eae76c425ab9f271760bb951a3
fdf21429 11Patch0: %{name}-include.patch
86c026ef 12Patch1: %{name}-am_fix.patch
cc79a25c 13URL: http://swapoff.org/DevTodo
2ddafff6 14BuildRequires: autoconf
15BuildRequires: automake
50ffcb48 16BuildRequires: libstdc++-devel
0e7c0599 17BuildRequires: libtool
50ffcb48 18BuildRequires: ncurses-devel
9a5c29d0 19BuildRequires: readline-devel
fdf21429 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Developer Todo is a program to display and manage a hierarchical,
24prioritised list of outstanding work, or just reminders.
25
26The program itself is assisted by a few shell scripts that override
27default builtins. Specifically, cd, pushd and popd are overridden so
28that when using one of these commands to enter a directory, the todo
29will display any outstanding items in that directory.
30
d4d1e7ed
JR
31%description -l pl.UTF-8
32Developer Todo jest programem do wyświetlania i zarządzania
33hierarchiczną, listą zaległych prac z wyznaczonymi priorytetami, lub
fdf21429 34po prostu przypomnieniami.
35
d4d1e7ed
JR
36Sam program jest wspomagany kilkoma skryptami powłoki, które zastępują
37domyślne, wbudowane polecenia, takie jak cd, pushd i popd. Jest to
38potrzebne aby podczas wchodzenia do katalogu, przy użyciu wymienionych
39komend, wypisywana była lista zaległych rzeczy do zrobienia w danym
fdf21429 40katalogu.
41
42%prep
43%setup -q
44%patch0 -p1
86c026ef 45%patch1 -p1
fdf21429 46
47%build
bf2b0648 48%{__aclocal}
86c026ef 49%{__autoconf}
50%{__automake}
fdf21429 51%configure \
52 --enable-shared
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
b7034d27 57
00e2ab43
PG
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
fdf21429 60
f9a4acff 61rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{tda,tdd,tde,tdl,tdr,todo}.1*
fdf21429 62echo ".so devtodo.1" > $RPM_BUILD_ROOT%{_mandir}/man1/tda.1
63echo ".so devtodo.1" > $RPM_BUILD_ROOT%{_mandir}/man1/tdd.1
64echo ".so devtodo.1" > $RPM_BUILD_ROOT%{_mandir}/man1/tde.1
f9a4acff 65echo ".so devtodo.1" > $RPM_BUILD_ROOT%{_mandir}/man1/tdl.1
fdf21429 66echo ".so devtodo.1" > $RPM_BUILD_ROOT%{_mandir}/man1/tdr.1
67echo ".so devtodo.1" > $RPM_BUILD_ROOT%{_mandir}/man1/todo.1
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72%files
73%defattr(644,root,root,755)
0f6e6ac4 74%doc AUTHORS ChangeLog NEWS QuickStart README doc/todorc.example doc/*sh
fdf21429 75%attr(755,root,root) %{_bindir}/*
76%{_mandir}/man1/*
b7034d27 77%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
This page took 0.114325 seconds and 4 git commands to generate.