Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 5de1866e89286a05f11900414ab184b1 > files > 2

quicklist-0.8.6-5mdk.src.rpm

Name:		quicklist
Summary:	Keep track of "things"
Version:	0.8.6
Release:	5mdk

Source:		%{name}-%{version}.tar.bz2
Group:		Office
URL:		http://www.quicklist.org/
BuildRoot:	%{_tmppath}/%{name}-buildroot
License:	GPL
BuildRequires: gtk-devel

%description
QuickList is a free (GPL) gtk+ program for any un*x system with 
gtk+ 1.2 or better that allows novice and experienced users to 
keep track of "things" without any help from a system 
administrator.

"Things" can be anything, including bug lists, phone lists, 
restaurants, team members, calendars, cool urls, checkbooks, 
fishing holes, CDs, bunjee jumping cool sites, etc. It is 
completely flexible.

QuickList can list "things" in column format, much as they 
would appear in a spreadsheet. It is planned to show 
"things" in a one per page in "forms" format. The data can 
be edited in either list form or "form" form.

QuickList can sort lists of "things," search from them and 
print reports from them.

The file format is non-relational, non-SQL.

%prep

%setup -q

%build
%configure
%make

%install
rm -fr %buildroot
%makeinstall

# Menu
mkdir -p $RPM_BUILD_ROOT%{_menudir}
cat >$RPM_BUILD_ROOT%{_menudir}/%{name} <<EOF
?package(%{name}): command="%{_bindir}/quicklist" \
needs="X11" \
section="Office/Tasks Management" \
title="Quicklist" \
longtitle="Keep track of things" \
icon="taskmanagement_section.png"
EOF

cd gtksheet; make clean; cd ..
rm -rf $RPM_BUILD_ROOT/%_prefix/doc

%post
%update_menus

%postun
%clean_menus

%clean
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc ABOUT-NLS INSTALL NEWS README TODO
%doc AUTHORS COPYING 
%doc doc/f* gtksheet
%{_bindir}/*
%_menudir/*


%changelog
* Thu Oct 28 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.8.6-5mdk
- rebuild

* Thu Sep 25 2003 Michael Scherer <scherer.michael@free.fr> 0.8.6-4mdk 
- BuildRequires ( gtk-devel ) 

* Wed Jan 29 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.8.6-3mdk
- rebuild

* Thu Jan 10 2002 David BAUDENS <baudens@mandrakesoft.com> 0.8.6-2mdk
- Fix menu entry (add icon)

* Sat Sep 08 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.8.6-1mdk
- new