Compare commits
5 Commits
0.27.1-1ma
...
0.32.0-1ma
Author | SHA1 | Date | |
---|---|---|---|
91c3dd96f7 | |||
a306d526ce | |||
d730b4837c | |||
4f8e36eb43 | |||
e17e4fe64b |
39
dconf.spec
39
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.27.1
|
Version: 0.32.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}
|
||||||
|
|
||||||
@ -105,6 +93,7 @@ fi
|
|||||||
%{_bindir}/dconf
|
%{_bindir}/dconf
|
||||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||||
%{_mandir}/man1/dconf.1*
|
%{_mandir}/man1/dconf.1*
|
||||||
|
%{_mandir}/man1/dconf-service.1*
|
||||||
%{_mandir}/man7/dconf.7*
|
%{_mandir}/man7/dconf.7*
|
||||||
|
|
||||||
#%files editor
|
#%files editor
|
||||||
@ -124,7 +113,6 @@ fi
|
|||||||
%{_libdir}/libdconf.so.*
|
%{_libdir}/libdconf.so.*
|
||||||
%{_libdir}/gio/modules/libdconfsettings.so
|
%{_libdir}/gio/modules/libdconfsettings.so
|
||||||
%{_libexecdir}/dconf-service
|
%{_libexecdir}/dconf-service
|
||||||
%{_mandir}/man1/dconf-service.1*
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n libdconf-devel
|
%files -n libdconf-devel
|
||||||
@ -145,6 +133,21 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/%{name}/*
|
%{_datadir}/gtk-doc/html/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 14 2019 Automatic Build System <autodist@mambasoft.it> 0.32.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Oct 23 2018 Automatic Build System <autodist@mambasoft.it> 0.30.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 27 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.0-2mamba
|
||||||
|
- move bi-arch conflicting man page from libdconf to dconf package
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Dec 10 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27.1-1mamba
|
* Sun Dec 10 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27.1-1mamba
|
||||||
- update to 0.27.1
|
- update to 0.27.1
|
||||||
- move dbus service from lib to main package to fix multilib libdconf installations
|
- move dbus service from lib to main package to fix multilib libdconf installations
|
||||||
|
Reference in New Issue
Block a user