From 319c9e88121ac6aa006eb1b18069883d6612a8c2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 02:52:38 -0500 Subject: [PATCH 01/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- yumex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index f30e64e..e47594c 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 3.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Mon May 14 2012 Tim Lauridsen 3.0.5-2 - added upstream patch to fix issue with use_sudo=1 * Sun May 13 2012 Tim Lauridsen 3.0.5-1 From f5b720e0a66443f5472166045b48185a42e41543 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 8 Aug 2012 10:13:38 +0200 Subject: [PATCH 02/19] release 3.0.6-1 --- .gitignore | 1 + sources | 2 +- yumex.spec | 21 ++++++++++----------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index ebd0954..73baf67 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.3.tar.gz /yumex-3.0.4.tar.gz /yumex-3.0.5.tar.gz +/yumex-3.0.6.tar.gz diff --git a/sources b/sources index 84fbf33..2bf6ced 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4a4f747a6880ec747ad8c2a7b691e88 yumex-3.0.5.tar.gz +6b966c143f9da39ab228ed37b6c518e5 yumex-3.0.6.tar.gz diff --git a/yumex.spec b/yumex.spec index e47594c..f05c0cc 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,15 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.5 -Release: 3%{?dist} +Version: 3.0.6 +Release: 1%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System License: GPLv2+ -URL: http://www.yum-extender.org -Source0: http://www.yum-extender.org/dnl/yumex/source/%{name}-%{version}.tar.gz -Patch0: yumex-sudo.patch +URL: http://www.yumex.dk +Source0: https://fedorahosted.org/releases/y/u/yumex/%{name}-%{version}.tar.gz BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -28,6 +27,7 @@ Requires: udisks Requires: python-kitchen Requires: urlgrabber Requires: polkit +Requires: pyxdg %description Graphical User Interface for Yum. @@ -35,7 +35,6 @@ Graphical User Interface for Yum. %prep %setup -q -%patch0 -p1 %build @@ -81,11 +80,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog -* Sun Jul 22 2012 Fedora Release Engineering - 3.0.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon May 14 2012 Tim Lauridsen 3.0.5-2 -- added upstream patch to fix issue with use_sudo=1 +* Wed Aug 08 2012 Tim Lauridsen 3.0.6-1 +- bumped version to 3.0.6-1 +- Changed project url & source url +* Tue May 15 2012 Tim Lauridsen 3.0.5-3 +- Added pyxdg requirement * Sun May 13 2012 Tim Lauridsen 3.0.5-1 - bumped version to 3.0.5-1 * Wed May 9 2012 Tim Lauridsen 3.0.4-3 From ebb56e464260b0ed6dc2d426dbe152474eb188a4 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 12 Sep 2012 13:12:13 +0200 Subject: [PATCH 03/19] Release 3.0.7 --- .gitignore | 1 + sources | 2 +- yumex.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 73baf67..4dca5bb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.4.tar.gz /yumex-3.0.5.tar.gz /yumex-3.0.6.tar.gz +/yumex-3.0.7.tar.gz diff --git a/sources b/sources index 2bf6ced..b4204fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b966c143f9da39ab228ed37b6c518e5 yumex-3.0.6.tar.gz +363b030fd039f0a87efcadbb340bea22 yumex-3.0.7.tar.gz diff --git a/yumex.spec b/yumex.spec index f05c0cc..a0b1c57 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.6 +Version: 3.0.7 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -76,10 +76,14 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/guihelpers/ %config(noreplace) %{_sysconfdir}/yumex.profiles.conf %config(noreplace) %{_sysconfdir}/yumex.conf -%{_datadir}/polkit-1/actions/org.yum-extender.backend.policy +%{_datadir}/polkit-1/actions/dk.yumex.backend.policy %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Fri Sep 07 2012 Tim Lauridsen 3.0.7-1 +- bumped version to 3.0.7-1 +* Fri Sep 07 2012 Tim Lauridsen 3.0.6-2 +- renamed polkit policy to dk.yumex.backend.policy * Wed Aug 08 2012 Tim Lauridsen 3.0.6-1 - bumped version to 3.0.6-1 - Changed project url & source url From cea5c76ee7bb15189938bc56fc4493ef7ce4cc60 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 3 Oct 2012 16:25:17 +0200 Subject: [PATCH 04/19] Release 3.0.9 --- .gitignore | 1 + sources | 2 +- yumex.spec | 23 ++++++++++++++++++++--- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4dca5bb..bbf689e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.5.tar.gz /yumex-3.0.6.tar.gz /yumex-3.0.7.tar.gz +/yumex-3.0.9.tar.gz diff --git a/sources b/sources index b4204fd..1df6261 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -363b030fd039f0a87efcadbb340bea22 yumex-3.0.7.tar.gz +b0668d694a8f8822019c68271088c848 yumex-3.0.9.tar.gz diff --git a/yumex.spec b/yumex.spec index a0b1c57..28d7f14 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.7 +Version: 3.0.9 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -55,11 +55,21 @@ desktop-file-install --vendor fedora --delete-original \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +desktop-file-install --vendor fedora --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-local.desktop + # this is a doc file; removing from installed tree rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING %find_lang %name +%post +update-desktop-database %{_datadir}/applications &> /dev/null || : + +%postun +update-desktop-database %{_datadir}/applications &> /dev/null || : %clean rm -rf $RPM_BUILD_ROOT @@ -77,10 +87,17 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/yumex.profiles.conf %config(noreplace) %{_sysconfdir}/yumex.conf %{_datadir}/polkit-1/actions/dk.yumex.backend.policy -%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/applications/*.desktop %changelog -* Fri Sep 07 2012 Tim Lauridsen 3.0.7-1 +* Wed Oct 3 2012 Tim Lauridsen 3.0.9-1 +- bumped version to 3.0.9-1 +* Wed Oct 3 2012 Tim Lauridsen 3.0.8-1 +- bumped version to 3.0.8-1 +* Thu Sep 13 2012 Tim Lauridsen 3.0.7-2 +- Install another .desktop file with mimetype for local .rpm install +- update desktop database post install & post uninstall +* Wed Sep 12 2012 Tim Lauridsen 3.0.7-1 - bumped version to 3.0.7-1 * Fri Sep 07 2012 Tim Lauridsen 3.0.6-2 - renamed polkit policy to dk.yumex.backend.policy From f5a26a367d8bfea575549149f85f4c9583832114 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Thu, 15 Nov 2012 06:37:00 +0100 Subject: [PATCH 05/19] new release 3.0.10 --- .gitignore | 1 + sources | 2 +- yumex.spec | 19 ++++++++----------- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index bbf689e..a3ffca9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.6.tar.gz /yumex-3.0.7.tar.gz /yumex-3.0.9.tar.gz +/yumex-3.0.10.tar.gz diff --git a/sources b/sources index 1df6261..056a040 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0668d694a8f8822019c68271088c848 yumex-3.0.9.tar.gz +53ee37fccb5f1dc378aab9cd203b74f3 yumex-3.0.10.tar.gz diff --git a/yumex.spec b/yumex.spec index 28d7f14..4516035 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -50,15 +50,8 @@ make DESTDIR=$RPM_BUILD_ROOT install install -m644 src/yumex.glade.el6 $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glade %endif -desktop-file-install --vendor fedora --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop - -desktop-file-install --vendor fedora --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-local.desktop +desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop +desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-local.desktop # this is a doc file; removing from installed tree rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING @@ -77,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-, root, root, -) %doc COPYING ChangeLog TODO -%{_datadir}/pixmaps/yumex +%{_datadir}/pixmaps/* %{_datadir}/yumex %{_bindir}/yumex* %{python_sitelib}/yumexbackend/ @@ -90,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog +* Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 +- bumped version to 3.0.10 +* Fri Oct 12 2012 Tim Lauridsen 3.0.9-2 +- changed .desktop file install to use desktop-file-validate * Wed Oct 3 2012 Tim Lauridsen 3.0.9-1 - bumped version to 3.0.9-1 * Wed Oct 3 2012 Tim Lauridsen 3.0.8-1 From 445bafa09033e4496c2c358f7390a9bf59efa213 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 22:14:41 -0600 Subject: [PATCH 06/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- yumex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index 4516035..150e76d 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 3.0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 - bumped version to 3.0.10 * Fri Oct 12 2012 Tim Lauridsen 3.0.9-2 From b272674fee60dcb22c3e45bf69441fef512e22a9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 04:39:47 -0500 Subject: [PATCH 07/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- yumex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index 150e76d..9c1ec79 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 3.0.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 3.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From bb20cef884a4d5c8398b7fdb025c02e48eaa0d4b Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Mon, 26 Aug 2013 10:42:40 +0200 Subject: [PATCH 08/19] Release 3.0.11 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3ffca9..0565ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.7.tar.gz /yumex-3.0.9.tar.gz /yumex-3.0.10.tar.gz +/yumex-3.0.11.tar.gz diff --git a/sources b/sources index 056a040..84a1800 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53ee37fccb5f1dc378aab9cd203b74f3 yumex-3.0.10.tar.gz +965b8695933cccd93d8ccf95eb7a10e1 yumex-3.0.11.tar.gz From cd79f88936eb06554408d595b225ff993ace78b8 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Mon, 26 Aug 2013 10:53:24 +0200 Subject: [PATCH 09/19] Updated .spec to match release 3.0.11 --- yumex.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/yumex.spec b/yumex.spec index 9c1ec79..568b74b 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.10 -Release: 3%{?dist} +Version: 3.0.11 +Release: 1%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -20,6 +20,7 @@ BuildRequires: intltool Requires: yum >= 3.2.23 Requires: pygtk2 >= 2.14 +Requires: pycairo Requires: pexpect Requires: python-iniparse Requires: dbus-python @@ -83,12 +84,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog -* Sun Aug 04 2013 Fedora Release Engineering - 3.0.10-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 3.0.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - +* Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 +- bumped version to 3.0.11 * Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 - bumped version to 3.0.10 * Fri Oct 12 2012 Tim Lauridsen 3.0.9-2 From 5f0f0e0e1784163df66f9aa3e04462900c51b27b Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sun, 22 Sep 2013 12:00:21 +0200 Subject: [PATCH 10/19] Release 3.0.12-1 --- .gitignore | 1 + sources | 2 +- yumex.spec | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0565ebd..5fbb22c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.9.tar.gz /yumex-3.0.10.tar.gz /yumex-3.0.11.tar.gz +/yumex-3.0.12.tar.gz diff --git a/sources b/sources index 84a1800..9d6bd14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -965b8695933cccd93d8ccf95eb7a10e1 yumex-3.0.11.tar.gz +7b4dd09ebc0029e51f088526e40b9047 yumex-3.0.12.tar.gz diff --git a/yumex.spec b/yumex.spec index 568b74b..edf552e 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.11 +Version: 3.0.12 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -84,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog +* Sat Sep 22 2013 Tim Lauridsen 3.0.13-1 +- bumped version to 3.0.12 * Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 - bumped version to 3.0.11 * Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 From 630d41a31f25dda246427f87db81b57e9a559145 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sun, 22 Sep 2013 12:04:10 +0200 Subject: [PATCH 11/19] fix weekday in changelog --- yumex.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index edf552e..9246ad8 100644 --- a/yumex.spec +++ b/yumex.spec @@ -84,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog -* Sat Sep 22 2013 Tim Lauridsen 3.0.13-1 +* Sun Sep 22 2013 Tim Lauridsen 3.0.13-1 - bumped version to 3.0.12 * Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 - bumped version to 3.0.11 From 4fc566804ef2786a9a6b1b45fe98209e9258b2b8 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Mon, 7 Oct 2013 14:57:39 +0200 Subject: [PATCH 12/19] change pexpect requirement to python-pexpect --- yumex.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/yumex.spec b/yumex.spec index 9246ad8..d70fa3a 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -21,7 +21,7 @@ BuildRequires: intltool Requires: yum >= 3.2.23 Requires: pygtk2 >= 2.14 Requires: pycairo -Requires: pexpect +Requires: python-pexpect Requires: python-iniparse Requires: dbus-python Requires: udisks @@ -84,7 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog -* Sun Sep 22 2013 Tim Lauridsen 3.0.13-1 +* Mon Oct 07 2013 Tim Lauridsen 3.0.13-2 +- changed requirement pexpect to python-pexpect +* Sat Sep 22 2013 Tim Lauridsen 3.0.13-1 - bumped version to 3.0.12 * Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 - bumped version to 3.0.11 From 7414e7ace8b5eb4e09b81afecc56977ce428c0f4 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 16 Oct 2013 08:00:41 +0200 Subject: [PATCH 13/19] Release 2.0.13-1 --- .gitignore | 1 + sources | 2 +- yumex.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5fbb22c..f27b6c9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.10.tar.gz /yumex-3.0.11.tar.gz /yumex-3.0.12.tar.gz +/yumex-3.0.13.tar.gz diff --git a/sources b/sources index 9d6bd14..e2f3526 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b4dd09ebc0029e51f088526e40b9047 yumex-3.0.12.tar.gz +725823d987a2659c97c429ea5fe95bba yumex-3.0.13.tar.gz diff --git a/yumex.spec b/yumex.spec index d70fa3a..0108481 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.12 -Release: 2%{?dist} +Version: 3.0.13 +Release: 1%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -84,9 +84,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog -* Mon Oct 07 2013 Tim Lauridsen 3.0.13-2 +* Wed Oct 16 2013 Tim Lauridsen 3.0.13-1 +- bumped version to 3.0.13 +* Mon Oct 07 2013 Tim Lauridsen 3.0.12-2 - changed requirement pexpect to python-pexpect -* Sat Sep 22 2013 Tim Lauridsen 3.0.13-1 +* Sat Sep 22 2013 Tim Lauridsen 3.0.12-1 - bumped version to 3.0.12 * Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 - bumped version to 3.0.11 From c5627f656ef6a3019b45c36a1c0ed14827d10b0b Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Tue, 25 Feb 2014 17:57:34 +0100 Subject: [PATCH 14/19] Release 3.0.14 --- .gitignore | 1 + sources | 2 +- yumex.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f27b6c9..fd60cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.11.tar.gz /yumex-3.0.12.tar.gz /yumex-3.0.13.tar.gz +/yumex-3.0.14.tar.gz diff --git a/sources b/sources index e2f3526..f1364bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -725823d987a2659c97c429ea5fe95bba yumex-3.0.13.tar.gz +0834fc10e1ce35b449b8b874145dbb40 yumex-3.0.14.tar.gz diff --git a/yumex.spec b/yumex.spec index 0108481..987eea7 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.13 +Version: 3.0.14 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -82,8 +82,11 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/yumex.conf %{_datadir}/polkit-1/actions/dk.yumex.backend.policy %{_datadir}/applications/*.desktop +%{_datadir}/appdata/*.xml %changelog +* Tue Feb 25 2014 Tim Lauridsen 3.0.14-1 +- bumped version to 3.0.14 * Wed Oct 16 2013 Tim Lauridsen 3.0.13-1 - bumped version to 3.0.13 * Mon Oct 07 2013 Tim Lauridsen 3.0.12-2 From 9c5ac511eb95be682502da2a1d8d0d60e80f6908 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Fri, 6 Jun 2014 08:00:27 +0200 Subject: [PATCH 15/19] Release 3.0.15 --- .gitignore | 1 + sources | 2 +- yumex.spec | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fd60cd1..697ac6f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.12.tar.gz /yumex-3.0.13.tar.gz /yumex-3.0.14.tar.gz +/yumex-3.0.15.tar.gz diff --git a/sources b/sources index f1364bb..3438456 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0834fc10e1ce35b449b8b874145dbb40 yumex-3.0.14.tar.gz +0c3f2c80bf3bd1bc365ae85148cf6827 yumex-3.0.15.tar.gz diff --git a/yumex.spec b/yumex.spec index 987eea7..17bd27e 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.14 +Version: 3.0.15 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -85,6 +85,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/appdata/*.xml %changelog +* Wed Jun 4 2014 Tim Lauridsen 3.0.15-1 +- bumped version to 3.0.15 * Tue Feb 25 2014 Tim Lauridsen 3.0.14-1 - bumped version to 3.0.14 * Wed Oct 16 2013 Tim Lauridsen 3.0.13-1 From 13f4afcb4fad4ea84368575bfcd86dd4c9084bfc Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sun, 5 Oct 2014 08:28:50 +0200 Subject: [PATCH 16/19] Release 3.0.16 --- .gitignore | 1 + sources | 2 +- yumex.spec | 109 ++++------------------------------------------------- 3 files changed, 9 insertions(+), 103 deletions(-) diff --git a/.gitignore b/.gitignore index 697ac6f..544d759 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.13.tar.gz /yumex-3.0.14.tar.gz /yumex-3.0.15.tar.gz +/yumex-3.0.16.tar.gz diff --git a/sources b/sources index 3438456..2ce5ecf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c3f2c80bf3bd1bc365ae85148cf6827 yumex-3.0.15.tar.gz +ff4f3cf9ce901d7a4b9a9bad156e7096 yumex-3.0.16.tar.gz diff --git a/yumex.spec b/yumex.spec index 17bd27e..ce0c8f3 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.15 +Version: 3.0.16 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -24,7 +24,6 @@ Requires: pycairo Requires: python-pexpect Requires: python-iniparse Requires: dbus-python -Requires: udisks Requires: python-kitchen Requires: urlgrabber Requires: polkit @@ -85,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/appdata/*.xml %changelog +* Sun Oct 5 2014 Tim Lauridsen 3.0.16-1 +- bumped version to 3.0.16 +- removed udisks requirement +- cleaned up the spec changelog * Wed Jun 4 2014 Tim Lauridsen 3.0.15-1 - bumped version to 3.0.15 * Tue Feb 25 2014 Tim Lauridsen 3.0.14-1 @@ -93,103 +96,5 @@ rm -rf $RPM_BUILD_ROOT - bumped version to 3.0.13 * Mon Oct 07 2013 Tim Lauridsen 3.0.12-2 - changed requirement pexpect to python-pexpect -* Sat Sep 22 2013 Tim Lauridsen 3.0.12-1 -- bumped version to 3.0.12 -* Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 -- bumped version to 3.0.11 -* Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 -- bumped version to 3.0.10 -* Fri Oct 12 2012 Tim Lauridsen 3.0.9-2 -- changed .desktop file install to use desktop-file-validate -* Wed Oct 3 2012 Tim Lauridsen 3.0.9-1 -- bumped version to 3.0.9-1 -* Wed Oct 3 2012 Tim Lauridsen 3.0.8-1 -- bumped version to 3.0.8-1 -* Thu Sep 13 2012 Tim Lauridsen 3.0.7-2 -- Install another .desktop file with mimetype for local .rpm install -- update desktop database post install & post uninstall -* Wed Sep 12 2012 Tim Lauridsen 3.0.7-1 -- bumped version to 3.0.7-1 -* Fri Sep 07 2012 Tim Lauridsen 3.0.6-2 -- renamed polkit policy to dk.yumex.backend.policy -* Wed Aug 08 2012 Tim Lauridsen 3.0.6-1 -- bumped version to 3.0.6-1 -- Changed project url & source url -* Tue May 15 2012 Tim Lauridsen 3.0.5-3 -- Added pyxdg requirement -* Sun May 13 2012 Tim Lauridsen 3.0.5-1 -- bumped version to 3.0.5-1 -* Wed May 9 2012 Tim Lauridsen 3.0.4-3 -- Added PolicyKit policy -- Removed usermode requirement -- Added polkit requirement -* Sat Oct 22 2011 Tim Lauridsen 3.0.4-2 -- bumped version to 3.0.4-2 -- install special yumex.glade on el6 -* Tue Oct 11 2011 Tim Lauridsen 3.0.4-1 -- bumped version to 3.0.4-1 -* Wed Apr 27 2011 Tim Lauridsen 3.0.3-1 -- bumped version to 3.0.3-1 -* Wed Mar 30 2011 Tim Lauridsen 3.0.2-1 -- bumped version to 3.0.2-1 -* Thu Jan 6 2011 Tim Lauridsen 3.0.1-1 -- removed gnome-python2-gconf requirement, not need anymore -* Sun Jan 2 2011 Tim Lauridsen 3.0.1-1 -- Added urlgrabber requirement -* Tue Dec 21 2010 Tim Lauridsen - 3.0.1-1 -- bumped version to 3.0.1-1 -* Sat Nov 6 2010 Tim Lauridsen - 3.0.0-1 -- bumped version to 3.0.0-1 -* Sat Sep 11 2010 Tim Lauridsen - 2.9.11-1 -- bumped version to 2.9.11-1 -* Fri Jul 30 2010 Tim Lauridsen - 2.9.10-1 -- bumped version to 2.9.10-1 -* Tue Jul 6 2010 Tim Lauridsen - 2.9.9-1 -- bumped version to 2.9.9-1 -* Sat Jun 5 2010 Tim Lauridsen - 2.9.8-1 -- bumped version to 2.9.8-1 -* Mon Jan 31 2010 Tim Lauridsen - 2.9.7-1 -- bumped version to 2.9.7-1 -* Mon Jan 11 2010 Tim Lauridsen - 2.9.6-1 -- bumped version to 2.9.6-1 -* Fri Jan 1 2010 Tim Lauridsen - 2.9.5-1 -- bumped version to 2.9.5-1 -* Sun Oct 11 2009 Tim Lauridsen - 2.9.4-1 -- bumped version to 2.9.4-1 -- truncated rpm changelog to 2.9.x releases -* Sun Oct 11 2009 Tim Lauridsen - 2.9.3-1 -- bumped version to 2.9.3-1 -* Wed Sep 30 2009 Tim Lauridsen - 2.9.2-1 -- bumped version to 2.9.2-1 -* Fri Sep 18 2009 Tim Lauridsen - 2.9.1-1 -- bumped version to 2.9.1-1 -* Sun Aug 30 2009 Tim Lauridsen - 2.9.0-1 -- bumped version to 2.9.0-1 -* Sun Aug 30 2009 Tim Lauridsen - 2.9.0-0.13.pre -- bumped version to 2.9.0-0.13.pre -* Mon Aug 24 2009 Tim Lauridsen - 2.9.0-0.12.pre -- bumped version to 2.9.0-0.12.pre -* Fri Aug 21 2009 Tim Lauridsen - 2.9.0-0.11.pre -- bumped version to 2.9.0-0.11.pre -* Fri Aug 7 2009 Tim Lauridsen - 2.9.0-0.10.pre -- bumped version to 2.9.0-0.10.pre -* Thu Aug 6 2009 Tim Lauridsen - 2.9.0-0.9.pre -- bumped version to 2.9.0-0.9.pre -- handle new yumex-yum-backend in %%files section -* Sun May 24 2009 Tim Lauridsen - 2.9.0-0.8.pre -- bumped version to 2.9.0-0.8.pre -* Wed May 20 2009 Tim Lauridsen - 2.9.0-0.7.pre -- bumped version to 2.9.0-0.7.pre -* Sun May 10 2009 Tim Lauridsen - 2.9.0-0.6.pre -- bumped version to 2.9.0-0.6.pre -* Wed May 6 2009 Tim Lauridsen - 2.9.0-0.5.pre -- bumped version to 2.9.0-0.5.pre -* Thu Apr 30 2009 Tim Lauridsen - 2.9.0-0.4.pre -- bumped version to 2.9.0-0.4.pre -- added minimum version for pygtk requirement -* Sat Apr 25 2009 Tim Lauridsen - 2.9.0-0.3.pre -- bumped version to 2.9.0-0.3.pre -* Tue Apr 21 2009 Tim Lauridsen - 2.9.0-0.2.pre -- bumped version to 2.9.0-0.2.pre -* Tue Apr 21 2009 Tim Lauridsen - 2.9.0-0.1.pre -- bumped version to 2.9.0-0.1.pre + + From 71494cf56720ddb2e9f3abc0faa70cf04e1583f1 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Tue, 21 Apr 2015 06:53:54 +0200 Subject: [PATCH 17/19] Release 3.0.17-1 --- .gitignore | 1 + sources | 2 +- yumex.spec | 18 ++++++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 544d759..eb6b6ea 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.14.tar.gz /yumex-3.0.15.tar.gz /yumex-3.0.16.tar.gz +/yumex-3.0.17.tar.gz diff --git a/sources b/sources index 2ce5ecf..34f5bdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff4f3cf9ce901d7a4b9a9bad156e7096 yumex-3.0.16.tar.gz +9990213613322e6221643f5d3f1af99d yumex-3.0.17.tar.gz diff --git a/yumex.spec b/yumex.spec index ce0c8f3..42d7e39 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.16 +Version: 3.0.17 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -21,13 +21,15 @@ BuildRequires: intltool Requires: yum >= 3.2.23 Requires: pygtk2 >= 2.14 Requires: pycairo -Requires: python-pexpect +%{?fedora:Requires: python-pexpect} +%{?rhel:Requires: pexpect} Requires: python-iniparse Requires: dbus-python Requires: python-kitchen Requires: urlgrabber Requires: polkit Requires: pyxdg +Requires(pre): shadow-utils %description Graphical User Interface for Yum. @@ -52,12 +54,16 @@ install -m644 src/yumex.glade.el6 $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glad desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-local.desktop + # this is a doc file; removing from installed tree rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING %find_lang %name +%pre +getent group yumex >/dev/null || groupadd -r yumex + %post update-desktop-database %{_datadir}/applications &> /dev/null || : @@ -82,8 +88,16 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/polkit-1/actions/dk.yumex.backend.policy %{_datadir}/applications/*.desktop %{_datadir}/appdata/*.xml +%{_datadir}/polkit-1/rules.d/*.rules %changelog +* Tue Apr 21 2015 Tim Lauridsen 3.0.17-1 +- bumped release +- add rhel/fedora specific requirement of pexpect/python-pexpect +* Tue Oct 14 2014 Tim Lauridsen 3.0.16-2 +- create yumex group +- added shadow-utils requirement (pre) +- added PolicyKit rule * Sun Oct 5 2014 Tim Lauridsen 3.0.16-1 - bumped version to 3.0.16 - removed udisks requirement From a5e1d93208c4fdf47e24974a4b8c68a599ebf8c7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:41:11 +0000 Subject: [PATCH 18/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- yumex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index 42d7e39..3646098 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/polkit-1/rules.d/*.rules %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 3.0.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Apr 21 2015 Tim Lauridsen 3.0.17-1 - bumped release - add rhel/fedora specific requirement of pexpect/python-pexpect From 3864207e67f2cfa20495032687b8aeec79179081 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Tue, 6 Oct 2015 12:10:22 +0200 Subject: [PATCH 19/19] yumex is replaced by yumex-dnf --- .gitignore | 19 -------- Makefile | 21 --------- dead.package | 1 + sources | 1 - yumex-sudo.patch | 25 ---------- yumex.spec | 117 ----------------------------------------------- 6 files changed, 1 insertion(+), 183 deletions(-) delete mode 100644 .gitignore delete mode 100644 Makefile create mode 100644 dead.package delete mode 100644 sources delete mode 100644 yumex-sudo.patch delete mode 100644 yumex.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index eb6b6ea..0000000 --- a/.gitignore +++ /dev/null @@ -1,19 +0,0 @@ -yumex-2.9.9.tar.gz -yumex-2.9.10.tar.gz -/yumex-3.0.0.tar.gz -/yumex-3.0.1.tar.gz -/yumex-3.0.2.tar.gz -/yumex-3.0.3.tar.gz -/yumex-3.0.4.tar.gz -/yumex-3.0.5.tar.gz -/yumex-3.0.6.tar.gz -/yumex-3.0.7.tar.gz -/yumex-3.0.9.tar.gz -/yumex-3.0.10.tar.gz -/yumex-3.0.11.tar.gz -/yumex-3.0.12.tar.gz -/yumex-3.0.13.tar.gz -/yumex-3.0.14.tar.gz -/yumex-3.0.15.tar.gz -/yumex-3.0.16.tar.gz -/yumex-3.0.17.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 8c58da2..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: yumex -# $Id$ -NAME := yumex -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ebed07a --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +yumex is replaced by yumex-dnf diff --git a/sources b/sources deleted file mode 100644 index 34f5bdb..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -9990213613322e6221643f5d3f1af99d yumex-3.0.17.tar.gz diff --git a/yumex-sudo.patch b/yumex-sudo.patch deleted file mode 100644 index 5a3c2f4..0000000 --- a/yumex-sudo.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 39c22ebab282bc8a74eeb00db8d3159be08453f3 Mon Sep 17 00:00:00 2001 -From: Tim Lauridsen -Date: Mon, 14 May 2012 15:24:50 +0200 -Subject: [PATCH] make yumex work with use_sudo=1 in .yumex.conf - ---- - src/yumexbackend/yum_client.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/yumexbackend/yum_client.py b/src/yumexbackend/yum_client.py -index 4d3a0ac..e673a1c 100644 ---- a/src/yumexbackend/yum_client.py -+++ b/src/yumexbackend/yum_client.py -@@ -176,7 +176,7 @@ class YumClientBase: - self.info('Running backend launcher with sudo') - cmd = '/usr/bin/sudo' - args.append('-n') # Abort sudo if password is needed -- args.append('/usr/bin/yumex-yum-backend') -+ args.append(MAIN_PATH + "/backend-launcher.py") - - else: - cmd = '/usr/bin/pkexec' --- -1.7.10.1 - diff --git a/yumex.spec b/yumex.spec deleted file mode 100644 index 3646098..0000000 --- a/yumex.spec +++ /dev/null @@ -1,117 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: yumex -Version: 3.0.17 -Release: 2%{?dist} -Summary: Yum Extender graphical package management tool - -Group: Applications/System -License: GPLv2+ -URL: http://www.yumex.dk -Source0: https://fedorahosted.org/releases/y/u/yumex/%{name}-%{version}.tar.gz -BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: python-devel -BuildRequires: desktop-file-utils -BuildRequires: gettext -BuildRequires: intltool - - -Requires: yum >= 3.2.23 -Requires: pygtk2 >= 2.14 -Requires: pycairo -%{?fedora:Requires: python-pexpect} -%{?rhel:Requires: pexpect} -Requires: python-iniparse -Requires: dbus-python -Requires: python-kitchen -Requires: urlgrabber -Requires: polkit -Requires: pyxdg -Requires(pre): shadow-utils - -%description -Graphical User Interface for Yum. - - -%prep -%setup -q - - -%build -make - - -%install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install - -#install another .glade file for el6 -%if 0%{?el6} -install -m644 src/yumex.glade.el6 $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glade -%endif - -desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop -desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-local.desktop - - -# this is a doc file; removing from installed tree -rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING - -%find_lang %name - -%pre -getent group yumex >/dev/null || groupadd -r yumex - -%post -update-desktop-database %{_datadir}/applications &> /dev/null || : - -%postun -update-desktop-database %{_datadir}/applications &> /dev/null || : - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -f %{name}.lang -%defattr(-, root, root, -) -%doc COPYING ChangeLog TODO -%{_datadir}/pixmaps/* -%{_datadir}/yumex -%{_bindir}/yumex* -%{python_sitelib}/yumexbackend/ -%{python_sitelib}/yumexbase/ -%{python_sitelib}/yumexgui/ -%{python_sitelib}/guihelpers/ -%config(noreplace) %{_sysconfdir}/yumex.profiles.conf -%config(noreplace) %{_sysconfdir}/yumex.conf -%{_datadir}/polkit-1/actions/dk.yumex.backend.policy -%{_datadir}/applications/*.desktop -%{_datadir}/appdata/*.xml -%{_datadir}/polkit-1/rules.d/*.rules - -%changelog -* Fri Jun 19 2015 Fedora Release Engineering - 3.0.17-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Apr 21 2015 Tim Lauridsen 3.0.17-1 -- bumped release -- add rhel/fedora specific requirement of pexpect/python-pexpect -* Tue Oct 14 2014 Tim Lauridsen 3.0.16-2 -- create yumex group -- added shadow-utils requirement (pre) -- added PolicyKit rule -* Sun Oct 5 2014 Tim Lauridsen 3.0.16-1 -- bumped version to 3.0.16 -- removed udisks requirement -- cleaned up the spec changelog -* Wed Jun 4 2014 Tim Lauridsen 3.0.15-1 -- bumped version to 3.0.15 -* Tue Feb 25 2014 Tim Lauridsen 3.0.14-1 -- bumped version to 3.0.14 -* Wed Oct 16 2013 Tim Lauridsen 3.0.13-1 -- bumped version to 3.0.13 -* Mon Oct 07 2013 Tim Lauridsen 3.0.12-2 -- changed requirement pexpect to python-pexpect - -