Update to 0.25.1
This commit is contained in:
parent
2100ee884c
commit
ce0ecf2acf
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@ dconf-0.5.tar.bz2
|
|||||||
/dconf-0.23.1.tar.xz
|
/dconf-0.23.1.tar.xz
|
||||||
/dconf-0.23.2.tar.xz
|
/dconf-0.23.2.tar.xz
|
||||||
/dconf-0.24.0.tar.xz
|
/dconf-0.24.0.tar.xz
|
||||||
|
/dconf-0.25.1.tar.xz
|
||||||
|
19
dconf.spec
19
dconf.spec
@ -1,20 +1,18 @@
|
|||||||
%define glib2_version 2.39.1
|
%define glib2_version 2.44.0
|
||||||
%define vala_version 0.18.0
|
%define vala_version 0.18.0
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.24.0
|
Version: 0.25.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A configuration system
|
Summary: A configuration system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2+ and GPLv2+ and GPLv3+
|
License: LGPLv2+ and GPLv2+ and GPLv3+
|
||||||
URL: http://live.gnome.org/dconf
|
URL: http://live.gnome.org/dconf
|
||||||
#VCS: git:git://git.gnome.org/dconf
|
#VCS: git:git://git.gnome.org/dconf
|
||||||
Source0: http://download.gnome.org/sources/dconf/0.24/dconf-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/dconf/0.25/dconf-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
BuildRequires: dbus-devel
|
|
||||||
BuildRequires: vala-devel >= %{vala_version}
|
BuildRequires: vala-devel >= %{vala_version}
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
@ -39,7 +37,7 @@ development using dconf.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure
|
||||||
make V=1 %{?_smp_mflags}
|
make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -74,7 +72,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||||
%{_bindir}/dconf
|
%{_bindir}/dconf
|
||||||
%{_libdir}/libdconf.so.*
|
%{_libdir}/libdconf.so.*
|
||||||
%{_libdir}/libdconf-dbus-1.so.*
|
|
||||||
%{_datadir}/bash-completion/completions/dconf
|
%{_datadir}/bash-completion/completions/dconf
|
||||||
%{_mandir}/man1/dconf-service.1.gz
|
%{_mandir}/man1/dconf-service.1.gz
|
||||||
%{_mandir}/man1/dconf.1.gz
|
%{_mandir}/man1/dconf.1.gz
|
||||||
@ -84,13 +81,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_includedir}/dconf
|
%{_includedir}/dconf
|
||||||
%{_libdir}/libdconf.so
|
%{_libdir}/libdconf.so
|
||||||
%{_libdir}/pkgconfig/dconf.pc
|
%{_libdir}/pkgconfig/dconf.pc
|
||||||
%{_includedir}/dconf-dbus-1
|
|
||||||
%{_libdir}/libdconf-dbus-1.so
|
|
||||||
%{_libdir}/pkgconfig/dconf-dbus-1.pc
|
|
||||||
%{_datadir}/gtk-doc/html/dconf
|
%{_datadir}/gtk-doc/html/dconf
|
||||||
%{_datadir}/vala
|
%{_datadir}/vala
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 0.25.1-1
|
||||||
|
- Update to 0.25.1
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user