update to 232 [release 232-1mamba;Sun Nov 19 2017]
This commit is contained in:
parent
b448eb6ebd
commit
18d451b597
@ -1,5 +1,5 @@
|
||||
Name: libgudev
|
||||
Version: 230
|
||||
Version: 232
|
||||
Release: 1mamba
|
||||
Summary: A library providing GObject bindings for libudev
|
||||
Group: System/Libraries
|
||||
@ -11,12 +11,15 @@ Source: https://download.gnome.org/sources/libgudev/%{version}/libgudev-%
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libmount-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -49,13 +52,18 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
--disable-umockdev
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
rm -f %{buildroot}%{_libdir}/libgudev-1.0.la
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -73,7 +81,6 @@ This package includes the %{name} API documentation.
|
||||
%dir %{_includedir}/gudev-1.0
|
||||
%dir %{_includedir}/gudev-1.0/gudev
|
||||
%{_includedir}/gudev-1.0/gudev/gudev*.h
|
||||
%{_libdir}/libgudev-1.0.la
|
||||
%{_libdir}/libgudev-1.0.so
|
||||
%{_libdir}/pkgconfig/gudev-1.0.pc
|
||||
%{_datadir}/gir-1.0/GUdev-1.0.gir
|
||||
@ -85,5 +92,8 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/gtk-doc/html/gudev/*
|
||||
|
||||
%changelog
|
||||
* Sun Nov 19 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 232-1mamba
|
||||
- update to 232
|
||||
|
||||
* Sun Jun 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 230-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user