update to 0.40.0 [release 0.40.0-1mamba;Sat Mar 27 2021]
This commit is contained in:
parent
2783956ec3
commit
6d7ffee8bb
14
dconf.spec
14
dconf.spec
@ -1,14 +1,14 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.38.0
|
Version: 0.40.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A low-level configuration system
|
Summary: A low-level configuration system
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://live.gnome.org/dconf
|
URL: https://live.gnome.org/dconf
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/dconf/%{majver}/dconf-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/dconf/%{majver}/dconf-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -17,7 +17,6 @@ BuildRequires: libglib-devel
|
|||||||
Requires: libdconf = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libdconf = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.
|
dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.
|
||||||
@ -45,7 +44,6 @@ Requires: libdconf = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description -n libdconf-devel
|
%description -n libdconf-devel
|
||||||
dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.
|
dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.
|
||||||
|
|
||||||
This package includes the files needed for development.
|
This package includes the files needed for development.
|
||||||
|
|
||||||
%package apidocs
|
%package apidocs
|
||||||
@ -57,6 +55,8 @@ Requires: gtk-doc
|
|||||||
%description apidocs
|
%description apidocs
|
||||||
This package includes the %{name} API documentation.
|
This package includes the %{name} API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -92,6 +92,7 @@ fi
|
|||||||
%{_datadir}/bash-completion/completions/dconf
|
%{_datadir}/bash-completion/completions/dconf
|
||||||
%{_bindir}/dconf
|
%{_bindir}/dconf
|
||||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||||
|
%{_userunitdir}/dconf.service
|
||||||
%{_mandir}/man1/dconf.1*
|
%{_mandir}/man1/dconf.1*
|
||||||
%{_mandir}/man1/dconf-service.1*
|
%{_mandir}/man1/dconf-service.1*
|
||||||
%{_mandir}/man7/dconf.7*
|
%{_mandir}/man7/dconf.7*
|
||||||
@ -133,6 +134,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/%{name}/*
|
%{_datadir}/gtk-doc/html/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.40.0-1mamba
|
||||||
|
- update to 0.40.0
|
||||||
|
|
||||||
* Fri Sep 18 2020 Automatic Build System <autodist@mambasoft.it> 0.38.0-1mamba
|
* Fri Sep 18 2020 Automatic Build System <autodist@mambasoft.it> 0.38.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user