diff --git a/.gitignore b/.gitignore index dccc1ba..0d03946 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ xfconf-4.6.2.tar.bz2 /xfconf-4.18.0.tar.bz2 /xfconf-4.18.1.tar.bz2 /xfconf-4.18.3.tar.bz2 +/xfconf-4.20.0.tar.bz2 diff --git a/sources b/sources index 17a0c1e..0813f82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xfconf-4.18.3.tar.bz2) = e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327 +SHA512 (xfconf-4.20.0.tar.bz2) = 87ae4e9366cccb6c2f13229539e8317d26bfb3fc5333e769ec2de1b596e04348595bb2e85ca90fb63c6c64968e5108e59490700028aeb077b32b9cd03062d9e9 diff --git a/xfconf.spec b/xfconf.spec index 58d4fb2..ceac9fc 100644 --- a/xfconf.spec +++ b/xfconf.spec @@ -1,11 +1,12 @@ -%global xfceversion 4.18 +%global xfceversion 4.20 Name: xfconf -Version: 4.18.3 +Version: 4.20.0 Release: %autorelease Summary: Hierarchical configuration system for Xfce -License: GPLv2 +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only URL: http://www.xfce.org/ #VCS git:git://git.xfce.org/xfce/xfconf Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 @@ -20,6 +21,7 @@ BuildRequires: intltool BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel BuildRequires: vala +BuildRequires: systemd-rpm-macros Requires: dbus @@ -72,7 +74,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %files -f %{name}.lang %license COPYING -%doc AUTHORS NEWS TODO +%doc AUTHORS NEWS %{_libdir}/lib*.so.* %{_bindir}/xfconf-query %{_libdir}/xfce4/xfconf/ @@ -82,6 +84,7 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_datadir}/dbus-1/services/org.xfce.Xfconf.service %{_datadir}/gir-1.0/Xfconf-0.gir %{_datadir}/bash-completion/completions/xfconf-query +%{_userunitdir}/xfconfd.service %files devel %doc %{_datadir}/gtk-doc @@ -89,7 +92,6 @@ find %{buildroot} -type f -name *.la -exec rm -f {} \; %{_libdir}/pkgconfig/*.pc %{_includedir}/xfce4/xfconf-0 %{_libdir}/gio/modules/libxfconfgsettingsbackend.so -%{_datadir}/gtk-doc/html/%{name}/* %changelog %autochangelog