update to version 0.4.4
This commit is contained in:
parent
82e9ebb23b
commit
aea1c575f1
Binary file not shown.
BIN
gnome-autoar-0.4.4.tar.xz
Normal file
BIN
gnome-autoar-0.4.4.tar.xz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Name: gnome-autoar
|
||||
Version: 0.4.3
|
||||
Release: 2
|
||||
Version: 0.4.4
|
||||
Release: 1
|
||||
Summary: Creating and extracting archives
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-autoar
|
||||
@ -21,12 +21,13 @@ Requires: %{name} = %{version}-%{release}
|
||||
development header files, libraries for programs using the gnome-autoar library.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Dvapi=true \
|
||||
-Dgtk_doc=true \
|
||||
-Dtests=true
|
||||
-Dtests=true \
|
||||
%{nil}
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -38,6 +39,7 @@ development header files, libraries for programs using the gnome-autoar library.
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%doc NEWS
|
||||
%license COPYING
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%{_libdir}/libgnome-autoar-0.so.0*
|
||||
@ -54,7 +56,10 @@ development header files, libraries for programs using the gnome-autoar library.
|
||||
%{_datadir}/vala/vapi/gnome-autoar-gtk-0.deps
|
||||
|
||||
%changelog
|
||||
* Wed May 18 2022 loong_C <loong_c@yeah.net> - 0.4.3-2
|
||||
* Wed Nov 22 2023 lwg <liweiganga@uniontech.com> - 0.4.4-1
|
||||
- update to version 0.4.4
|
||||
|
||||
* Wed May 18 2022 lwg <liweiganga@uniontech.com> - 0.4.3-2
|
||||
- fix spec changelog date
|
||||
|
||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.4.3-1
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: gitlab.gnome
|
||||
src_repo: gnome-autoar
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
separator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user