53 lines
1.3 KiB
RPMSpec
53 lines
1.3 KiB
RPMSpec
|
|
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 <yanglijin@huawei.com> - 0.2.3-3
|
||
|
|
- Package init
|