mirror of
https://abf.rosa.ru/djam/nm-applet.git
synced 2025-02-24 02:42:57 +00:00
81 lines
2.3 KiB
RPMSpec
81 lines
2.3 KiB
RPMSpec
![]() |
Summary: Gnome GUI for NetworkManager
|
|||
|
Name: nm-applet
|
|||
|
Version: 0.7.0
|
|||
|
Release: %mkrel 0.2
|
|||
|
Source0: %{name}-%{version}.tar.lzma
|
|||
|
#Patch0: nm-applet-0.7.0-fix-build.patch
|
|||
|
Patch1: nm-applet-0.7.0-disable-stuff.patch
|
|||
|
License: GPLv2+
|
|||
|
Group: System/Configuration/Networking
|
|||
|
Url: http://www.gnome.org/projects/NetworkManager/
|
|||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||
|
BuildRequires: networkmanager-util-devel networkmanager-glib-devel
|
|||
|
BuildRequires: dbus-devel dbus-glib-devel libGConf2-devel
|
|||
|
BuildRequires: gnome-keyring-devel gnome-panel-devel hal-devel
|
|||
|
BuildRequires: libglade2-devel libnotify-devel intltool nss-devel
|
|||
|
BuildRequires: libiw-devel
|
|||
|
Requires: networkmanager %{_lib}gail-gnome
|
|||
|
Provides: networmanager-gnome = %{version}-%{release}
|
|||
|
|
|||
|
%description
|
|||
|
This package contains GNOME utilities and applications for use with
|
|||
|
NetworkManager, including a panel applet for wireless networks.
|
|||
|
|
|||
|
%prep
|
|||
|
%setup -q
|
|||
|
#%%patch0 -p1 -b .fixbuild
|
|||
|
%patch1 -p1 -b .disable-stuff
|
|||
|
|
|||
|
%build
|
|||
|
autoreconf -i --force
|
|||
|
intltoolize --force
|
|||
|
%configure2_5x --localstatedir=%{_var} \
|
|||
|
--disable-static \
|
|||
|
--with-gcrypt=yes \
|
|||
|
--with-notify \
|
|||
|
--with-nss=yes \
|
|||
|
--with-gnutls=no
|
|||
|
# parallel build is broken
|
|||
|
make
|
|||
|
|
|||
|
%install
|
|||
|
rm -rf %{buildroot}
|
|||
|
%makeinstall_std
|
|||
|
|
|||
|
%find_lang %{name}
|
|||
|
|
|||
|
find %{buildroot} -name \*.la|xargs rm -f
|
|||
|
|
|||
|
%clean
|
|||
|
rm -rf %{buildroot}
|
|||
|
|
|||
|
%files -f nm-applet.lang
|
|||
|
%defattr(-,root,root)
|
|||
|
%doc ChangeLog NEWS AUTHORS README CONTRIBUTING
|
|||
|
%{_bindir}/nm-applet
|
|||
|
%{_bindir}/nm-connection-editor
|
|||
|
%{_bindir}/nm-vpn-properties
|
|||
|
%{_datadir}/nm-applet
|
|||
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
|||
|
%{_datadir}/gnome-vpn-properties
|
|||
|
%{_sysconfdir}/dbus-1/system.d/nm-applet.conf
|
|||
|
%{_sysconfdir}/xdg/autostart/nm-applet.desktop
|
|||
|
# This should be in -devel package, but a new package for just this one file? bah
|
|||
|
%{_includedir}/NetworkManager/nm-vpn-ui-interface.h
|
|||
|
|
|||
|
|
|||
|
%changelog
|
|||
|
* Tue Apr 15 2008 Per Øyvind Karlsen <pkarlsen@mandriva.com> 0.7.0-0.2mdv2009.0
|
|||
|
+ Revision: 194125
|
|||
|
- really fix the fscking buildrequires ?\194?\164"#?\194?\164"#
|
|||
|
- update to new svn snapshot (should actually work now :)
|
|||
|
|
|||
|
* Thu Feb 07 2008 Per Øyvind Karlsen <pkarlsen@mandriva.com> 0.7.0-0.1mdv2008.1
|
|||
|
+ Revision: 163751
|
|||
|
- fix buildrequires
|
|||
|
- import nm-applet
|
|||
|
|
|||
|
|
|||
|
* Wed Feb 06 2008 Per <EFBFBD>yvind Karlsen <pkarlsen@mandriva.com> 0.7.0-0.1mdv2008.1
|
|||
|
- initial release, splitted out from networkmanager package
|