automatic version update by autodist [release 3.42.0-1mamba;Sun Sep 05 2021]
This commit is contained in:
parent
fe0482b18d
commit
97dca53ca0
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libdazzle
|
||||
Version: 3.40.0
|
||||
Version: 3.42.0
|
||||
Release: 1mamba
|
||||
Summary: A companion library to GObject and Gtk+
|
||||
Group: System/Libraries
|
||||
@ -15,7 +15,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libpango-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
@ -46,13 +46,15 @@ This package contains libraries and header files for developing applications tha
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} --all-name --with-man
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdazzle-1.0.so.*
|
||||
%{_libdir}/girepository-1.0/Dazzle-1.0.typelib
|
||||
@ -71,6 +73,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc NEWS README.md
|
||||
|
||||
%changelog
|
||||
* Sun Sep 05 2021 Automatic Build System <autodist@mambasoft.it> 3.42.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 3.40.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user