Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 8e74afc9ea530c044279e348c5c9d6b5 > files > 2

devtodo-0.1.16-1mdk.src.rpm

%define name devtodo
%define version 0.1.16
%define release 1mdk

Name: %{name}
Summary: Todo displays and manages heirarchical lists of prioritized tasks.
Version: %{version}
Release: %{release}
Source: %{name}-%{version}.tar.bz2
URL: http://freshmeat.net/projects/devtodo/
Group: Development/Other
BuildRoot: %{_tmppath}/%{name}-buildroot
License: GPL

%description
Todo is a program to display and manage a hierarchical, prioritized list of 
outstanding work, or just reminders.

The program itself is assisted by a few shell scripts that override default
builtins. Specifically, cd, pushd and popd are overridden so that when using
one of these commands to enter a directory, the todo will display any 
outstanding items in that directory.

For much more complete information please refer to the man page (devtodo(1)).

%prep
rm -rf $RPM_BUILD_ROOT
%setup -q

%build
%configure
%make

%install
%makeinstall 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc AUTHORS README TODO COPYING INSTALL NEWS QuickStart doc/todorc.example doc/scripts.sh doc/scripts.tcsh ChangeLog
%config(noreplace) %{_sysconfdir}/todorc
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Fri Dec 20 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.1.16-1mdk
- 0.1.16

* Wed Dec 18 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.1.15-1mdk
- 0.1.15
- from Wesley J. Landaker <landaker@ieee.org> :
	- Created Mandrake RPM by adapting/fixing ASPLinux specfile.
	- Added missing files from doc directory to the specfile.
	- Made package relocateable.

* Thu Oct 18 2001 Alexandr D. Kanevskiy <kad@asplinux.ru>
- updated to 0.1.11