]> git.pld-linux.org Git - SPECS.git/blob - gnome-network.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnome-network.spec
1 Summary:        GNOME network programs
2 Summary(es.UTF-8):      Programas de red del GNOME
3 Summary(pl.UTF-8):      GNOME - programy sieciowe
4 Summary(pt_BR.UTF-8):   Programas de rede do GNOME
5 Summary(ru.UTF-8):      GNOME - программы работы с сетью
6 Summary(uk.UTF-8):      GNOME - програми роботи з мережею
7 Name:           gnome-network
8 Version:        1.99.2
9 Release:        6
10 License:        GPL
11 Group:          X11/Applications
12 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-network/1.99/%{name}-%{version}.tar.bz2
13 # Source0-md5:  ba71a10c0606379ac80d1d0a24555a41
14 Patch0:         %{name}-no_zvt.patch
15 Patch1:         %{name}-help-button.patch
16 Patch2:         %{name}-desktop.patch
17 Patch3:         %{name}-locale_names.patch
18 Patch4:         %{name}-ac.patch
19 Patch5:         %{name}-netinfo.patch
20 URL:            http://www.gnome.org/
21 BuildRequires:  GConf2-devel >= 2.4.0
22 BuildRequires:  autoconf
23 BuildRequires:  automake
24 BuildRequires:  gettext-tools
25 BuildRequires:  gnome-common >= 2.8.0
26 BuildRequires:  gnome-panel-devel >= 2.4.0
27 BuildRequires:  intltool
28 BuildRequires:  libglade2-devel
29 BuildRequires:  libgnomeui-devel >= 2.10.0-2
30 BuildRequires:  libtool
31 BuildRequires:  pkgconfig
32 #Requires:      bind-utils
33 #Requires:      bsd-finger
34 #Requires:      iputils
35 #Requires:      net-tools
36 #Requires:      ssh-clients
37 #Requires:      telnet
38 #Requires:      vnc-client
39 Obsoletes:      gnome
40 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
42 %description
43 GNOME network programs.
44
45 GNOME is the GNU Network Object Model Environment. That's a fancy name
46 but really GNOME is a nice GUI desktop environment. It makes using
47 your computer easy, powerful, and easy to configure.
48
49 %description -l es.UTF-8
50 Programas de red del GNOME GNOME es el Ambiente de Red Modelado por
51 Objetos de la GNU. Es un nombre fantasioso, pero GNOME es realmente un
52 buen ambiente gráfico. Hace tu ordenador sencillo, potente y fácil de
53 configurar.
54
55 %description -l pl.UTF-8
56 Programy sieciowe dla GNOME.
57
58 %description -l pt_BR.UTF-8
59 Programas de rede do GNOME
60
61 GNOME é o Ambiente de Rede Modelado por Objetos da GNU. É um nome
62 fantasioso, mas o GNOME é realmente um bom ambiente gráfico. Ele torna
63 seu computador fácil, poderoso e fácil de configurar.
64
65 %description -l ru.UTF-8
66 GNOME - программы работы с сетью.
67
68 %description -l uk.UTF-8
69 GNOME - програми роботи з мережею.
70
71 %prep
72 %setup -q
73 %patch0 -p1
74 %patch1 -p1
75 %patch2 -p1
76 %patch3 -p1
77 %patch4 -p0
78 %patch5 -p0
79
80 mv -f po/{no,nb}.po
81
82 %build
83 %{__glib_gettextize}
84 %{__intltoolize}
85 %{__libtoolize}
86 %{__aclocal}
87 %{__autoconf}
88 %{__automake}
89 %configure \
90         --with-ifconfig="/sbin/ifconfig" \
91         --with-vncviewer="%{_bindir}/vncviewer" \
92         --with-xnest="/usr/X11R6/bin/Xnest"
93
94 %{__make}
95
96 %install
97 rm -rf $RPM_BUILD_ROOT
98
99 %{__make} install \
100         DESTDIR=$RPM_BUILD_ROOT
101
102 mv $RPM_BUILD_ROOT%{_datadir}/gnome/apps/*/* $RPM_BUILD_ROOT%{_desktopdir}
103
104 %find_lang %{name}
105
106 %clean
107 rm -rf $RPM_BUILD_ROOT
108
109 %post
110 umask 022
111 [ ! -x %{_bindir}/update-desktop-database ] || %{_bindir}/update-desktop-database >/dev/null 2>&1 ||:
112
113 %postun
114 umask 022
115 [ ! -x %{_bindir}/update-desktop-database ] || %{_bindir}/update-desktop-database >/dev/null 2>&1
116
117 %files -f %{name}.lang
118 %defattr(644,root,root,755)
119 %doc AUTHORS ChangeLog NEWS README
120 %attr(755,root,root) %{_bindir}/*
121 %{_datadir}/gnome-network
122 %{_desktopdir}/*.desktop
123 %{_pixmapsdir}/*
124 %{_datadir}/application-registry/*
125 %{_datadir}/mime-info/*
This page took 0.324508 seconds and 3 git commands to generate.