automatic version update by autodist [release 0.3.0-1mamba;Fri Aug 17 2018]
This commit is contained in:
parent
fff6435481
commit
2a54c98e92
20
libgusb.spec
20
libgusb.spec
@ -1,5 +1,5 @@
|
||||
Name: libgusb
|
||||
Version: 0.2.11
|
||||
Version: 0.3.0
|
||||
Release: 1mamba
|
||||
Summary: A GObject wrapper for libusb1
|
||||
Group: System/Libraries
|
||||
@ -57,12 +57,13 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-gtk-doc
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -82,13 +83,13 @@ This package includes the %{name} API documentation.
|
||||
%{_includedir}/gusb-1/*.h
|
||||
%dir %{_includedir}/gusb-1/gusb
|
||||
%{_includedir}/gusb-1/gusb/*.h
|
||||
%{_libdir}/libgusb.a
|
||||
%{_libdir}/libgusb.la
|
||||
#%{_libdir}/libgusb.a
|
||||
#%{_libdir}/libgusb.la
|
||||
%{_libdir}/libgusb.so
|
||||
%{_datadir}/gir-1.0/GUsb-1.0.gir
|
||||
%{_datadir}/vala/vapi/gusb.vapi
|
||||
%{_datadir}/vala/vapi/gusb.*
|
||||
%{_libdir}/pkgconfig/gusb.pc
|
||||
%doc NEWS README TODO
|
||||
%doc NEWS
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
@ -100,6 +101,9 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/gtk-doc/html/gusb/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 17 2018 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 06 2017 Automatic Build System <autodist@mambasoft.it> 0.2.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user