Compare commits
6 Commits
0.26.0-1ma
...
0.30.1-1ma
Author | SHA1 | Date | |
---|---|---|---|
a306d526ce | |||
d730b4837c | |||
4f8e36eb43 | |||
e17e4fe64b | |||
e3c2c17c51 | |||
2afac2c810 |
48
dconf.spec
48
dconf.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: dconf
|
||||
Version: 0.26.0
|
||||
Version: 0.30.1
|
||||
Release: 1mamba
|
||||
Summary: A low-level configuration system
|
||||
Group: System/Management
|
||||
@ -12,20 +12,11 @@ Source: ftp://ftp.gnome.org/pub/gnome/sources/dconf/%{majver}/dconf-%{ver
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: libdconf = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -70,12 +61,14 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%make
|
||||
%meson \
|
||||
-Dgtk_doc=true
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
#% find_lang %{name}
|
||||
|
||||
@ -98,7 +91,9 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/bash-completion/completions/dconf
|
||||
%{_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
|
||||
@ -116,12 +111,8 @@ fi
|
||||
#-f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdconf.so.*
|
||||
#%{_libdir}/libdconf-dbus-1.so.*
|
||||
%{_libdir}/gio/modules/libdconfsettings.so
|
||||
%{_libexecdir}/dconf-service
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||
#%{_datadir}/dbus-1/system-services/ca.desrt.dconf.service
|
||||
%{_mandir}/man1/dconf-service.1*
|
||||
%doc COPYING
|
||||
|
||||
%files -n libdconf-devel
|
||||
@ -142,6 +133,25 @@ fi
|
||||
%{_datadir}/gtk-doc/html/%{name}/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- update to 0.27.1
|
||||
- move dbus service from lib to main package to fix multilib libdconf installations
|
||||
|
||||
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 0.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 0.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user