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
|
Name: gnome-autoar
|
||||||
Version: 0.4.3
|
Version: 0.4.4
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Creating and extracting archives
|
Summary: Creating and extracting archives
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://gitlab.gnome.org/GNOME/gnome-autoar
|
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.
|
development header files, libraries for programs using the gnome-autoar library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dvapi=true \
|
%meson -Dvapi=true \
|
||||||
-Dgtk_doc=true \
|
-Dgtk_doc=true \
|
||||||
-Dtests=true
|
-Dtests=true \
|
||||||
|
%{nil}
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -38,6 +39,7 @@ development header files, libraries for programs using the gnome-autoar library.
|
|||||||
%meson_test
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%doc NEWS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/girepository-1.0/*.typelib
|
%{_libdir}/girepository-1.0/*.typelib
|
||||||
%{_libdir}/libgnome-autoar-0.so.0*
|
%{_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
|
%{_datadir}/vala/vapi/gnome-autoar-gtk-0.deps
|
||||||
|
|
||||||
%changelog
|
%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
|
- fix spec changelog date
|
||||||
|
|
||||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.4.3-1
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.4.3-1
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: gitlab.gnome
|
version_control: gitlab.gnome
|
||||||
src_repo: gnome-autoar
|
src_repo: gnome-autoar
|
||||||
tag_prefix: ^v
|
tag_prefix: ^v
|
||||||
seperator: .
|
separator: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user