diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-30 10:14:08 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-30 10:14:08 +0000 |
commit | 0a196fa54d04309fd9c18e166a331480cc846f5d (patch) | |
tree | 4bb9a9713e57e39be1ddccf852abd9b45b59f339 /rpmdrake.spec | |
parent | 3173ea88a2b9e211bac243f02e6585ac7a7d5d80 (diff) | |
download | rpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.tar rpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.tar.gz rpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.tar.bz2 rpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.tar.xz rpmdrake-0a196fa54d04309fd9c18e166a331480cc846f5d.zip |
fix media/medias by medium/media
Diffstat (limited to 'rpmdrake.spec')
-rw-r--r-- | rpmdrake.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/rpmdrake.spec b/rpmdrake.spec index 5898eae1..6ce4e9f2 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -8,7 +8,7 @@ %define name rpmdrake %define version 2.1 -%define release 21mdk +%define release 22mdk Name: %{name} Version: %{version} @@ -57,8 +57,8 @@ title="Install Software" longtitle="A graphical front end for installing package title="Remove Software" longtitle="A graphical front end for removing packages" ?package(%{name}): command="/usr/sbin/MandrakeUpdate" needs="x11" section="Configuration/Packaging" icon="mandrakeupdate.png" \ title="Mandrake Update" longtitle="A graphical front end for software updates" -?package(%{name}): command="/usr/sbin/edit-urpm-medias" needs="x11" section="Configuration/Packaging" icon="edit-urpm-sources.png" \ -title="Software Medias Manager" longtitle="A graphical front end to add/remove/edit medias for installing packages" +?package(%{name}): command="/usr/sbin/edit-urpm-media" needs="x11" section="Configuration/Packaging" icon="edit-urpm-sources.png" \ +title="Software Medias Manager" longtitle="A graphical front end to add/remove/edit media for installing packages" EOF mkdir -p $RPM_BUILD_ROOT{%{_miconsdir},%{_liconsdir}} @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/*.pm %changelog +* Fri May 30 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-22mdk +- fix media/medias by medium/media + * Wed May 28 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-21mdk - let medias be reorderable in the medias editor (drag and drop the list) - add ability to list leaves (sorted by installation date) in remove mode |