automatic version update by autodist [release 42.0-1mamba;Sat Apr 02 2022]
This commit is contained in:
parent
886142412a
commit
3a814c1fff
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1)
|
%define majver %(echo %version | cut -d. -f 1)
|
||||||
|
|
||||||
Name: gnome-desktop
|
Name: gnome-desktop
|
||||||
Version: 41.3
|
Version: 42.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Libraries for the Gnome desktop
|
Summary: Libraries for the Gnome desktop
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -9,7 +9,6 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
# bugfixes: https://download.gnome.org/sources/%{pkgname}
|
|
||||||
Source: https://download.gnome.org/sources/gnome-desktop/%{majver}/gnome-desktop-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/gnome-desktop/%{majver}/gnome-desktop-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -19,6 +18,7 @@ BuildRequires: iso-codes-devel
|
|||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libgtk3-devel
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
BuildRequires: libsystemd-devel
|
BuildRequires: libsystemd-devel
|
||||||
@ -96,7 +96,7 @@ rm -rf %{buildroot}/var/scrollkeeper
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_bindir}/*
|
#%{_bindir}/*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
|
%{_libdir}/girepository-1.0/Gnome*.typelib
|
||||||
%dir %{_libexecdir}/gnome-desktop-debug
|
%dir %{_libexecdir}/gnome-desktop-debug
|
||||||
%{_libexecdir}/gnome-desktop-debug/*
|
%{_libexecdir}/gnome-desktop-debug/*
|
||||||
%{_datadir}/gnome/*
|
%{_datadir}/gnome/*
|
||||||
@ -107,16 +107,22 @@ rm -rf %{buildroot}/var/scrollkeeper
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/gnome-desktop*.pc
|
|
||||||
%dir %{_includedir}/gnome-desktop-3.0
|
%dir %{_includedir}/gnome-desktop-3.0
|
||||||
%{_includedir}/gnome-desktop-3.0/*
|
%{_includedir}/gnome-desktop-3.0/*
|
||||||
%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir
|
%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir
|
||||||
|
%dir %{_includedir}/gnome-desktop-4.0
|
||||||
|
%{_includedir}/gnome-desktop-4.0/*
|
||||||
|
%{_datadir}/gir-1.0/Gnome*-4.0.gir
|
||||||
|
%{_libdir}/pkgconfig/gnome-*.pc
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/%{name}3/
|
%{_datadir}/gtk-doc/html/%{name}3/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 42.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 12 2022 Automatic Build System <autodist@mambasoft.it> 41.3-1mamba
|
* Wed Jan 12 2022 Automatic Build System <autodist@mambasoft.it> 41.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user