Mageia Bugzilla – Attachment 14147 Details for
Bug 29406
rpmdrake should update /usr/share/rpmdrake/gui.lst for 3rd-party repos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Changes from the current spec in Cauldron
rpmdrake-spec.diff (text/plain), 1.38 KB, created by
katnatek
on 2023-11-11 06:39:18 CET
(
hide
)
Description:
Changes from the current spec in Cauldron
Filename:
MIME Type:
Creator:
katnatek
Created:
2023-11-11 06:39:18 CET
Size:
1.38 KB
patch
obsolete
>Index: SPECS/rpmdrake.spec >=================================================================== >--- SPECS/rpmdrake.spec (revision 2005922) >+++ SPECS/rpmdrake.spec (working copy) >@@ -1,4 +1,5 @@ > %global __requires_exclude perl\\(Rpmdrake::widgets\\) >+%define subrel 1 > > Name: rpmdrake > Version: 6.32 >@@ -20,6 +21,7 @@ > # for translations: > Recommends: mdv-rpm-summary > Requires: polkit >+Requires: rpmdrake-gui-data > # for icons: > Requires: desktop-common-data > BuildRequires: gettext >@@ -45,6 +47,13 @@ > There is also a tool for configuring package sources (medias), which can > be run independently or accessed from within rpmdrake. > >+%package gui-data >+Summary: Information to list GUIs in rpmdrake >+ >+%description gui-data >+Contain the information that allows to rpmdrake >+to filter applications with graphic interface >+ > %prep > %autosetup -p1 > >@@ -56,6 +65,8 @@ > > %find_lang rpmdrake > >+sed -e 's|/usr/share/rpmdrake/gui.lst||g' -i rpmdrake.lang >+ > mkdir -p %{buildroot}{%{_miconsdir},%{_liconsdir},%{_iconsdir}/hicolor,%{_iconsdir}/hicolor/{16x16,32x32,48x48},%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps} > for i in rpmdrake mageiaupdate edit-urpm-sources; do > cp pixmaps/${i}16.png %{buildroot}%{_miconsdir}/${i}.png >@@ -96,3 +107,6 @@ > %{_iconsdir}/hicolor/16x16/apps/*.png > %{_iconsdir}/hicolor/32x32/apps/*.png > %{_iconsdir}/hicolor/48x48/apps/*.png >+ >+%files gui-data >+/usr/share/rpmdrake/gui.lst
Index: SPECS/rpmdrake.spec =================================================================== --- SPECS/rpmdrake.spec (revision 2005922) +++ SPECS/rpmdrake.spec (working copy) @@ -1,4 +1,5 @@ %global __requires_exclude perl\\(Rpmdrake::widgets\\) +%define subrel 1 Name: rpmdrake Version: 6.32 @@ -20,6 +21,7 @@ # for translations: Recommends: mdv-rpm-summary Requires: polkit +Requires: rpmdrake-gui-data # for icons: Requires: desktop-common-data BuildRequires: gettext @@ -45,6 +47,13 @@ There is also a tool for configuring package sources (medias), which can be run independently or accessed from within rpmdrake. +%package gui-data +Summary: Information to list GUIs in rpmdrake + +%description gui-data +Contain the information that allows to rpmdrake +to filter applications with graphic interface + %prep %autosetup -p1 @@ -56,6 +65,8 @@ %find_lang rpmdrake +sed -e 's|/usr/share/rpmdrake/gui.lst||g' -i rpmdrake.lang + mkdir -p %{buildroot}{%{_miconsdir},%{_liconsdir},%{_iconsdir}/hicolor,%{_iconsdir}/hicolor/{16x16,32x32,48x48},%{_iconsdir}/hicolor/{16x16,32x32,48x48}/apps} for i in rpmdrake mageiaupdate edit-urpm-sources; do cp pixmaps/${i}16.png %{buildroot}%{_miconsdir}/${i}.png @@ -96,3 +107,6 @@ %{_iconsdir}/hicolor/16x16/apps/*.png %{_iconsdir}/hicolor/32x32/apps/*.png %{_iconsdir}/hicolor/48x48/apps/*.png + +%files gui-data +/usr/share/rpmdrake/gui.lst
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29406
: 14147 |
14149