Compare commits
5 Commits
0.28.0-1ma
...
0.34.0-1ma
Author | SHA1 | Date | |
---|---|---|---|
8f3b418516 | |||
91c3dd96f7 | |||
a306d526ce | |||
d730b4837c | |||
4f8e36eb43 |
39
dconf.spec
39
dconf.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: dconf
|
||||
Version: 0.28.0
|
||||
Version: 0.34.0
|
||||
Release: 1mamba
|
||||
Summary: A low-level configuration system
|
||||
Group: System/Management
|
||||
@ -61,26 +61,14 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
meson build \
|
||||
--build=release \
|
||||
--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
|
||||
%meson \
|
||||
-Dgtk_doc=true
|
||||
|
||||
ninja %{_smp_mflags} -C build
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
DESTDIR=%{buildroot} ninja install -C build
|
||||
%meson_install
|
||||
|
||||
#% find_lang %{name}
|
||||
|
||||
@ -105,6 +93,7 @@ fi
|
||||
%{_bindir}/dconf
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||
%{_mandir}/man1/dconf.1*
|
||||
%{_mandir}/man1/dconf-service.1*
|
||||
%{_mandir}/man7/dconf.7*
|
||||
|
||||
#%files editor
|
||||
@ -124,7 +113,6 @@ fi
|
||||
%{_libdir}/libdconf.so.*
|
||||
%{_libdir}/gio/modules/libdconfsettings.so
|
||||
%{_libexecdir}/dconf-service
|
||||
%{_mandir}/man1/dconf-service.1*
|
||||
%doc COPYING
|
||||
|
||||
%files -n libdconf-devel
|
||||
@ -145,6 +133,21 @@ fi
|
||||
%{_datadir}/gtk-doc/html/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 11 2019 Automatic Build System <autodist@mambasoft.it> 0.34.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user