]> git.pld-linux.org Git - packages/NetworkManager-applet.git/blame_incremental - NetworkManager-applet.spec
- reverted (came from invalid pcre build)
[packages/NetworkManager-applet.git] / NetworkManager-applet.spec
... / ...
CommitLineData
1Summary: Network Manager for GNOME
2Summary(pl.UTF-8): Zarządca sieci dla GNOME
3Name: NetworkManager-applet
4Version: 0.6.6
5Release: 1
6License: GPL v2
7Group: X11/Applications
8Source0: http://people.redhat.com/dcbw/NetworkManager/0.6.6/nm-applet-%{version}.tar.gz
9# Source0-md5: 16e95a3515e4255d034b14045a9effd5
10BuildRequires: GConf2-devel >= 2.20.0
11BuildRequires: NetworkManager-devel >= 0.6.6
12BuildRequires: autoconf >= 2.52
13BuildRequires: automake
14BuildRequires: dbus-glib-devel >= 0.60
15BuildRequires: gettext-devel
16BuildRequires: gnome-common >= 2.20.0
17BuildRequires: gnome-keyring-devel >= 2.20.0
18BuildRequires: gtk+2-devel >= 2:2.12.0
19BuildRequires: intltool >= 0.36.0
20BuildRequires: libglade2-devel >= 1:2.6.2
21BuildRequires: libgnomeui-devel >= 2.20.0
22BuildRequires: libiw-devel >= 1:28
23BuildRequires: libnl-devel >= 1:1.1
24BuildRequires: libnotify-devel >= 0.3.0
25BuildRequires: libtool
26BuildRequires: pkgconfig
27BuildRequires: rpmbuild(macros) >= 1.311
28BuildRequires: sed >= 4.0
29Requires(post,postun): gtk+2
30Requires(post,postun): hicolor-icon-theme
31Requires: NetworkManager >= 0.6.6
32# sr@Latn vs. sr@latin
33Conflicts: glibc-misc < 6:2.7
34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36%description
37Network Manager Applet for GNOME.
38
39%description -l pl.UTF-8
40Aplet zarządcy sieci dla GNOME.
41
42%prep
43%setup -q -n nm-applet-%{version}
44
45sed -i -e 's#sr@Latn#sr@latin#' po/LINGUAS
46mv po/sr@{Latn,latin}.po
47
48%build
49%{__intltoolize}
50%{__libtoolize}
51%{__aclocal}
52%{__autoconf}
53%{__autoheader}
54%{__automake}
55%configure
56%{__make}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} install \
62 DESTDIR=$RPM_BUILD_ROOT
63
64%find_lang nm-applet
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%post
70%update_icon_cache hicolor
71
72%postun
73%update_icon_cache hicolor
74
75%files -f nm-applet.lang
76%defattr(644,root,root,755)
77%doc AUTHORS ChangeLog NEWS README
78%attr(755,root,root) %{_bindir}/nm-applet
79%attr(755,root,root) %{_bindir}/nm-editor
80%attr(755,root,root) %{_datadir}/nm-applet
81%{_iconsdir}/hicolor/*/apps/*.png
82%{_desktopdir}/nm-editor.desktop
83%{_sysconfdir}/dbus-1/system.d/nm-applet.conf
84%{_sysconfdir}/xdg/autostart/nm-applet.desktop
This page took 0.447275 seconds and 4 git commands to generate.