diff options
author | Francois Pons <fpons@mandriva.com> | 2002-06-04 17:28:18 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-06-04 17:28:18 +0000 |
commit | d201040ec77822f96a4a1cd6f9ba8cc424161376 (patch) | |
tree | c2b524de5560ffad3bd4fd3dbd66fa7e9f6ab7b1 /urpmi.spec | |
parent | 3b62bd8fb954b440c1c85c8f33c665d247c6d029 (diff) | |
download | urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.tar urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.tar.gz urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.tar.bz2 urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.tar.xz urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.zip |
big move to perl-URPM, a lot of problem still exists
enhanced algorithms must be done too.
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,14 +1,14 @@ %define group System/Configuration/Packaging Name: urpmi -Version: 3.3 -Release: 25mdk +Version: 3.4 +Release: 1mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate Summary: User mode rpm install -Requires: eject, webfetch, perl-DateManip >= 5.40 -PreReq: perl-gettext, rpmtools >= 4.2-4mdk +Requires: eject webfetch perl-DateManip >= 5.40 +PreReq: perl-gettext rpmtools >= 4.2-4mdk perl-URPM >= 0.02 BuildRequires: bzip2-devel gcc-c++ gettext rpm-devel rpmtools BuildRoot: %{_tmppath}/%{name}-buildroot BuildArch: noarch @@ -144,6 +144,9 @@ fi %changelog +* Tue Jun 4 2002 François Pons <fpons@mandrakesoft.com> 3.4-1mdk +- use URPM perl module instead of rpmtools. + * Thu Apr 11 2002 François Pons <fpons@mandrakesoft.com> 3.3-25mdk - fixed a problem for searching package according to name when nothing should be found but other package are proposed. |