SPECS: NetworkManager-applet.spec (NEW) - applet for NM 0.6.5

patrys patrys at pld-linux.org
Fri May 11 15:16:55 CEST 2007


Author: patrys                       Date: Fri May 11 13:16:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- applet for NM 0.6.5

---- Files affected:
SPECS:
   NetworkManager-applet.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/NetworkManager-applet.spec
diff -u /dev/null SPECS/NetworkManager-applet.spec:1.1
--- /dev/null	Fri May 11 15:16:55 2007
+++ SPECS/NetworkManager-applet.spec	Fri May 11 15:16:50 2007
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+# TODO:
+# - add a working(!) pld backend... (it work's 4 me as it is now - czarny)
+# - add requires for devel (if any)
+#
+Summary:	Network Manager for GNOME
+Summary(pl.UTF-8):	Zarządca sieci dla GNOME
+Name:		NetworkManager-applet
+Version:	0.6.5
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.6/network-manager-applet-%{version}.tar.bz2
+# Source0-md5:	1c94a41e2399d261985a75f0cd3b895b
+BuildRequires:	GConf2-devel >= 2.0
+BuildRequires:	NetworkManager-devel >= 0.6.5
+BuildRequires:	dbus-glib-devel >= 0.60
+BuildRequires:	gettext-devel
+BuildRequires:	gnome-keyring-devel
+BuildRequires:	gnome-panel-devel >= 2.0
+BuildRequires:	gtk+2-devel >= 2.0
+BuildRequires:	hal-devel >= 0.5.2
+BuildRequires:	libgcrypt-devel
+BuildRequires:	libglade2-devel >= 2.0
+BuildRequires:	libiw-devel >= 1:28
+BuildRequires:	libnl-devel >= 1.0
+BuildRequires:	libnotify-devel >= 0.3.0
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.268
+Requires(post):	/sbin/ldconfig
+Requires(post,preun):	/sbin/chkconfig
+Requires:	NetworkManager >= 0.6.5
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Network Manager Applet for GNOME.
+
+%description -l pl.UTF-8
+Aplet zarządcy sieci dla GNOME.
+
+%prep
+%setup -q -n nm-applet-%{version}
+
+%build
+autoreconf
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_datadir}/nm-applet
+%{_iconsdir}/hicolor/*/apps/*.png
+%{_sysconfdir}/dbus-1/system.d/*
+%{_datadir}/gnome/autostart/*.desktop
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/05/11 13:16:50  patrys
+- applet for NM 0.6.5
+
================================================================


More information about the pld-cvs-commit mailing list