]> git.pld-linux.org Git - packages/gnome-system-tools.git/blob - gnome-system-tools.spec
- rel 3
[packages/gnome-system-tools.git] / gnome-system-tools.spec
1 Summary:        GNOME System Tools
2 Summary(pl):    GNOME System Tools - narzêdzia systemowe GNOME
3 Name:           gnome-system-tools
4 Version:        1.2.0
5 Release:        3
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/gnome-system-tools/1.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  fbcf8866ecea8b330cbe53cf8b0df55e
10 Patch0:         %{name}-desktop.patch
11 URL:            http://www.gnome.org/projects/gst/
12 BuildRequires:  autoconf >= 2.52
13 BuildRequires:  automake
14 BuildRequires:  GConf2-devel >= 2.10.0
15 BuildRequires:  cracklib-devel
16 BuildRequires:  gnome-common >= 2.8.0
17 BuildRequires:  gtk+2-devel >= 2:2.6.4
18 BuildRequires:  intltool >= 0.33
19 BuildRequires:  libglade2-devel >= 1:2.5.1
20 BuildRequires:  libgnomeui-devel >= 2.10.0-2
21 BuildRequires:  libtool
22 BuildRequires:  libxml2-devel >= 2.6.17
23 BuildRequires:  nautilus-devel >= 2.10.0
24 BuildRequires:  pkgconfig
25 BuildRequires:  system-tools-backends >= 1.2.0
26 Requires(post): GConf2
27 Requires(post): scrollkeeper
28 Requires:       /etc/pld-release
29 Requires:       gtk+2 >= 2:2.6.4
30 Requires:       shadow-extras
31 Requires:       system-tools-backends >= 1.2.0
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 The GST are a fully integrated set of tools aimed to make easy the job
36 that means the computer administration on an UNIX or Linux system.
37 They're thought to help from the new Linux or UNIX user to the system
38 administrators. The GNOME System Tools are free software, licensed
39 under the terms of the GNU General Public License.
40
41 %description -l pl
42 GST (GNOME System Tools) to w pe³ni zintegrowany zestaw narzêdzi,
43 których celem jest u³atwienie prac administracyjnych pod systemem
44 uniksowym lub linuksowym. S± pomy¶lane tak, aby pomóc nowym
45 u¿ytkownikom Linuksa lub Uniksa w administrowaniu systemem. GNOME
46 System Tools to wolnodostêpne oprogramowanie, licencjonowane na
47 warunkach Powszechnej Licencji Publicznej GNU.
48
49 %prep
50 %setup -q
51 %patch0 -p1
52
53 %build
54 %{__libtoolize}
55 gnome-doc-common
56 %{__aclocal}
57 %{__autoconf}
58 %{__automake}
59 %configure \
60         --disable-schemas-install \
61         --enable-platform-gnome-2 \
62         --disable-static \
63         --enable-boot \
64         --enable-network \
65         --enable-services \
66         --enable-time \
67         --enable-users \
68         --enable-disks \
69         --enable-share
70
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT \
78         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
79
80 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
81 rm -r $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/libnautilus-gst-shares.la
82
83 %find_lang %{name} --with-gnome --all-name
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %post
89 /usr/bin/scrollkeeper-update
90 %gconf_schema_install
91
92 %postun -p /usr/bin/scrollkeeper-update
93
94 %files -f %{name}.lang
95 %defattr(644,root,root,755)
96 %doc README AUTHORS HACKING NEWS ChangeLog
97 %attr(755,root,root) %{_bindir}/*
98 %attr(755,root,root) %{_libdir}/nautilus/extensions-1.0/lib*.so
99 %{_pkgconfigdir}/*.pc
100 %{_desktopdir}/*.desktop
101 %{_datadir}/%{name}
102 %{_sysconfdir}/gconf/schemas/%{name}.*
103 %{_omf_dest_dir}/%{name}
This page took 0.060993 seconds and 3 git commands to generate.