Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-release-src > by-pkgid > b1080c3d50a2e818e535c300891f6d33 > files > 2

uptodate-0.3.1-5mdv2007.0.src.rpm


Name:           uptodate
Summary:        Uptodate helps you to keep your system uptodate
Version:        0.3.1
Release:        %mkrel 5
URL:            http://voxel.jouy.inra.fr/darcs/uptodate
Source0:        http://voxel.jouy.inra.fr/darcs/uptodate/uptodate-%{version}.tar.bz2
License:        GPL
Group:          Networking/Other
Requires:       python >= 2.3
BuildRoot:      %{_tmppath}/%{name}-buildroot
BuildArch:      noarch
BuildRequires:  python-devel

%description
uptodate is powerful and user friendly command line tool which helps you to
know when a new version is available. It searches for new versions in a web
page, a ftp directory, etc, and shows you added and removed version since the
last search. If you update some softs by hand, if you are a package maintainer,
or if you simply want to know when the new version of your favorite game (or
everything else with a version) is out, uptodate is for you !

%prep

%setup

%build

%install
python setup.py install --root=%buildroot

%clean
/bin/rm -Rf %buildroot


%files
%defattr(0644, root, root, 0755)
%attr(0755,root,root) %{_bindir}/*
%{py_puresitedir}/*
%{_datadir}/locale/*/*/*
%config(noreplace) %{_sysconfdir}/bash_completion.d/uptodate
%doc COPYING README



%changelog
* Wed Aug 09 2006 glehmann
+ 08/09/06 21:21:53 (55170)
rebuild

* Tue Jul 25 2006 glehmann
+ 07/25/06 20:11:27 (42158)
Import uptodate

* Thu Jan 19 2006 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.3.1-4mdk
- use py_puresitedir

* Sat Dec 24 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.3.1-3mdk
- Add BuildRequires
- change %%mkrel to make rpmbuildupdate happy

* Sat Dec 24 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.3.1-2mdk
- rebuild to fix path on i586

* Sat Dec 03 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.3.1-1mdk
- New release 0.3.1
- fix URL

* Sun Jul 24 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.3-1mdk
- New release 0.3

* Mon Mar 28 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.2-1mdk
- 0.2

* Sat Mar 26 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.1-1mdk
- initial contrib