%define _unpackaged_files_terminate_build 1 %define dbus_version 1.4.20 %define dbus_glib_version 0.96 %define gtk3_version 3.10.0 %define wireless_tools_version 29 %define libnl3_version 3.4.0 %define ppp_version 2.4.7 #define snapshot .git20090414 #define applet_snapshot %{nil} Name: network-manager-applet Summary: GNOME applications for use with NetworkManager Summary(ja): NetworkManager 用 GNOME アプリケーション Version: 1.8.10 Release: 1%{?snapshot}%{?_dist_release} Group: Applications/Internet License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: NetworkManager-glib-devel >= %{version} BuildRequires: ModemManager-glib-devel BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} BuildRequires: gtk3-devel BuildRequires: GConf2-devel BuildRequires: libgnome-keyring-devel #BuildRequires: gettext BuildRequires: libnotify-devel >= 0.7 BuildRequires: libgudev1-devel BuildRequires: libsecret-devel BuildRequires: pkgconfig(jansson) BuildRequires: pygobject3 BuildRequires: iso-codes Requires(post): chkconfig Requires(preun): chkconfig Requires: libnm-gtk = %{version}-%{release} Requires: NetworkManager >= %{version} Requires: dbus Requires: dbus-glib Requires: libnotify Requires: gnome-keyring Requires: nss Requires: gnome-icon-theme Obsoletes: NetworkManager-gnome < 0.9.7.0 Provides: NetworkManager-gnome = 0.9.7.0 Vendor: Project Vine Distribution: Vine Linux %description This package contains GNOME utilities and applications for use with NetworkManager, including a panel applet for wireless networks. %package -n libnm-gtk Summary: Private libraries for NetworkManager GUI support Group: System Environment/Libraries Requires: gtk3 >= %{gtk3_version} Obsoletes: NetworkManager-gtk < 0.9.7.0 Provides: NetworkManager-gtk = 0.9.7.0 %description -n libnm-gtk This package contains private libraries to be used only by nm-applet and the GNOME Control Center. %package -n libnm-gtk-devel Summary: Private header files for NetworkManager GUI support Group: Development/Libraries Requires: libnm-gtk = %{version}-%{release} Requires: gtk3-devel Requires: dbus-glib-devel Requires: pkgconfig Obsoletes: NetworkManager-gtk-devel < 0.9.7.0 Provides: NetworkManager-gtk-devel = 0.9.7.0 %description -n libnm-gtk-devel This package contains private header and pkg-config files to be used only by nm-applet and the GNOME control center. %package -n libnma Summary: Private libraries for NetworkManager GUI support Group: System Environment/Libraries %description -n libnma This package contains private libraries to be used only by nm-applet, nm-connection editor, and the GNOME Control Center. %package -n libnma-devel Summary: Private header files for NetworkManager GUI support Group: Development/Libraries Requires: pkgconfig Requires: pkgconfig(libnm) Requires: libnma = %{version}-%{release} Requires: NetworkManager-devel Requires: NetworkManager-libnm-devel %description -n libnma-devel This package contains private header and pkg-config files to be used only by nm-applet, nm-connection-editor, and the GNOME control center. %prep %setup -q %build export CFLAGS="$CFLAGS -Wno-error=deprecated-declarations" NOCONFIGURE=1 ./autogen.sh %configure --disable-static --without-selinux make %install %{__rm} -rf $RPM_BUILD_ROOT # install the applet make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties %find_lang nm-applet %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache -q %{_datadir}/icons/hicolor fi %postun touch --no-create %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache -q %{_datadir}/icons/hicolor fi if [ $1 -eq 0 ]; then glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %post -n libnm-gtk -p /sbin/ldconfig %postun -n libnm-gtk -p /sbin/ldconfig %files -f nm-applet.lang %defattr(-,root,root,0755) %{_bindir}/nm-applet %{_bindir}/nm-connection-editor #{_libexecdir}/nm-applet-migration-tool %{_datadir}/appdata/nm-connection-editor.appdata.xml %{_datadir}/applications/*.desktop #{_datadir}/nm-applet/ %{_datadir}/GConf/gsettings/nm-applet.convert %{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml %{_datadir}/icons/hicolor/16x16/apps/*.png %{_datadir}/icons/hicolor/22x22/apps/*.png %{_datadir}/icons/hicolor/32x32/apps/*.png %{_datadir}/icons/hicolor/48x48/apps/*.png %{_datadir}/icons/hicolor/scalable/apps/*.svg %{_sysconfdir}/xdg/autostart/nm-applet.desktop %dir %{_datadir}/gnome-vpn-properties ##%{_libdir}/gnome-bluetooth/plugins/libnma.so %{_mandir}/man1/nm-applet.1.gz %{_mandir}/man1/nm-connection-editor.1.gz %files -n libnm-gtk %defattr(-,root,root,-) %{_libdir}/libnm-gtk.so.* %{_libdir}/girepository-1.0/NMGtk-1.0.typelib #dir %{_datadir}/libnm-gtk #{_datadir}/libnm-gtk/*.ui %files -n libnm-gtk-devel %defattr(-,root,root,-) %{_includedir}/libnm-gtk %{_libdir}/pkgconfig/libnm-gtk.pc %{_libdir}/libnm-gtk.so %{_datadir}/gir-1.0/NMGtk-1.0.gir %files -n libnma %{_libdir}/girepository-1.0/NMA-1.0.typelib %{_libdir}/libnma.so.* %files -n libnma-devel %dir %{_includedir}/libnma %{_includedir}/libnma/* %{_libdir}/libnma.so %{_libdir}/pkgconfig/libnma.pc %{_datadir}/gir-1.0/NMA-1.0.gir %changelog * Sat Mar 03 2018 Tomohiro "Tomo-p" KATO 1.8.10-1 - new upstream release. - added subpackages libnma{,-devel}. * Sun Dec 27 2015 Yoji TOYODA 1.0.10-1 - new upstream release * Wed Nov 25 2015 Yoji TOYODA 1.0.8-1 - new upstream release * Sun Aug 30 2015 Yoji TOYODA 1.0.6-1 - new upstream release * Mon Jul 20 2015 Yoji TOYODA 1.0.4-1 - new upstream release * Sat May 16 2015 Yoji TOYODA 1.0.2-1 - new upstream release * Sun Apr 05 2015 Yoji TOYODA 0.9.10.2-1 - new upstream release * Sun Oct 26 2014 Yoji TOYODA 0.9.10.0-1 - new upstream release * Tue Oct 14 2014 Ryoichi INAGAKI 0.9.8.10-2 - moved libnm-gtk to System Environment/Libraries Group * Fri May 16 2014 Yoji TOYODA 0.9.8.10-1 - new upstream release * Sun Apr 13 2014 Yoji TOYODA 0.9.8.9-1 - new upstream release * Sun Nov 24 2013 Yoji TOYODA 0.9.8.8-1 - new upstream release * Sat Oct 26 2013 Yoji TOYODA 0.9.8.4-1 - new upstream release - remove Patch0 (network-manager-applet--0.9.8.2-git20130801.patch) - add BuildRequires: ModemManager-glib-devel * Sun Jun 09 2013 Yoji TOYODA 0.9.8.2-2 - add Patch0 (network-manager-applet--0.9.8.2-git20130801.patch) * Sun Jun 09 2013 Yoji TOYODA 0.9.8.2-1 - update to 0.9.8.2 - add BuildRequires: libsecret-devel * Sun Apr 21 2013 Yoji TOYODA 0.9.8.0-1 - initial package split from NetworkManager