nm-applet/nm-applet.spec

79 lines
2.2 KiB
RPMSpec
Raw Normal View History

2012-02-01 20:53:57 +04:00
Summary: Gnome GUI for NetworkManager
Name: nm-applet
Version: 0.7.0
2012-10-27 09:42:23 +00:00
Release: 3
2012-02-01 20:53:57 +04:00
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
2012-10-27 09:42:23 +00:00
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: libnotify-devel
BuildRequires: intltool
BuildRequires: nss-devel
2012-02-01 20:53:57 +04:00
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
2012-10-27 09:42:23 +00:00
* Tue Apr 15 2008 Per Øyvind Karlsen <pkarlsen@mandriva.com> 0.7.0-0.2mdv2009.0
2012-02-01 20:53:57 +04:00
+ Revision: 194125
- really fix the fscking buildrequires ?\194?\164"#?\194?\164"#
- update to new svn snapshot (should actually work now :)
2012-10-27 09:42:23 +00:00
* Thu Feb 07 2008 Per Øyvind Karlsen <pkarlsen@mandriva.com> 0.7.0-0.1mdv2008.1
2012-02-01 20:53:57 +04:00
+ Revision: 163751
- fix buildrequires
- import nm-applet
2012-10-27 09:42:23 +00:00
* Wed Feb 06 2008 Per Øyvind Karlsen <pkarlsen@mandriva.com> 0.7.0-0.1mdv2008.1
2012-02-01 20:53:57 +04:00
- initial release, splitted out from networkmanager package