diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..83a47a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gnome-disk-utility-3.28.3.tar.xz diff --git a/.gnome-disk-utility.metadata b/.gnome-disk-utility.metadata new file mode 100644 index 0000000..1cb6e43 --- /dev/null +++ b/.gnome-disk-utility.metadata @@ -0,0 +1 @@ +9e747f44579a540b675eaa184299e7644ca6735b SOURCES/gnome-disk-utility-3.28.3.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/gnome-disk-utility-c99.patch b/SOURCES/gnome-disk-utility-c99.patch new file mode 100644 index 0000000..a21b46b --- /dev/null +++ b/SOURCES/gnome-disk-utility-c99.patch @@ -0,0 +1,14 @@ +--- gnome-disk-utility-3.28.2/meson.build.c99 2018-05-08 08:43:29.000000000 +0200 ++++ gnome-disk-utility-3.28.2/meson.build 2018-05-24 00:08:49.773252035 +0200 +@@ -2,7 +2,10 @@ + 'gnome-disk-utility', 'c', + version: '3.28.2', + license: 'GPL2.0', +- default_options: 'buildtype=debugoptimized', ++ default_options: [ ++ 'buildtype=debugoptimized', ++ 'c_std=c99', ++ ], + meson_version: '>= 0.43.0' + ) + diff --git a/SOURCES/gnome-disk-utility-m_pi.patch b/SOURCES/gnome-disk-utility-m_pi.patch new file mode 100644 index 0000000..20ae24d --- /dev/null +++ b/SOURCES/gnome-disk-utility-m_pi.patch @@ -0,0 +1,13 @@ +--- gnome-disk-utility-3.28.2/src/disks/gdubenchmarkdialog.c.m_pi 2018-05-08 08:43:30.000000000 +0200 ++++ gnome-disk-utility-3.28.2/src/disks/gdubenchmarkdialog.c 2018-05-24 00:49:32.870767764 +0200 +@@ -18,6 +18,10 @@ + #include + #include + ++#ifndef __USE_XOPEN ++#define __USE_XOPEN ++#endif ++ + #include + + #include "gduapplication.h" diff --git a/SOURCES/gnome-disk-utility-python2.patch b/SOURCES/gnome-disk-utility-python2.patch new file mode 100644 index 0000000..11c66dc --- /dev/null +++ b/SOURCES/gnome-disk-utility-python2.patch @@ -0,0 +1,8 @@ +--- gnome-disk-utility-3.28.2/meson_post_install.py.python2 2018-05-08 08:43:29.000000000 +0200 ++++ gnome-disk-utility-3.28.2/meson_post_install.py 2018-05-23 23:49:35.852483171 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python3 ++#!/usr/bin/env python2 + + import os + import subprocess diff --git a/SPECS/gnome-disk-utility.spec b/SPECS/gnome-disk-utility.spec new file mode 100644 index 0000000..98ff825 --- /dev/null +++ b/SPECS/gnome-disk-utility.spec @@ -0,0 +1,371 @@ +Name: gnome-disk-utility +Version: 3.28.3 +Release: 1%{?dist} +Summary: Disks + +License: GPLv2+ +URL: https://git.gnome.org/browse/gnome-disk-utility +Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz +# Fix the build with Python 2 +Patch0: gnome-disk-utility-python2.patch +# Fix the build with RHEL 7 gcc that doesn't use c99 by default +Patch1: gnome-disk-utility-c99.patch +# Define __USE_XOPEN to get M_PI from math.h with RHEL 7 glibc +Patch2: gnome-disk-utility-m_pi.patch + +BuildRequires: /usr/bin/appstream-util +BuildRequires: desktop-file-utils +BuildRequires: docbook-style-xsl +BuildRequires: gettext +# for xsltproc +BuildRequires: libxslt +BuildRequires: meson +BuildRequires: pkgconfig(dvdread) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libcanberra-gtk3) +BuildRequires: pkgconfig(liblzma) +BuildRequires: pkgconfig(libnotify) +BuildRequires: pkgconfig(libsecret-1) +BuildRequires: pkgconfig(libsystemd) +BuildRequires: pkgconfig(pwquality) +BuildRequires: pkgconfig(udisks2) + +Requires: udisks2 + +%description +This package contains the Disks and Disk Image Mounter applications. +Disks supports partitioning, file system creation, encryption, +fstab/crypttab editing, ATA SMART and other features + +%prep +%autosetup -p1 + + +%build +%meson +%meson_build + + +%install +%meson_install +%find_lang %{name} + + +%check +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.DiskUtility.appdata.xml +desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop + + +%post +touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : +update-desktop-database %{_datadir}/applications &> /dev/null || : + + +%postun +update-desktop-database %{_datadir}/applications &> /dev/null || : +if [ $1 -eq 0 ] ; then + glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : + touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : + gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : +fi + + +%posttrans +glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : +gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + + +%files -f %{name}.lang +%doc AUTHORS NEWS README +%license COPYING +%{_bindir}/gnome-disks +%{_bindir}/gnome-disk-image-mounter +%{_datadir}/applications/org.gnome.DiskUtility.desktop +%{_datadir}/applications/gnome-disk-image-mounter.desktop +%{_datadir}/applications/gnome-disk-image-writer.desktop +%{_datadir}/dbus-1/services/org.gnome.DiskUtility.service +%{_datadir}/glib-2.0/schemas/org.gnome.Disks.gschema.xml +%{_datadir}/icons/hicolor/*/apps/gnome-disks* +%{_datadir}/metainfo/org.gnome.DiskUtility.appdata.xml +%{_mandir}/man1/* +%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop +%{_libexecdir}/gsd-disk-utility-notify + + +%changelog +* Fri Jun 01 2018 Kalev Lember - 3.28.3-1 +- Update to 3.28.3 +- Resolves: #1568170 + +* Tue May 08 2018 Kalev Lember - 3.28.2-1 +- Update to 3.28.2 +- Resolves: #1568170 + +* Thu Nov 24 2016 Kalev Lember - 3.22.1-1 +- Update to 3.22.1 +- Resolves: #1386891 + +* Fri May 22 2015 Matthias Clasen - 3.14.0-2 +- Remove deprecated keys from desktop files +Related: #1174596 + +* Mon Mar 23 2015 Richard Hughes - 3.14.0-1 +- Update to 3.14.0 +- Resolves: #1174596 + +* Fri Jan 24 2014 Daniel Mach - 3.8.2-5 +- Mass rebuild 2014-01-24 + +* Fri Jan 10 2014 Matthias Clasen - 3.8.2-4 +- Make formatting usb drives from nautilus work again +Resolves: #1051664 + +* Thu Jan 9 2014 Zeeshan Ali - 3.8.2-3 +- Complete translations (#1030339). + +* Fri Dec 27 2013 Daniel Mach - 3.8.2-2 +- Mass rebuild 2013-12-27 + +* Sun Jun 02 2013 Kalev Lember - 3.8.2-1 +- Update to 3.8.2 + +* Wed Mar 20 2013 Richard Hughes - 3.8.0-1 +- Update to 3.8.0 + +* Mon Feb 25 2013 Kalev Lember - 3.7.2-2 +- Require gnome-icon-theme-symbolic (#910982) + +* Tue Feb 19 2013 Richard Hughes - 3.7.2-1 +- Update to 3.7.2 + +* Wed Feb 13 2013 Fedora Release Engineering - 3.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Jan 07 2013 David Zeuthen - 3.7.1-1%{?dist} +- Update to 3.7.1 + +* Fri Dec 21 2012 David Zeuthen - 3.7.0-4%{?dist} +- Add files for the new gnome-settings-daemon plug-in + +* Fri Dec 21 2012 David Zeuthen - 3.7.0-3%{?dist} +- BR gnome-settings-daemon 3.7.3 and rebuild without --disable-gsd-plugin + +* Tue Dec 18 2012 David Zeuthen - 3.7.0-2%{?dist} +- Adjust BRs + +* Tue Dec 18 2012 David Zeuthen - 3.7.0-1%{?dist} +- Update to 3.7.0 + +* Fri Oct 05 2012 David Zeuthen - 3.6.1-1%{?dist} +- Update to 3.6.1 + +* Sat Sep 22 2012 Kalev Lember - 3.6.0-1 +- Update to 3.6.0 +- Drop the -Werror patch; applied upstream +- Add glib-compile-schemas scriptlets +- Relicensed from LGPLv2+ to GPLv2+ + +* Fri Jul 27 2012 David Zeuthen - 3.5.3-2%{?dist} +- Avoid treating warnings as errors + +* Fri Jul 27 2012 David Zeuthen - 3.5.3-1%{?dist} +- Update to 3.5.3 + +* Thu Jul 19 2012 Fedora Release Engineering - 3.5.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Jun 10 2012 Ville Skyttä - 3.5.2-2 +- Own the %%{_datadir}/gnome-disk-utility dir. + +* Tue Jun 05 2012 David Zeuthen - 3.5.2-1%{?dist} +- Update to 3.5.2 + +* Mon May 09 2012 David Zeuthen - 3.5.1-4%{?dist} +- BR docbook-style-xsl for man pages + +* Mon May 09 2012 David Zeuthen - 3.5.1-3%{?dist} +- BR libxslt (for xsltproc) + +* Mon May 09 2012 David Zeuthen - 3.5.1-2%{?dist} +- BR libgnome-keyring-devel and systemd-devel + +* Mon May 09 2012 David Zeuthen - 3.5.1-1%{?dist} +- Update to 3.5.1 + +* Mon Apr 30 2012 Richard Hughes - 3.4.1-1 +- Update to 3.4.1 + +* Mon Mar 26 2012 David Zeuthen - 3.4.0-1%{?dist} +- Update to release 3.4.0 + +* Mon Mar 05 2012 David Zeuthen - 3.3.93-1%{?dist} +- Update to release 3.3.93 + +* Thu Feb 23 2012 David Zeuthen - 3.3.92-1%{?dist} +- Update to release 3.3.92 + +* Mon Feb 06 2012 David Zeuthen - 3.3.91-1%{?dist} +- Update to release 3.3.91 + +* Tue Jan 24 2012 David Zeuthen - 3.3.90-3%{?dist} +- Require udisks2 package (for the daemon) (#783974) + +* Fri Jan 20 2012 David Zeuthen - 3.3.90-2%{?dist} +- Rebuild + +* Fri Jan 20 2012 David Zeuthen - 3.3.90-1%{?dist} +- Update to release 3.3.90 + +* Fri Jan 13 2012 Fedora Release Engineering - 3.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Nov 08 2011 Adam Jackson - 3.0.2-4 +- Rebuild to break bogus libpng dep + +* Mon Jul 11 2011 David Zeuthen - 3.0.2-3%{?dist} +- BR gtk-doc + +* Mon Jul 11 2011 David Zeuthen - 3.0.2-2%{?dist} +- BR gnome-common + +* Mon Jul 11 2011 David Zeuthen - 3.0.2-1%{?dist} +- Update to 3.0.2 + +* Sat May 07 2011 Christopher Aillon - 3.0.0-2 +- Update icon cache scriptlet + +* Mon Apr 4 2011 Matthias Clasen - 3.0.0-1 +- Update to 3.0.0 + +* Mon Mar 21 2011 Matthias Clasen - 2.91.7-1 +- Update to 2.91.7 + +* Mon Mar 14 2011 Tomas Bzatek - 2.91.6-5 +- Fix gnome-disk-utility-nautilus upgrade path + +* Tue Feb 22 2011 Tomas Bzatek - 2.91.6-4 +- Split nautilus extension into a separate package + +* Fri Feb 11 2011 Matthias Clasen - 2.91.6-3 +- Rebuild against newer gtk + +* Tue Feb 08 2011 Fedora Release Engineering - 2.91.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Feb 2 2011 Matthias Clasen - 2.91.6-1%{?dist} +- Update to 2.91.6 + +* Wed Feb 2 2011 Matthias Clasen - 2.32.1-4%{?dist} +- Rebuild against newer gtk + +* Fri Jan 7 2011 Matthias Clasen - 2.32.1-3%{?dist} +- Rebuild against new gtk + +* Fri Dec 3 2010 Matthias Clasen - 2.32.1-2%{?dist} +- Rebuild against new gtk + +* Thu Nov 11 2010 Matthias Clasen - 2.32.1-1%{?dist} +- 2.32.1 + +* Fri Nov 5 2010 Matthias Clasen - 2.32.0-3%{?dist} +- Fix a problem with 'disk failure' notifications + +* Wed Nov 3 2010 Matthias Clasen - 2.32.0-2%{?dist} +- Rebuild against libnotify 0.7.0 + +* Tue Sep 28 2010 Matthias Clasen - 2.32.0-1%{?dist} +- Update to 2.32.0 + +* Wed Jun 16 2010 Matthias Clasen - 2.30.1-2%{?dist} +- Kill the scrollkeeper runtime dep + +* Mon Mar 22 2010 David Zeuthen - 2.30.1-1%{?dist} +- Update to 2.30.1 + +* Mon Mar 15 2010 David Zeuthen - 2.30.0-1%{?dist} +- Update to 2.30.0 + +* Tue Feb 23 2010 David Zeuthen - 2.29.90-1%{?dist} +- Update to 2.29.90 + +* Mon Feb 15 2010 David Zeuthen - 2.29.0-0.git20100215.3%{?dist} +- Add rarian-compat to BR + +* Mon Feb 15 2010 David Zeuthen - 2.29.0-0.git20100215.1%{?dist} +- Update to git snapshot +- Drop upstreamed patches + +* Mon Jan 18 2010 Tomas Bzatek - 2.29.0-0.git20100115.2%{?dist} +- Install missing include + +* Fri Jan 15 2010 David Zeuthen - 2.29.0-0.git20100115.1%{?dist} +- BR avahi-ui-devel + +* Fri Jan 15 2010 David Zeuthen - 2.29.0-0.git20100115%{?dist} +- Update to git snapshot + +* Wed Dec 2 2009 David Zeuthen - 2.29.0-0.git20091202%{?dist} +- Update to git snapshot that requires udisks instead of DeviceKit-disks +- The UI has been completely revamped + +* Fri Sep 18 2009 David Zeuthen - 2.28.0-2%{?dist} +- BR libatasmart-devel + +* Fri Sep 18 2009 David Zeuthen - 2.28.0-1%{?dist} +- Update to upstream release 2.28.0 +- Compared to previous releases, this release should whine less about SMART + +* Mon Aug 17 2009 David Zeuthen - 0.5-3%{?dist} +- Drop upstreamed patch + +* Mon Aug 17 2009 David Zeuthen - 0.5-2%{?dist} +- Rebuild + +* Mon Aug 17 2009 David Zeuthen - 0.5-1%{?dist} +- Update to release 0.5 + +* Mon Jul 27 2009 Matthias Clasen - 0.4-3%{?dist} +- Drop PolicyKit from .pc files, too + +* Fri Jul 24 2009 Fedora Release Engineering - 0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jun 19 2009 David Zeuthen - 0.4-1%{?dist} +- Update to release 0.4 + +* Fri May 01 2009 David Zeuthen - 0.3-1%{?dist} +- Upstream release 0.3 + +* Wed Apr 15 2009 David Zeuthen - 0.3-0.5.20090415git%{?dist} +- New snapshot + +* Sun Apr 12 2009 David Zeuthen - 0.3-0.4.20090412git%{?dist} +- New snapshot + +* Fri Apr 10 2009 Matthias Clasen - 0.3-0.3.20090406git%{?dist} +- Don't own directories that belong to hicolor-icon-theme + +* Wed Apr 08 2009 David Zeuthen - 0.3-0.2.20090406git%{?dist} +- Fix bug in detecting when a PolicyKit error is returned (#494787) + +* Mon Apr 06 2009 David Zeuthen - 0.3-0.1.20090406git%{?dist} +- New snapshot + +* Wed Mar 04 2009 David Zeuthen - 0.2-2%{?dist} +- Don't crash when changing the LUKS passphrase on a device + +* Mon Mar 02 2009 David Zeuthen - 0.2-1%{?dist} +- Update to version 0.2 + +* Tue Feb 24 2009 Fedora Release Engineering - 0.1-0.git20080720.2.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Jan 27 2009 Matthias Clasen 0.1-0.git20080720.2%{?dist} +- Rebuild for pkgconfig provides + +* Sun Nov 23 2008 Matthias Clasen 0.1-0.git20080720.1%{?dist} +- Improve %%summary and %%description + +* Fri Jul 20 2008 David Zeuthen - 0.1-0.git20080720%{?dist} +- Initial Packaging