commit 6d74c774233da1b45b33d554385d9a6c39eea0f6 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:41:00 2019 -0400 Package init diff --git a/gnome-autoar-0.2.3.tar.xz b/gnome-autoar-0.2.3.tar.xz new file mode 100644 index 0000000..408b1eb Binary files /dev/null and b/gnome-autoar-0.2.3.tar.xz differ diff --git a/gnome-autoar.spec b/gnome-autoar.spec new file mode 100644 index 0000000..543c66a --- /dev/null +++ b/gnome-autoar.spec @@ -0,0 +1,52 @@ +Name: gnome-autoar +Version: 0.2.3 +Release: 3 +Summary: Creating and extracting archives +License: LGPLv2+ +URL: https://git.gnome.org/browse/gnome-autoar +Source0: https://download.gnome.org/sources/gnome-autoar/0.2/gnome-autoar-%{version}.tar.xz + +BuildRequires: gcc vala pkgconfig(gio-2.0) pkgconfig(glib-2.0) pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(gtk+-3.0) pkgconfig(libarchive) + +%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 +%autosetup -n %{name}-%{version} -p1 + +%build +%configure --disable-static +%make_build + +%install +%make_install +%delete_la + +%check +make check + +%files +%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 + +%changelog +* Tue Sep 17 2019 Lijin Yang - 0.2.3-3 +- Package init