Package init
This commit is contained in:
commit
6d74c77423
BIN
gnome-autoar-0.2.3.tar.xz
Normal file
BIN
gnome-autoar-0.2.3.tar.xz
Normal file
Binary file not shown.
52
gnome-autoar.spec
Normal file
52
gnome-autoar.spec
Normal file
@ -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 <yanglijin@huawei.com> - 0.2.3-3
|
||||||
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user