automatic version update by autodist [release 1.8.0-1mamba;Mon May 09 2022]
This commit is contained in:
parent
290744044d
commit
bfcfc2a2de
24
fwupd.spec
24
fwupd.spec
@ -1,5 +1,5 @@
|
||||
Name: fwupd
|
||||
Version: 1.7.7
|
||||
Version: 1.8.0
|
||||
Release: 1mamba
|
||||
Summary: A simple daemon to allow session software to update firmware
|
||||
Group: System/Kernel and Hardware
|
||||
@ -22,12 +22,15 @@ BuildRequires: libgudev-devel
|
||||
BuildRequires: libgusb-devel
|
||||
BuildRequires: libjcat-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmbim-devel
|
||||
BuildRequires: libmm-devel
|
||||
BuildRequires: libpolkit-devel
|
||||
BuildRequires: libprotobuf-c-devel
|
||||
BuildRequires: libqmi-devel
|
||||
BuildRequires: libsmbios-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libtss2-devel
|
||||
BuildRequires: libxmlb-devel
|
||||
BuildRequires: valgrind-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -61,7 +64,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%prep
|
||||
%setup -q
|
||||
#sed -i "s|'python3'|'python3.6'|" meson.build
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -143,28 +146,26 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_datadir}/polkit-1/rules.d/org.freedesktop.fwupd.rules
|
||||
%{_datadir}/vala/vapi/fwupd.deps
|
||||
%{_datadir}/vala/vapi/fwupd.vapi
|
||||
#%{_localstatedir}/lib/fwupd/builder/README.md
|
||||
%{_mandir}/man1/dbxtool.1*
|
||||
%{_mandir}/man1/dfu-tool.1*
|
||||
%{_mandir}/man1/fwupdmgr.1*
|
||||
%{_mandir}/man1/fwupdagent.1*
|
||||
%{_mandir}/man1/fwupdate.1*
|
||||
%{_mandir}/man1/fwupdtool.1*
|
||||
#%{_mandir}/man1/fwupdtpmevlog.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libfwupd.so.*
|
||||
%{_libdir}/libfwupdplugin.so.*
|
||||
%dir %{_libdir}/fwupd-plugins-5
|
||||
%{_libdir}/fwupd-plugins-5/libfu_plugin_*.so
|
||||
%dir %{_libdir}/fwupd-plugins-*
|
||||
%{_libdir}/fwupd-plugins-*/libfu_plugin_*.so
|
||||
%{_libdir}/girepository-1.0/Fwupd-2.0.typelib
|
||||
%{_libdir}/girepository-1.0/FwupdPlugin-1.0.typelib
|
||||
%dir %{_libexecdir}/fwupd
|
||||
%{_libexecdir}/fwupd/fwupd*
|
||||
%dir %{_libexecdir}/installed-tests/fwupd
|
||||
%{_libexecdir}/installed-tests/fwupd/*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -180,10 +181,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/pkgconfig/fwupd.pc
|
||||
%{_datadir}/gir-1.0/Fwupd-2.0.gir
|
||||
%{_datadir}/gir-1.0/FwupdPlugin-1.0.gir
|
||||
#%{_datadir}/vala/vapi/fwupdplugin.deps
|
||||
#%{_datadir}/vala/vapi/fwupdplugin.vapi
|
||||
#%dir %{_datadir}/gtk-doc/html/libfwupd
|
||||
#%{_datadir}/gtk-doc/html/libfwupd/*
|
||||
%dir %{_datadir}/installed-tests/fwupd
|
||||
%{_datadir}/installed-tests/fwupd/*
|
||||
%dir %{_datadir}/doc/fwupd
|
||||
@ -191,6 +188,9 @@ This package contains libraries and header files for developing applications tha
|
||||
#%doc README.md
|
||||
|
||||
%changelog
|
||||
* Mon May 09 2022 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 18 2022 Automatic Build System <autodist@mambasoft.it> 1.7.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user