]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- added omited changlog infos
[packages/gnome-terminal.git] / gnome-terminal.spec
1 #
2 # This causes <prev-tab> key do nothing on the first tab (instead of 
3 # passing the keypress to the application running in the terminal). Ditto 
4 # for the last tab. This is kinda annoying.
5 %bcond_with     disable_prev_next_tab_sensitivity_changes
6 #
7 Summary:        GNOME Terminal
8 Summary(pl):    Terminal dla GNOME
9 Name:           gnome-terminal
10 Version:        2.10.0
11 Release:        3
12 License:        GPL
13 Group:          X11/Applications
14 Source0:        http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/2.10/%{name}-%{version}.tar.bz2
15 # Source0-md5:  062744daca0c7f708b8c52f47b5db0d1
16 Patch0:         %{name}-TERM.patch
17 Patch1:         %{name}-disable-prev_next-tab-sensitivity-changes.patch
18 Patch2:         %{name}-desktop.patch
19 Patch3:         %{name}-ne.po.patch
20 URL:            http://www.gnome.org/
21 BuildRequires:  GConf2-devel >= 2.10.0
22 BuildRequires:  autoconf >= 2.53
23 BuildRequires:  automake
24 BuildRequires:  gtk+2-devel >= 2:2.6.0
25 BuildRequires:  gnome-common >= 2.8.0-2
26 BuildRequires:  gnome-vfs2-devel >= 2.10.0-2
27 BuildRequires:  intltool
28 BuildRequires:  libglade2-devel >= 1:2.5.1
29 BuildRequires:  libgnomeui-devel >= 2.10.0
30 BuildRequires:  libtool
31 BuildRequires:  pkgconfig >= 1:0.12.0
32 BuildRequires:  rpm-build >= 4.1-10
33 BuildRequires:  scrollkeeper
34 BuildRequires:  startup-notification-devel >= 0.8
35 BuildRequires:  vte-devel >= 0.11.12
36 BuildRequires:  xft-devel >= 2.1-2
37 Requires(post): GConf2
38 Requires(post): scrollkeeper
39 Requires:       libgnomeui >= 2.10.0
40 Requires:       startup-notification >= 0.8
41 Requires:       terminfo
42 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44 %description
45 This is a terminal thing that isn't finished at all.
46
47 %description -l pl
48 To jest terminal, na razie ca³kowicie nie dokoñczony.
49
50 %prep
51 %setup -q
52 %patch0 -p1
53 %if %{with disable_prev_next_tab_sensitivity_changes}
54 %patch1 -p1
55 %endif
56 %patch2 -p1
57 %patch3 -p1
58
59 %build
60 cp /usr/share/gnome-common/data/omf.make .
61 %{__libtoolize}
62 %{__aclocal}
63 %{__autoconf}
64 %{__automake}
65 %configure
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT \
73         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
74         localedir=%{_localedir}
75
76 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
77 rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
78
79 %find_lang %{name} --with-gnome --all-name
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post
85 %gconf_schema_install gnome-terminal.schemas
86 %scrollkeeper_update_post
87
88 %preun
89 %gconf_schema_uninstall gnome-terminal.schemas
90
91 %postun
92 %scrollkeeper_update_postun
93
94 %files -f %{name}.lang
95 %defattr(644,root,root,755)
96 %doc README ChangeLog NEWS TODO AUTHORS
97 %doc %{_omf_dest_dir}/%{name}
98 %attr(755,root,root) %{_bindir}/*
99 %{_sysconfdir}/gconf/schemas/*
100 %{_datadir}/%{name}
101 %{_libdir}/bonobo/servers/*
102 %{_desktopdir}/*
103 %{_pixmapsdir}/*
This page took 0.053499 seconds and 4 git commands to generate.