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