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