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