]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- gnome-terminal is neither xterm nor xterm-color, 'gnome' terminfo entry
[packages/gnome-terminal.git] / gnome-terminal.spec
1 # Conditional build:
2 # --with zvt   -- build with ZVT instead of VTE
3 Summary:        GNOME Terminal
4 Summary(pl):    Terminal dla GNOME
5 Name:           gnome-terminal
6 Version:        2.2.1
7 Release:        1
8 License:        GPL
9 Group:          X11/Applications
10 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.2/%{name}-%{version}.tar.bz2
11 Patch0:         %{name}-TERM.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  GConf2-devel >= 1.2.1-10
14 BuildRequires:  Xft-devel >= 2.1-2
15 BuildRequires:  gtk+2-devel >= 2.2.0
16 BuildRequires:  libglade2-devel >= 2.0.0
17 BuildRequires:  libgnomeui-devel >= 2.1.90
18 BuildRequires:  pkgconfig >= 0.12.0
19 BuildRequires:  rpm-build >= 4.1-10
20 BuildRequires:  scrollkeeper
21 BuildRequires:  startup-notification-devel >= 0.4
22 %{?_with_zvt:BuildRequires:     libzvt-devel}
23 %{!?_with_zvt:BuildRequires:    vte-devel >= 0.10.12}
24 Requires:       libgnomeui >= 2.1.90
25 Requires(post,postun):  scrollkeeper
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This is a terminal thing that isn't finished at all.
30
31 %description -l pl
32 To jest terminal, na razie ca³kowicie nie dokoñczony.
33
34 %prep
35 %setup -q 
36 %patch0 -p1
37
38 %build
39 %configure \
40         --with-widget=%{?_with_zvt:zvt}%{!?_with_zvt:vte}
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT \
49         omf_dest_dir=%{_omf_dest_dir}/%{name} \
50         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
51
52 %find_lang %{name} --with-gnome --all-name
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post 
58 scrollkeeper-update
59 %gconf_schema_install
60
61 %postun
62 scrollkeeper-update
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc README ChangeLog NEWS TODO AUTHORS
67 %doc %{_omf_dest_dir}/%{name}
68 %attr(755,root,root) %{_bindir}/*
69 %{_sysconfdir}/gconf/schemas/*
70 %{_datadir}/%{name}
71 %{_datadir}/applications/*
72 %{_libdir}/bonobo/servers/*
73 %{_datadir}/pixmaps/*
This page took 0.048355 seconds and 3 git commands to generate.