rebuilt with libnm 1.22.2 [release 1.8.24-2mamba;Fri Jan 10 2020]
This commit is contained in:
parent
542e69c237
commit
31d3d08b73
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: network-manager-applet
|
||||
Version: 1.8.16
|
||||
Release: 1mamba
|
||||
Version: 1.8.24
|
||||
Release: 2mamba
|
||||
Summary: A GNOME applet to control network connections
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
Vendor: openmamba
|
||||
@ -52,6 +52,7 @@ BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libdbus-glib-tools
|
||||
BuildRequires: libnm-devel >= 1.22.2
|
||||
Requires: NetworkManager
|
||||
Requires: ModemManager
|
||||
Requires: gnome-keyring
|
||||
@ -103,7 +104,7 @@ This package contains the development files for libnm-gtk.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang nm-applet
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -125,7 +126,7 @@ fi
|
||||
%post -n libnm-gtk -p /sbin/ldconfig
|
||||
%postun -n libnm-gtk -p /sbin/ldconfig
|
||||
|
||||
%files -f nm-applet.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
#%{_sysconfdir}/gconf/schemas/nm-applet.schemas
|
||||
%{_sysconfdir}/xdg/autostart/nm-applet.desktop
|
||||
@ -150,33 +151,45 @@ fi
|
||||
|
||||
%files -n libnm-gtk
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnm-gtk.so.*
|
||||
#%{_libdir}/libnm-gtk.so.*
|
||||
%{_libdir}/libnma.so.*
|
||||
%{_libdir}/girepository-1.0/NMGtk-1.0.typelib
|
||||
#%{_libdir}/girepository-1.0/NMGtk-1.0.typelib
|
||||
%{_libdir}/girepository-1.0/NMA-1.0.typelib
|
||||
%doc COPYING
|
||||
|
||||
%files -n libnm-gtk-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libnm-gtk
|
||||
%{_includedir}/libnm-gtk/nm-*.h
|
||||
#%dir %{_includedir}/libnm-gtk
|
||||
#%{_includedir}/libnm-gtk/nm-*.h
|
||||
%dir %{_includedir}/libnma
|
||||
%{_includedir}/libnma/*
|
||||
%{_libdir}/libnm-gtk.a
|
||||
%{_libdir}/libnm-gtk.la
|
||||
%{_libdir}/libnm-gtk.so
|
||||
#%{_libdir}/libnm-gtk.a
|
||||
#%{_libdir}/libnm-gtk.la
|
||||
#%{_libdir}/libnm-gtk.so
|
||||
%{_libdir}/libnma.a
|
||||
%{_libdir}/libnma.la
|
||||
%{_libdir}/libnma.so
|
||||
%dir %{_datadir}/gtk-doc/html/libnma
|
||||
%{_datadir}/gtk-doc/html/libnma/*
|
||||
%{_datadir}/gir-1.0/NMGtk-1.0.gir
|
||||
#%{_datadir}/gir-1.0/NMGtk-1.0.gir
|
||||
%{_datadir}/gir-1.0/NMA-1.0.gir
|
||||
%{_libdir}/pkgconfig/libnm-gtk.pc
|
||||
#%{_libdir}/pkgconfig/libnm-gtk.pc
|
||||
%{_libdir}/pkgconfig/libnma.pc
|
||||
%doc ChangeLog NEWS
|
||||
|
||||
%changelog
|
||||
* Fri Jan 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.24-2mamba
|
||||
- rebuilt with libnm 1.22.2
|
||||
|
||||
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 1.8.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 12 2019 Automatic Build System <autodist@mambasoft.it> 1.8.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 24 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.20-1mamba
|
||||
- update to 1.8.20
|
||||
|
||||
* Wed Aug 08 2018 Automatic Build System <autodist@mambasoft.it> 1.8.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user