Update to latest upstream release
This commit is contained in:
parent
21f40c27e6
commit
205779e4c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/mate-settings-daemon-1.5.6.tar.xz
|
/mate-settings-daemon-1.5.6.tar.xz
|
||||||
/mate-settings-daemon-1.5.7.tar.xz
|
/mate-settings-daemon-1.5.7.tar.xz
|
||||||
/mate-settings-daemon-1.6.0.tar.xz
|
/mate-settings-daemon-1.6.0.tar.xz
|
||||||
|
/mate-settings-daemon-1.6.1.tar.xz
|
||||||
|
@ -1,16 +1,12 @@
|
|||||||
Name: mate-settings-daemon
|
Name: mate-settings-daemon
|
||||||
Version: 1.6.0
|
Version: 1.6.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MATE Desktop settings daemon
|
Summary: MATE Desktop settings daemon
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://mate-desktop.org
|
URL: http://mate-desktop.org
|
||||||
Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
|
Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
|
||||||
Requires: mate-icon-theme
|
Requires: mate-icon-theme
|
||||||
|
|
||||||
#Fix libnotify GTK issues
|
|
||||||
Patch0: libnotify2.patch
|
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: clutter-gst-devel
|
BuildRequires: clutter-gst-devel
|
||||||
BuildRequires: dconf-devel
|
BuildRequires: dconf-devel
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
@ -45,9 +41,6 @@ under it.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -108,6 +101,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/mate-settings-daemon.pc
|
%{_libdir}/pkgconfig/mate-settings-daemon.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 24 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.1-1
|
||||||
|
- Update to latest upstream release.
|
||||||
|
|
||||||
* Sat Jun 22 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.0-3
|
* Sat Jun 22 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.0-3
|
||||||
- Update libnotify.patch with latest upstream commits
|
- Update libnotify.patch with latest upstream commits
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user