Add files for the new gnome-settings-daemon plug-in
This commit is contained in:
parent
31bbec833c
commit
77da0c2dd7
@ -11,7 +11,7 @@
|
||||
Summary: Disks
|
||||
Name: gnome-disk-utility
|
||||
Version: 3.7.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://git.gnome.org/browse/gnome-disk-utility
|
||||
@ -69,6 +69,9 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/*.a
|
||||
|
||||
desktop-file-install --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/gnome-disks.desktop \
|
||||
@ -107,9 +110,15 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
|
||||
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%{_libdir}/gnome-settings-daemon-3.0/gdu-sd-plugin.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libgdu-sd.so
|
||||
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Dec 21 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-4%{?dist}
|
||||
- Add files for the new gnome-settings-daemon plug-in
|
||||
|
||||
* Fri Dec 21 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-3%{?dist}
|
||||
- BR gnome-settings-daemon 3.7.3 and rebuild without --disable-gsd-plugin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user