2012-01-20 22:28:44 +00:00
|
|
|
%define glib2_version 2.31.0
|
2012-02-06 19:55:36 +00:00
|
|
|
%define gtk3_version 3.3.11
|
2012-05-09 19:09:49 +00:00
|
|
|
%define udisks_version 1.97.0
|
2012-01-20 22:28:44 +00:00
|
|
|
|
|
|
|
Summary: Disks
|
2008-07-22 19:38:35 +00:00
|
|
|
Name: gnome-disk-utility
|
2012-05-09 19:09:49 +00:00
|
|
|
Version: 3.5.1
|
2012-05-09 19:24:40 +00:00
|
|
|
Release: 2%{?dist}
|
2008-07-22 19:38:35 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
2012-01-20 22:28:44 +00:00
|
|
|
URL: http://git.gnome.org/browse/gnome-disk-utility
|
2012-05-09 19:09:49 +00:00
|
|
|
Source0: http://download.gnome.org/sources/gnome-disk-utility/3.5/%{name}-%{version}.tar.xz
|
2011-02-02 22:47:51 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2011-02-02 22:47:51 +00:00
|
|
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
2008-07-22 19:38:35 +00:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: desktop-file-utils
|
2012-01-20 22:28:44 +00:00
|
|
|
BuildRequires: libudisks2-devel >= %{udisks_version}
|
2011-07-11 19:47:39 +00:00
|
|
|
BuildRequires: gnome-common
|
2012-01-20 22:42:24 +00:00
|
|
|
BuildRequires: intltool
|
2012-05-09 19:24:40 +00:00
|
|
|
BuildRequires: libgnome-keyring-devel
|
|
|
|
BuildRequires: systemd-devel
|
2011-02-02 22:47:51 +00:00
|
|
|
|
2012-01-24 14:26:58 +00:00
|
|
|
Requires: udisks2
|
|
|
|
|
2009-05-01 22:29:11 +00:00
|
|
|
Obsoletes: gnome-disk-utility-format
|
|
|
|
Obsoletes: nautilus-gdu
|
2012-01-20 22:28:44 +00:00
|
|
|
Obsoletes: gnome-disk-utility-libs
|
|
|
|
Obsoletes: gnome-disk-utility-devel
|
|
|
|
Obsoletes: gnome-disk-utility-ui-libs
|
|
|
|
Obsoletes: gnome-disk-utility-ui-devel
|
|
|
|
Obsoletes: gnome-disk-utility-nautilus
|
2009-04-08 16:11:38 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%description
|
2012-05-09 19:09:49 +00:00
|
|
|
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
|
2011-02-22 17:31:13 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2011-02-02 22:47:51 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%build
|
2010-09-28 14:37:16 +00:00
|
|
|
%configure
|
2010-01-18 16:49:51 +00:00
|
|
|
make %{?_smp_mflags}
|
2008-07-22 19:38:35 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
desktop-file-install --delete-original \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
2012-05-09 19:09:49 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/gnome-disks.desktop \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/gnome-disk-image-mounter.desktop
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2009-05-01 22:29:11 +00:00
|
|
|
%find_lang %{name}
|
2008-07-22 19:38:35 +00:00
|
|
|
|
|
|
|
%post
|
2012-01-20 22:28:44 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
2008-07-22 19:38:35 +00:00
|
|
|
update-desktop-database %{_datadir}/applications &> /dev/null
|
|
|
|
|
|
|
|
%postun
|
|
|
|
update-desktop-database %{_datadir}/applications &> /dev/null
|
2011-05-08 02:07:39 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
fi
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2012-01-20 22:28:44 +00:00
|
|
|
%posttrans
|
2011-02-02 22:47:51 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
|
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2012-01-20 22:28:44 +00:00
|
|
|
%files -f %{name}.lang
|
2008-07-22 19:38:35 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
2012-05-09 19:09:49 +00:00
|
|
|
%{_bindir}/gnome-disks
|
|
|
|
%{_bindir}/gnome-disk-image-mounter
|
|
|
|
%{_datadir}/applications/gnome-disks.desktop
|
|
|
|
%{_datadir}/applications/gnome-disk-image-mounter.desktop
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2012-01-20 22:28:44 +00:00
|
|
|
%{_datadir}/gnome-disk-utility/*.ui
|
|
|
|
%{_datadir}/icons/hicolor/*
|
2008-07-22 19:38:35 +00:00
|
|
|
|
2012-05-09 19:09:49 +00:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
2012-01-20 22:28:44 +00:00
|
|
|
%doc README AUTHORS NEWS COPYING
|
2011-02-22 17:31:13 +00:00
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
%changelog
|
2012-05-09 19:24:40 +00:00
|
|
|
* Mon May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-2%{?dist}
|
|
|
|
- BR libgnome-keyring-devel and systemd-devel
|
|
|
|
|
2012-05-09 19:09:49 +00:00
|
|
|
* Mon May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-1%{?dist}
|
|
|
|
- Update to 3.5.1
|
|
|
|
|
2012-04-30 12:50:58 +00:00
|
|
|
* Mon Apr 30 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2012-03-26 14:26:32 +00:00
|
|
|
* Mon Mar 26 2012 David Zeuthen <davidz@redhat.com> - 3.4.0-1%{?dist}
|
|
|
|
- Update to release 3.4.0
|
|
|
|
|
2012-03-05 18:19:40 +00:00
|
|
|
* Mon Mar 05 2012 David Zeuthen <davidz@redhat.com> - 3.3.93-1%{?dist}
|
|
|
|
- Update to release 3.3.93
|
|
|
|
|
2012-02-23 19:34:27 +00:00
|
|
|
* Thu Feb 23 2012 David Zeuthen <davidz@redhat.com> - 3.3.92-1%{?dist}
|
|
|
|
- Update to release 3.3.92
|
|
|
|
|
2012-02-06 19:55:36 +00:00
|
|
|
* Mon Feb 06 2012 David Zeuthen <davidz@redhat.com> - 3.3.91-1%{?dist}
|
|
|
|
- Update to release 3.3.91
|
|
|
|
|
2012-01-24 14:26:58 +00:00
|
|
|
* Tue Jan 24 2012 David Zeuthen <davidz@redhat.com> - 3.3.90-3%{?dist}
|
|
|
|
- Require udisks2 package (for the daemon) (#783974)
|
|
|
|
|
2012-01-20 22:42:24 +00:00
|
|
|
* Fri Jan 20 2012 David Zeuthen <davidz@redhat.com> - 3.3.90-2%{?dist}
|
|
|
|
- Rebuild
|
|
|
|
|
2012-01-20 22:28:44 +00:00
|
|
|
* Fri Jan 20 2012 David Zeuthen <davidz@redhat.com> - 3.3.90-1%{?dist}
|
|
|
|
- Update to release 3.3.90
|
|
|
|
|
2012-01-13 03:47:52 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-09 04:50:20 +00:00
|
|
|
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> - 3.0.2-4
|
|
|
|
- Rebuild to break bogus libpng dep
|
|
|
|
|
2011-07-11 19:55:51 +00:00
|
|
|
* Mon Jul 11 2011 David Zeuthen <davidz@redhat.com> - 3.0.2-3%{?dist}
|
|
|
|
- BR gtk-doc
|
|
|
|
|
2011-07-11 19:47:39 +00:00
|
|
|
* Mon Jul 11 2011 David Zeuthen <davidz@redhat.com> - 3.0.2-2%{?dist}
|
|
|
|
- BR gnome-common
|
|
|
|
|
2011-07-11 16:07:58 +00:00
|
|
|
* Mon Jul 11 2011 David Zeuthen <davidz@redhat.com> - 3.0.2-1%{?dist}
|
|
|
|
- Update to 3.0.2
|
|
|
|
|
2011-05-08 02:07:39 +00:00
|
|
|
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-2
|
|
|
|
- Update icon cache scriptlet
|
|
|
|
|
2011-04-04 17:22:06 +00:00
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2011-03-21 23:09:36 +00:00
|
|
|
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-1
|
|
|
|
- Update to 2.91.7
|
|
|
|
|
2011-03-14 13:10:00 +00:00
|
|
|
* Mon Mar 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.6-5
|
|
|
|
- Fix gnome-disk-utility-nautilus upgrade path
|
|
|
|
|
2011-02-22 17:31:13 +00:00
|
|
|
* Tue Feb 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.6-4
|
|
|
|
- Split nautilus extension into a separate package
|
|
|
|
|
2011-02-11 05:04:15 +00:00
|
|
|
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-09 03:57:33 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 22:47:51 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-1%{?dist}
|
|
|
|
- Update to 2.91.6
|
|
|
|
|
2011-02-02 14:26:06 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-4%{?dist}
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-01-08 04:15:09 +00:00
|
|
|
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-3%{?dist}
|
|
|
|
- Rebuild against new gtk
|
|
|
|
|
2010-12-03 16:51:49 +00:00
|
|
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-2%{?dist}
|
|
|
|
- Rebuild against new gtk
|
|
|
|
|
2010-11-11 16:16:12 +00:00
|
|
|
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-1%{?dist}
|
|
|
|
- 2.32.1
|
|
|
|
|
2010-11-05 15:41:03 +00:00
|
|
|
* Fri Nov 5 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-3%{?dist}
|
|
|
|
- Fix a problem with 'disk failure' notifications
|
|
|
|
|
2010-11-03 20:43:34 +00:00
|
|
|
* Wed Nov 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-2%{?dist}
|
|
|
|
- Rebuild against libnotify 0.7.0
|
|
|
|
|
2010-09-28 12:14:20 +00:00
|
|
|
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1%{?dist}
|
|
|
|
- Update to 2.32.0
|
|
|
|
|
2010-06-17 03:09:39 +00:00
|
|
|
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-2%{?dist}
|
|
|
|
- Kill the scrollkeeper runtime dep
|
|
|
|
|
2010-03-22 16:03:34 +00:00
|
|
|
* Mon Mar 22 2010 David Zeuthen <davidz@redhat.com> - 2.30.1-1%{?dist}
|
|
|
|
- Update to 2.30.1
|
|
|
|
|
2010-03-15 23:35:57 +00:00
|
|
|
* Mon Mar 15 2010 David Zeuthen <davidz@redhat.com> - 2.30.0-1%{?dist}
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
2010-02-23 18:26:34 +00:00
|
|
|
* Tue Feb 23 2010 David Zeuthen <davidz@redhat.com> - 2.29.90-1%{?dist}
|
|
|
|
- Update to 2.29.90
|
|
|
|
|
2010-02-16 01:09:07 +00:00
|
|
|
* Mon Feb 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100215.3%{?dist}
|
|
|
|
- Add rarian-compat to BR
|
|
|
|
|
2010-02-16 00:00:06 +00:00
|
|
|
* Mon Feb 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100215.1%{?dist}
|
|
|
|
- Update to git snapshot
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
2010-01-18 16:49:51 +00:00
|
|
|
* Mon Jan 18 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.0-0.git20100115.2%{?dist}
|
|
|
|
- Install missing include
|
|
|
|
|
2010-01-15 20:19:57 +00:00
|
|
|
* Fri Jan 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100115.1%{?dist}
|
|
|
|
- BR avahi-ui-devel
|
|
|
|
|
2010-01-15 20:07:40 +00:00
|
|
|
* Fri Jan 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100115%{?dist}
|
|
|
|
- Update to git snapshot
|
|
|
|
|
2009-12-02 20:09:29 +00:00
|
|
|
* Wed Dec 2 2009 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20091202%{?dist}
|
|
|
|
- Update to git snapshot that requires udisks instead of DeviceKit-disks
|
|
|
|
- The UI has been completely revamped
|
|
|
|
|
2009-09-19 00:29:52 +00:00
|
|
|
* Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-2%{?dist}
|
|
|
|
- BR libatasmart-devel
|
|
|
|
|
2009-09-18 23:55:50 +00:00
|
|
|
* Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-1%{?dist}
|
|
|
|
- Update to upstream release 2.28.0
|
|
|
|
- Compared to previous releases, this release should whine less about SMART
|
|
|
|
|
2009-08-17 21:49:19 +00:00
|
|
|
* Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-3%{?dist}
|
|
|
|
- Drop upstreamed patch
|
|
|
|
|
2009-08-17 18:16:13 +00:00
|
|
|
* Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-2%{?dist}
|
|
|
|
- Rebuild
|
|
|
|
|
2009-08-17 18:15:06 +00:00
|
|
|
* Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-1%{?dist}
|
|
|
|
- Update to release 0.5
|
|
|
|
|
2009-07-27 05:18:23 +00:00
|
|
|
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 0.4-3%{?dist}
|
|
|
|
- Drop PolicyKit from .pc files, too
|
|
|
|
|
2009-07-25 00:37:27 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-20 00:15:27 +00:00
|
|
|
* Fri Jun 19 2009 David Zeuthen <davidz@redhat.com> - 0.4-1%{?dist}
|
|
|
|
- Update to release 0.4
|
|
|
|
|
2009-05-01 22:29:11 +00:00
|
|
|
* Fri May 01 2009 David Zeuthen <davidz@redhat.com> - 0.3-1%{?dist}
|
|
|
|
- Upstream release 0.3
|
|
|
|
|
2009-04-15 19:09:55 +00:00
|
|
|
* Wed Apr 15 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.5.20090415git%{?dist}
|
|
|
|
- New snapshot
|
|
|
|
|
2009-04-12 20:10:09 +00:00
|
|
|
* Sun Apr 12 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.4.20090412git%{?dist}
|
|
|
|
- New snapshot
|
|
|
|
|
2009-04-11 02:19:23 +00:00
|
|
|
* Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> - 0.3-0.3.20090406git%{?dist}
|
|
|
|
- Don't own directories that belong to hicolor-icon-theme
|
|
|
|
|
2009-04-08 16:11:38 +00:00
|
|
|
* Wed Apr 08 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.2.20090406git%{?dist}
|
|
|
|
- Fix bug in detecting when a PolicyKit error is returned (#494787)
|
|
|
|
|
2009-04-07 00:30:46 +00:00
|
|
|
* Mon Apr 06 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.1.20090406git%{?dist}
|
|
|
|
- New snapshot
|
|
|
|
|
2009-03-04 22:07:28 +00:00
|
|
|
* Wed Mar 04 2009 David Zeuthen <davidz@redhat.com> - 0.2-2%{?dist}
|
|
|
|
- Don't crash when changing the LUKS passphrase on a device
|
|
|
|
|
2009-03-02 21:42:15 +00:00
|
|
|
* Mon Mar 02 2009 David Zeuthen <davidz@redhat.com> - 0.2-1%{?dist}
|
|
|
|
- Update to version 0.2
|
|
|
|
|
2009-02-24 22:51:24 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.git20080720.2.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-27 16:08:00 +00:00
|
|
|
* Tue Jan 27 2009 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.2%{?dist}
|
|
|
|
- Rebuild for pkgconfig provides
|
|
|
|
|
2008-11-23 05:53:00 +00:00
|
|
|
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.1%{?dist}
|
|
|
|
- Improve %%summary and %%description
|
|
|
|
|
2008-07-22 19:38:35 +00:00
|
|
|
* Fri Jul 20 2008 David Zeuthen <davidz@redhat.com> - 0.1-0.git20080720%{?dist}
|
|
|
|
- Initial Packaging
|