]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- updated to 2.0.2
[packages/gnome-terminal.git] / gnome-terminal.spec
1 Summary:        GNOME Terminal
2 Summary(pl):    Terminal dla GNOME
3 Name:           gnome-terminal
4 Version:        2.0.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.0/%{name}-%{version}.tar.bz2
9 Patch0:         %{name}-TERM.patch
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 1.2.0
12 BuildRequires:  gtk+2-devel >= 2.0.3
13 BuildRequires:  libglade2-devel >= 2.0.0
14 BuildRequires:  libgnomeui-devel >= 2.0.1
15 BuildRequires:  libzvt-devel >= 2.0.0
16 BuildRequires:  pkgconfig >= 0.12.0
17 BuildRequires:  scrollkeeper
18 Requires(post,postun):  scrollkeeper
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _sysconfdir     /etc/X11/GNOME2
23
24 %description
25 This is a terminal thing that isn't finished at all.
26
27 %description -l pl
28 To jest terminal, na razie ca³kowicie nie dokoñczony.
29
30 %prep
31 %setup -q 
32 %patch0 -p1
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT \
44         omf_dest_dir=%{_omf_dest_dir}/%{name} \
45         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
46
47 %find_lang %{name} --with-gnome --all-name
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %post 
53 scrollkeeper-update
54 GCONF_CONFIG_SOURCE="`%{_bindir}/gconftool-2 --get-default-source`" %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null
55
56 %postun
57 scrollkeeper-update
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc README ChangeLog NEWS TODO AUTHORS
62 %attr(755,root,root) %{_bindir}/*
63 %{_sysconfdir}/gconf/schemas/*
64 %{_datadir}/%{name}
65 %{_datadir}/applications/*
66 %{_libdir}/bonobo/servers/*
67 %{_datadir}/pixmaps/*
68 %doc %{_omf_dest_dir}/%{name}
This page took 0.056314 seconds and 3 git commands to generate.