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