]> git.pld-linux.org Git - packages/libgusb.git/blobdiff - libgusb.spec
- up to 0.2.11
[packages/libgusb.git] / libgusb.spec
index 8e4973b142377cd9ee5d2900576c86bcb17b9d2f..cd6276080c99c1cc2fbcb3d8018cf06ed028e6e4 100644 (file)
@@ -2,21 +2,21 @@
 # Conditional build:
 %bcond_without apidocs         # do not build and package API docs
 %bcond_without vala            # Vala API
-#
+
 Summary:       GUsb - GObject wrapper for libusb1 library
 Summary(pl.UTF-8):     GUsb - obudowanie GObject biblioteki libusb1
 Name:          libgusb
-Version:       0.2.4
-Release:       2
+Version:       0.2.11
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
-# Source0-md5: 279683b51fa8fc2bb29216cc165a1e32
+Source0:       https://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
+# Source0-md5: fa2b41b828c749f9190edf888948a77b
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
-BuildRequires: gtk-doc >= 1.9
 BuildRequires: glib2-devel >= 1:2.38.0
 BuildRequires: gobject-introspection-devel >= 1.29
+BuildRequires: gtk-doc >= 1.9
 BuildRequires: libtool >= 2:2.2
 BuildRequires: libusb-devel >= 1.0.19
 BuildRequires: pkgconfig
@@ -36,8 +36,8 @@ system daemon.
 
 %description -l pl.UTF-8
 GUsb to obudowanie GObject biblioteki libusb1, ułatwiające
-asynchroniczne sterowanie oraz przesyłanie danych (typu bulk jak i
-użyciem przerwań) z właściwym przerywaniem i integracją w głównej
+asynchroniczne sterowanie oraz przesyłanie danych (typu bulk jak i z
+użyciem przerwań) z właściwym przerywaniem i integracją w głównej
 pętli. Ułatwia to integrowanie niskopoziomowego przesyłania danych po
 USB w wysokopoziomowej aplikacji lub demonie systemowym.
 
@@ -71,6 +71,9 @@ Statyczna biblioteka GUsb.
 Summary:       GUsb API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki GUsb
 Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API and internal documentation for GUsb library.
@@ -84,6 +87,9 @@ Summary(pl.UTF-8):    API języka Vala do libgusb
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 Requires:      vala >= 2:0.16
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description -n vala-libgusb
 Vala API for libgusb.
@@ -124,6 +130,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS MAINTAINERS NEWS README TODO
+%attr(755,root,root) %{_bindir}/gusbcmd
 %attr(755,root,root) %{_libdir}/libgusb.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgusb.so.2
 %{_libdir}/girepository-1.0/GUsb-1.0.typelib
This page took 0.106043 seconds and 4 git commands to generate.