gnome-autoar/gnome-autoar.spec

91 lines
2.2 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:41:00 -04:00
Name: gnome-autoar
2023-11-22 09:51:20 +08:00
Version: 0.4.4
Release: 1
2019-09-30 10:41:00 -04:00
Summary: Creating and extracting archives
License: LGPLv2+
2022-04-13 11:01:39 +08:00
URL: https://gitlab.gnome.org/GNOME/gnome-autoar
Source0: https://download.gnome.org/sources/%{name}/0.4/%{name}-%{version}.tar.xz
2021-03-19 16:01:57 +08:00
2021-07-20 16:06:19 +08:00
BuildRequires: gcc vala pkgconfig(gio-2.0) pkgconfig(glib-2.0) pkgconfig(gobject-2.0)
2019-09-30 10:41:00 -04:00
BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(gtk+-3.0) pkgconfig(libarchive)
2022-04-13 11:01:39 +08:00
BuildRequires: meson gtk-doc
2019-09-30 10:41:00 -04:00
%description
Automatic archives creating and extracting library.
%package devel
Summary: development header files, libraries for application use the gnome-autoar package
Requires: %{name} = %{version}-%{release}
%description devel
development header files, libraries for programs using the gnome-autoar library.
%prep
2023-11-22 09:51:20 +08:00
%autosetup -p1
2019-09-30 10:41:00 -04:00
%build
2022-04-13 11:01:39 +08:00
%meson -Dvapi=true \
-Dgtk_doc=true \
2023-11-22 09:51:20 +08:00
-Dtests=true \
%{nil}
2022-04-13 11:01:39 +08:00
%meson_build
2019-09-30 10:41:00 -04:00
%install
2022-04-13 11:01:39 +08:00
%meson_install
2019-09-30 10:41:00 -04:00
%delete_la
%check
2022-04-13 11:01:39 +08:00
%meson_test
2019-09-30 10:41:00 -04:00
%files
2023-11-22 09:51:20 +08:00
%doc NEWS
2019-09-30 10:41:00 -04:00
%license COPYING
%{_libdir}/girepository-1.0/*.typelib
%{_libdir}/libgnome-autoar-0.so.0*
%{_libdir}/libgnome-autoar-gtk-0.so.0*
%files devel
%{_includedir}/gnome-autoar-0/
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_datadir}/gir-1.0/*.gir
%{_datadir}/gtk-doc/
%{_datadir}/vala/vapi/*.vapi
2022-04-13 11:01:39 +08:00
%{_datadir}/vala/vapi/gnome-autoar-0.deps
%{_datadir}/vala/vapi/gnome-autoar-gtk-0.deps
2019-09-30 10:41:00 -04:00
%changelog
2023-11-22 09:51:20 +08:00
* 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
2022-05-18 20:49:09 +08:00
- fix spec changelog date
2022-04-13 11:01:39 +08:00
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.4.3-1
- Upgrade to 0.4.3
2022-05-18 20:49:09 +08:00
* Tue Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 0.2.4-4
2021-07-20 16:06:19 +08:00
- delete gdb in buildrequires
* Wed Apr 14 2021 Dehui Fan <fandehui1@huawei.com> - 0.2.4-3
- Type: CVE
- ID: CVE-2021-28650
- SUG: NA
- DESC: fix CVE-2021-28650, remove CVE-2020-36241
2021-03-19 16:01:57 +08:00
* Fri Mar 19 2021 Dehui Fan <fandehui1@huawei.com> - 0.2.4-2
Type: CVE
ID: CVE-2020-36241
SUG: NA
DESC: fix CVE-2020-36241
2021-01-29 17:22:03 +08:00
* Fri Jan 29 2021 yanglu <yanglu60@huawei.com> - 0.2.4-1
- update to 0.2.4
2020-03-20 11:19:17 +08:00
* Fri Mar 20 2020 songnnannan <songnannan2@huawei.com> - 0.2.3-4
- add gdb in buildrequires
2019-09-30 10:41:00 -04:00
* Tue Sep 17 2019 Lijin Yang <yanglijin@huawei.com> - 0.2.3-3
- Package init