Compare commits
6 Commits
0.30.0-2ma
...
0.40.0-1ma
Author | SHA1 | Date | |
---|---|---|---|
6d7ffee8bb | |||
2783956ec3 | |||
0ae4661844 | |||
8f3b418516 | |||
91c3dd96f7 | |||
a306d526ce |
31
dconf.spec
31
dconf.spec
@ -1,14 +1,14 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: dconf
|
||||
Version: 0.30.0
|
||||
Release: 2mamba
|
||||
Version: 0.40.0
|
||||
Release: 1mamba
|
||||
Summary: A low-level configuration system
|
||||
Group: System/Management
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://live.gnome.org/dconf
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/dconf/%{majver}/dconf-%{version}.tar.xz
|
||||
URL: https://live.gnome.org/dconf
|
||||
Source: https://download.gnome.org/sources/dconf/%{majver}/dconf-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -17,7 +17,6 @@ BuildRequires: libglib-devel
|
||||
Requires: libdconf = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -45,7 +44,6 @@ Requires: libdconf = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%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.
|
||||
|
||||
This package includes the files needed for development.
|
||||
|
||||
%package apidocs
|
||||
@ -57,6 +55,8 @@ Requires: gtk-doc
|
||||
%description apidocs
|
||||
This package includes the %{name} API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -92,6 +92,7 @@ fi
|
||||
%{_datadir}/bash-completion/completions/dconf
|
||||
%{_bindir}/dconf
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||
%{_userunitdir}/dconf.service
|
||||
%{_mandir}/man1/dconf.1*
|
||||
%{_mandir}/man1/dconf-service.1*
|
||||
%{_mandir}/man7/dconf.7*
|
||||
@ -133,6 +134,24 @@ fi
|
||||
%{_datadir}/gtk-doc/html/%{name}/*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 14 2020 Automatic Build System <autodist@mambasoft.it> 0.36.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user