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