]> git.pld-linux.org Git - packages/gnome-system-tools.git/blob - gnome-system-tools.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/gnome-system-tools.git] / gnome-system-tools.spec
1 #TODO
2 # think about split devel subpackage
3 Summary:        GNOME System Tools
4 Summary(pl):    GNOME System Tools - narzêdzia systemowe GNOME
5 Name:           gnome-system-tools
6 Version:        0.26.1
7 Release:        3
8 License:        LGPL
9 Group:          Applications/System
10 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.26/%{name}-%{version}.tar.bz2
11 # Source0-md5:  310e5b812ecec982365484b5fbbcca4e
12 Patch0:         %{name}-time.patch
13 URL:            http://www.gnome.org/projects/gst/
14 BuildRequires:  GConf2-devel >= 2.2.0
15 BuildRequires:  libglade2-devel
16 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
17 BuildRequires:  libxml2-devel >= 2.4.12
18 BuildRequires:  vte-devel >= 0.10.20
19 Requires(post): GConf2
20 Requires:       /etc/pld-release
21 Requires:       shadow-extras
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 The GST are a fully integrated set of tools aimed to make easy the job
26 that means the computer administration on an UNIX or Linux system.
27 They're thought to help from the new Linux or UNIX user to the system
28 administrators. The GNOME System Tools are free software, licensed
29 under the terms of the GNU General Public License.
30
31 %description -l pl
32 GST (GNOME System Tools) to w pe³ni zintegrowany zestaw narzêdzi,
33 których celem jest u³atwienie prac administracyjnych pod systemem
34 uniksowym lub linuksowym. S± pomy¶lane tak, aby pomóc nowym
35 u¿ytkownikom Linuksa lub Uniksa w administrowaniu systemem. GNOME
36 System Tools to wolnodostêpne oprogramowanie, licencjonowane na
37 warunkach Powszechnej Licencji Publicznej GNU.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42
43 %build
44 %configure \
45         --disable-schemas-install \
46         --enable-platform-gnome-2 \
47         --disable-static
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT \
55         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
56
57 %find_lang %{name} --with-gnome --all-name
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post
63 %gconf_schema_install
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc README AUTHORS HACKING NEWS ChangeLog
68 %attr(755,root,root) %{_bindir}/*
69 %attr(755,root,root) %{_datadir}/setup-tool-backends/scripts/*
70 %attr(755,root,root) %{_datadir}/setup-tool-backends/files/*
71 %dir %{_datadir}/setup-tool-backends
72 %dir %{_datadir}/setup-tool-backends/files
73 %dir %{_datadir}/setup-tool-backends/scripts
74 %{_datadir}/control-center-2.0/capplets/*.desktop
75 %{_sysconfdir}/X11/sysconfig/*.desktop
76 %{_datadir}/%{name}
77 %{_sysconfdir}/gconf/schemas/%{name}.*
78 %{_pkgconfigdir}/*.pc
This page took 0.032609 seconds and 3 git commands to generate.