automatic version update by autodist [release 236-1mamba;Mon Mar 22 2021]
This commit is contained in:
parent
9c981a3764
commit
03f481de9a
@ -1,5 +1,5 @@
|
|||||||
Name: libgudev
|
Name: libgudev
|
||||||
Version: 234
|
Version: 236
|
||||||
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
|
||||||
@ -22,7 +22,6 @@ BuildRequires: libudev-devel
|
|||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is libgudev, a library providing GObject bindings for libudev. It used to be part of udev, then merged into systemd. It's now a project on its own.
|
This is libgudev, a library providing GObject bindings for libudev. It used to be part of udev, then merged into systemd. It's now a project on its own.
|
||||||
@ -31,7 +30,6 @@ This is libgudev, a library providing GObject bindings for libudev. It used to b
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -52,17 +50,16 @@ This package includes the %{name} API documentation.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson \
|
||||||
--enable-gtk-doc \
|
-Dgtk_doc=true
|
||||||
--disable-umockdev
|
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
rm -f %{buildroot}%{_libdir}/libgudev-1.0.la
|
#rm -f %{buildroot}%{_libdir}/libgudev-1.0.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -83,6 +80,7 @@ rm -f %{buildroot}%{_libdir}/libgudev-1.0.la
|
|||||||
%{_includedir}/gudev-1.0/gudev/gudev*.h
|
%{_includedir}/gudev-1.0/gudev/gudev*.h
|
||||||
%{_libdir}/libgudev-1.0.so
|
%{_libdir}/libgudev-1.0.so
|
||||||
%{_libdir}/pkgconfig/gudev-1.0.pc
|
%{_libdir}/pkgconfig/gudev-1.0.pc
|
||||||
|
%{_datadir}/vala/vapi/gudev-1.0.*
|
||||||
%{_datadir}/gir-1.0/GUdev-1.0.gir
|
%{_datadir}/gir-1.0/GUdev-1.0.gir
|
||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
|
|
||||||
@ -92,6 +90,9 @@ rm -f %{buildroot}%{_libdir}/libgudev-1.0.la
|
|||||||
%{_datadir}/gtk-doc/html/gudev/*
|
%{_datadir}/gtk-doc/html/gudev/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 236-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Sep 16 2020 Automatic Build System <autodist@mambasoft.it> 234-1mamba
|
* Wed Sep 16 2020 Automatic Build System <autodist@mambasoft.it> 234-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user