mirror of
https://abf.rosa.ru/djam/nm-applet.git
synced 2025-02-23 10:22:56 +00:00
78 lines
2.2 KiB
RPMSpec
78 lines
2.2 KiB
RPMSpec
Summary: Gnome GUI for NetworkManager
|
||
Name: nm-applet
|
||
Version: 0.7.0
|
||
Release: 3
|
||
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/
|
||
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: pkgconfig(libglade-2.0)
|
||
BuildRequires: libnotify-devel
|
||
BuildRequires: intltool
|
||
BuildRequires: 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
|
||
%makeinstall_std
|
||
|
||
%find_lang %{name}
|
||
|
||
find %{buildroot} -name \*.la|xargs rm -f
|
||
|
||
%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 Øyvind Karlsen <pkarlsen@mandriva.com> 0.7.0-0.1mdv2008.1
|
||
- initial release, splitted out from networkmanager package
|