diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-05 11:47:06 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-05 11:47:06 +0000 |
commit | 6473c2c0e633cb8df2a19c28657050333a81d45e (patch) | |
tree | ad683909bee4bf1d1ec74e851647929b0e841a86 | |
parent | ef25c120aee5d0a686fec32402d2f71206148485 (diff) | |
download | rpmdrake-6473c2c0e633cb8df2a19c28657050333a81d45e.tar rpmdrake-6473c2c0e633cb8df2a19c28657050333a81d45e.tar.gz rpmdrake-6473c2c0e633cb8df2a19c28657050333a81d45e.tar.bz2 rpmdrake-6473c2c0e633cb8df2a19c28657050333a81d45e.tar.xz rpmdrake-6473c2c0e633cb8df2a19c28657050333a81d45e.zip |
s/Medias/Media/ in the program name of the menu entry
-rw-r--r-- | rpmdrake.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rpmdrake.spec b/rpmdrake.spec index 408d701a..1ee67489 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -8,7 +8,7 @@ %define name rpmdrake %define version 2.1 -%define release 30mdk +%define release 31mdk Name: %{name} Version: %{version} @@ -58,7 +58,7 @@ 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-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" +title="Software Media 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 +* Tue Aug 5 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-31mdk +- s/Medias/Media/ in the program name of the menu entry + * Mon Aug 4 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-30mdk - revert "use checkboxes instead of icons" |