update to 3.42.0.1 [release 3.42.0.1-1mamba;Mon Dec 27 2021]
This commit is contained in:
parent
97dca53ca0
commit
73811cc727
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libdazzle
|
Name: libdazzle
|
||||||
Version: 3.42.0
|
Version: 3.42.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A companion library to GObject and Gtk+
|
Summary: A companion library to GObject and Gtk+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,8 @@ 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
|
||||||
Source: https://download.gnome.org/sources/libdazzle/%{majver}/libdazzle-%{version}.tar.xz
|
Source: https://gitlab.gnome.org/GNOME/libdazzle.git/%{version}/libdazzle-%{version}.tar.bz2
|
||||||
|
#Source: https://download.gnome.org/sources/libdazzle/%{majver}/libdazzle-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -26,8 +27,7 @@ The libdazzle library is a companion library to GObject and Gtk+..
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
Requires: pkg-config
|
||||||
#Requires: pkg-config
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@ -66,13 +66,16 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/libdazzle-1.0
|
%dir %{_includedir}/libdazzle-1.0
|
||||||
%{_includedir}/libdazzle-1.0/*
|
%{_includedir}/libdazzle-1.0/*
|
||||||
%{_libdir}/libdazzle-1.0.so
|
%{_libdir}/libdazzle-1.0.so
|
||||||
%{_libdir}/pkgconfig/libdazzle-1.0.pc
|
|
||||||
%{_datadir}/gir-1.0/Dazzle-1.0.gir
|
%{_datadir}/gir-1.0/Dazzle-1.0.gir
|
||||||
%{_datadir}/vala/vapi/libdazzle-1.0.deps
|
%{_datadir}/vala/vapi/libdazzle-1.0.deps
|
||||||
%{_datadir}/vala/vapi/libdazzle-1.0.vapi
|
%{_datadir}/vala/vapi/libdazzle-1.0.vapi
|
||||||
|
%{_libdir}/pkgconfig/libdazzle-1.0.pc
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.42.0.1-1mamba
|
||||||
|
- update to 3.42.0.1
|
||||||
|
|
||||||
* Sun Sep 05 2021 Automatic Build System <autodist@mambasoft.it> 3.42.0-1mamba
|
* Sun Sep 05 2021 Automatic Build System <autodist@mambasoft.it> 3.42.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user