Compare commits
14 Commits
0.20.0-2ma
...
0.40.0-1ma
Author | SHA1 | Date | |
---|---|---|---|
6d7ffee8bb | |||
2783956ec3 | |||
0ae4661844 | |||
8f3b418516 | |||
91c3dd96f7 | |||
a306d526ce | |||
d730b4837c | |||
4f8e36eb43 | |||
e17e4fe64b | |||
e3c2c17c51 | |||
2afac2c810 | |||
242099a284 | |||
90f6140526 | |||
edd6491fdc |
116
dconf.spec
116
dconf.spec
@ -1,32 +1,22 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: dconf
|
||||
Version: 0.20.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
|
||||
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}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
|
||||
%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.
|
||||
@ -54,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
|
||||
@ -66,18 +55,22 @@ Requires: gtk-doc
|
||||
%description apidocs
|
||||
This package includes the %{name} API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%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}
|
||||
#% find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -98,39 +91,38 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%{_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*
|
||||
|
||||
%files editor
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/dconf-editor
|
||||
%{_datadir}/appdata/dconf-editor.appdata.xml
|
||||
%{_datadir}/applications/dconf-editor.desktop
|
||||
#%dir %{_datadir}/dconf-editor
|
||||
#%{_datadir}/dconf-editor/*
|
||||
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
||||
%{_datadir}/icons/HighContrast/*/apps/dconf-editor.png
|
||||
%{_mandir}/man1/dconf-editor.1*
|
||||
#%files editor
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/dconf-editor
|
||||
#%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
|
||||
#%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
||||
#%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
||||
#%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
||||
#%{_datadir}/icons/HighContrast/*/apps/dconf-editor.png
|
||||
#%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||
#%{_mandir}/man1/dconf-editor.1*
|
||||
|
||||
%files -n libdconf -f %{name}.lang
|
||||
%files -n libdconf
|
||||
#-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
|
||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||
%{_mandir}/man1/dconf-service.1*
|
||||
%doc COPYING
|
||||
|
||||
%files -n libdconf-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/dconf
|
||||
%{_includedir}/dconf/*
|
||||
%{_includedir}/dconf-dbus-1/dconf-dbus-1.h
|
||||
#%{_includedir}/dconf-dbus-1/dconf-dbus-1.h
|
||||
%{_libdir}/libdconf.so
|
||||
%{_libdir}/libdconf-dbus-1.so
|
||||
#%{_libdir}/libdconf-dbus-1.so
|
||||
%{_libdir}/pkgconfig/dconf*.pc
|
||||
%{_datadir}/vala/vapi/dconf.deps
|
||||
%{_datadir}/vala/vapi/dconf.vapi
|
||||
@ -142,6 +134,52 @@ 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
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Apr 16 2015 Automatic Build System <autodist@mambasoft.it> 0.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 21 2014 Automatic Build System <autodist@mambasoft.it> 0.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 27 2014 Automatic Build System <autodist@mambasoft.it> 0.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.0-2mamba
|
||||
- libdconf: require at-spi2-core
|
||||
|
||||
|
Reference in New Issue
Block a user