automatic version update by autodist [release 0.30.0-1mamba;Sat Sep 22 2018]
This commit is contained in:
parent
e17e4fe64b
commit
4f8e36eb43
25
dconf.spec
25
dconf.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.28.0
|
Version: 0.30.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A low-level configuration system
|
Summary: A low-level configuration system
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -61,26 +61,14 @@ This package includes the %{name} API documentation.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
meson build \
|
%meson \
|
||||||
--build=release \
|
-Dgtk_doc=true
|
||||||
--prefix=%{_prefix} \
|
|
||||||
--bindir=%{_bindir} \
|
|
||||||
--sbindir=%{_sbindir} \
|
|
||||||
--sysconfdir=%{_sysconfdir} \
|
|
||||||
--datadir=%{_datadir} \
|
|
||||||
--includedir=%{_includedir} \
|
|
||||||
--libdir=%{_libdir} \
|
|
||||||
--libexecdir=%{_libexecdir} \
|
|
||||||
--localstatedir=%{_localstatedir} \
|
|
||||||
--mandir=%{_mandir} \
|
|
||||||
--infodir=%{_datadir}/info \
|
|
||||||
-Denable-gtk-doc=true
|
|
||||||
|
|
||||||
ninja %{_smp_mflags} -C build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
DESTDIR=%{buildroot} ninja install -C build
|
%meson_install
|
||||||
|
|
||||||
#% find_lang %{name}
|
#% find_lang %{name}
|
||||||
|
|
||||||
@ -145,6 +133,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/%{name}/*
|
%{_datadir}/gtk-doc/html/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 22 2018 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Mar 25 2018 Automatic Build System <autodist@mambasoft.it> 0.28.0-1mamba
|
* Sun Mar 25 2018 Automatic Build System <autodist@mambasoft.it> 0.28.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user