diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-16 18:35:14 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-16 18:35:14 +0000 |
commit | 0234d64da4d5e707801f7fff06643cd323bf062a (patch) | |
tree | 20c00a6042f7cb75fc426fc505b28f81840f0781 /rpmdrake.spec | |
parent | 4cbdd893bcc993cf96cb8c07f492873d1cb55ca8 (diff) | |
download | rpmdrake-0234d64da4d5e707801f7fff06643cd323bf062a.tar rpmdrake-0234d64da4d5e707801f7fff06643cd323bf062a.tar.gz rpmdrake-0234d64da4d5e707801f7fff06643cd323bf062a.tar.bz2 rpmdrake-0234d64da4d5e707801f7fff06643cd323bf062a.tar.xz rpmdrake-0234d64da4d5e707801f7fff06643cd323bf062a.zip |
substitute references to "sources" by now talking about "medias",
should be more understandable and more consistent with urpmi
Diffstat (limited to 'rpmdrake.spec')
-rw-r--r-- | rpmdrake.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rpmdrake.spec b/rpmdrake.spec index 6209f19f..feef572a 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -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-sources.pl" needs="x11" section="Configuration/Packaging" icon="edit-urpm-sources.png" \ -title="Software Sources Manager" longtitle="A graphical front end to add/remove/edit sources for installing packages" +?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" EOF mkdir -p $RPM_BUILD_ROOT{%{_miconsdir},%{_liconsdir}} @@ -86,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING AUTHORS %{_sbindir}/rpmdrake* %{_sbindir}/MandrakeUpdate -%{_sbindir}/edit-urpm-sources.pl +%{_sbindir}/edit-urpm-* %{_bindir}/* %{_datadir}/%{name}/compss* %{_datadir}/%{name}/desktop @@ -109,6 +109,8 @@ rm -rf $RPM_BUILD_ROOT an error - fix #3908 (garbage chars displayed as date in changelog entries in removal mode) +- substitute references to "sources" by now talking about "medias", + should be more understandable and more consistent with urpmi * Mon May 12 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-19mdk - obsolete grpmi by gurpm.pm (from urpmi) sharing code between gurpmi |