rpms/devtodo/devel devtodo-0.1.20-buildfixes.patch, NONE, 1.1 devtodo.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bernie Innocenti bernie at fedoraproject.org
Mon May 11 14:17:29 UTC 2009


Author: bernie

Update of /cvs/pkgs/rpms/devtodo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19294/devel

Modified Files:
	.cvsignore sources 
Added Files:
	devtodo-0.1.20-buildfixes.patch devtodo.spec import.log 
Log Message:
Initial import


devtodo-0.1.20-buildfixes.patch:

--- NEW FILE devtodo-0.1.20-buildfixes.patch ---
Fix missing prototype

--- devtodo-0.1.20/src/todoterm.cc.orig	2008-12-10 02:50:35.447251360 -0500
+++ devtodo-0.1.20/src/todoterm.cc	2008-12-10 02:50:58.133126032 -0500
@@ -7,6 +7,7 @@
 #include <stdexcept>
 #include <curses.h>
 #include <term.h>
+#include <stdlib.h>
 
 static char info[2048];
 static bool term_initialized;


--- NEW FILE devtodo.spec ---
Name:		devtodo
Version:	0.1.20
Summary:	Manage a prioritised list of todo items organized by directory
Release:	3%{?dist}
License:	GPLv2
Group:		Development/Tools
URL:		http://swapoff.org/DevTodo
Source0:	http://swapoff.org/files/%{name}/%{name}-%{version}.tar.gz
Patch0:		devtodo-0.1.20-buildfixes.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: ncurses-devel
BuildRequires: readline-devel

%description
Todo is a program to display and manage a hierarchical, prioritised 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
%setup -q
%patch0 -p1 -b .bfix


%build
%configure

make %{?_smp_mflags}


%install
rm -rf %{buildroot}

make DESTDIR=%{buildroot} install

mkdir -p %{buildroot}/%{_sysconfdir}/profile.d
%{__install} -p -m 644 doc/scripts.sh %{buildroot}/%{_sysconfdir}/profile.d/devtodo.sh
%{__install} -p -m 644 doc/scripts.tcsh %{buildroot}/%{_sysconfdir}/profile.d/devtodo.tcsh


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/todorc
%config(noreplace) %{_sysconfdir}/profile.d/devtodo.sh
%config(noreplace) %{_sysconfdir}/profile.d/devtodo.tcsh
%{_bindir}/devtodo
%{_bindir}/todo
%{_bindir}/tda
%{_bindir}/tdr
%{_bindir}/tde
%{_bindir}/tdd
%{_bindir}/tdl
%{_mandir}/man?/*
%doc AUTHORS README COPYING NEWS QuickStart doc/todorc.example ChangeLog


%changelog
* Tue Dec 21 2008 Bernie Innocenti <bernie at codewiz.org> - 0.1.20-3
- More fixes reported by reviewer

* Tue Dec 19 2008 Bernie Innocenti <bernie at codewiz.org> - 0.1.20-2
- Fix Summary and License tags as requested by reviewer

* Tue Dec 10 2008 Bernie Innocenti <bernie at codewiz.org> - 0.1.20-1
- Upstream version 0.1.20.
- Comply with Fedora packaging guidelines

* Sat Dec 14 2002 Alec Thomas <alec at korn.ch>
- Added tdl stuff

* Thu Nov  8 2001 Alec Thomas <alec at korn.ch>
- Now include example scripts for sh/tcsh and gzip man pages due to extreme bizarreness of rpm.

* Wed Jul 11 2001 Alec Thomas <alec at korn.ch>
- Removed aclocal/autoheader/autoconf/automake use.

* Mon May 14 2001 Alec Thomas <alec at korn.ch>
- Initial RPMage.


--- NEW FILE import.log ---
devtodo-0_1_20-3_fc10:HEAD:devtodo-0.1.20-3.fc10.src.rpm:1242051309


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/devtodo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 May 2009 19:18:30 -0000	1.1
+++ .cvsignore	11 May 2009 14:16:58 -0000	1.2
@@ -0,0 +1 @@
+devtodo-0.1.20.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/devtodo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 May 2009 19:18:30 -0000	1.1
+++ sources	11 May 2009 14:16:58 -0000	1.2
@@ -0,0 +1 @@
+4a6241437cb56f237f850bcd2233c3c4  devtodo-0.1.20.tar.gz




More information about the fedora-extras-commits mailing list