Update to 3.17.2
This commit is contained in:
parent
e7a110f4b5
commit
5d8256aa74
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ gnome-disk-utility-2.30.1.tar.bz2
|
||||
/gnome-disk-utility-3.14.0.tar.xz
|
||||
/gnome-disk-utility-3.16.0.tar.xz
|
||||
/gnome-disk-utility-3.16.1.tar.xz
|
||||
/gnome-disk-utility-3.17.2.tar.xz
|
||||
|
@ -4,14 +4,14 @@
|
||||
%define enable_autoreconf 0
|
||||
|
||||
Name: gnome-disk-utility
|
||||
Version: 3.16.1
|
||||
Version: 3.17.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Disks
|
||||
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: https://git.gnome.org/browse/gnome-disk-utility
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-style-xsl
|
||||
@ -64,41 +64,6 @@ make DESTDIR=%{buildroot} INSTALL="install -p" install
|
||||
rm -f %{buildroot}%{_libdir}/gnome-settings-daemon-3.0/*.la
|
||||
rm -f %{buildroot}%{_libdir}/gnome-settings-daemon-3.0/*.a
|
||||
|
||||
# Register as an application to be visible in the software center
|
||||
#
|
||||
# NOTE: It would be *awesome* if this file was maintained by the upstream
|
||||
# project, translated and installed into the right place during `make install`.
|
||||
#
|
||||
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
||||
#
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gnome-disks.appdata.xml <<EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
||||
<!--
|
||||
BugReportURL: https://bugzilla.gnome.org/show_bug.cgi?id=722688
|
||||
-->
|
||||
<application>
|
||||
<id type="desktop">gnome-disks.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<description>
|
||||
<p>
|
||||
Disks provides a way to inspect, format, partition and configure disks and block devices.
|
||||
</p>
|
||||
<p>
|
||||
Using Disks, you can view SMART data, manage RAID devices and benchmark physical disks.
|
||||
Tasks are executed in the background, even after the application has been closed by the user.
|
||||
</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">http://people.freedesktop.org/~david/gnome-disks-mdraid-20120920-1.png</screenshot>
|
||||
<screenshot type="default">https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gnome-disks/a.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gnome-disks/b.png</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://wiki.gnome.org/Design/Apps/Disks</url>
|
||||
<updatecontact>zeuthen@gmail.com</updatecontact>
|
||||
</application>
|
||||
EOF
|
||||
|
||||
%check
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
@ -128,10 +93,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%license COPYING
|
||||
%{_bindir}/gnome-disks
|
||||
%{_bindir}/gnome-disk-image-mounter
|
||||
%{_datadir}/appdata/*.appdata.xml
|
||||
%{_datadir}/applications/gnome-disks.desktop
|
||||
%{_datadir}/appdata/gnome-disks.appdata.xml
|
||||
%{_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}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gdu-sd.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/gnome-disks*
|
||||
@ -141,6 +107,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 25 2015 David King <amigadave@amigadave.com> - 3.17.2-1
|
||||
- Update to 3.17.2
|
||||
|
||||
* Tue May 12 2015 David King <amigadave@amigadave.com> - 3.16.1-1
|
||||
- Update to 3.16.1
|
||||
- Use license macro for COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user