]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- merged from DEVEL and updated to 2.12.0
[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.12.0
11 Release:        1
12 License:        GPL
13 Group:          X11/Applications
14 Source0:        http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/2.12/%{name}-%{version}.tar.bz2
15 # Source0-md5:  483c9397dd165845e2528a80e3df6dfc
16 Patch0:         %{name}-TERM.patch
17 Patch1:         %{name}-disable-prev_next-tab-sensitivity-changes.patch
18 Patch2:         %{name}-desktop.patch
19 URL:            http://www.gnome.org/
20 BuildRequires:  GConf2-devel >= 2.10.0
21 BuildRequires:  autoconf >= 2.53
22 BuildRequires:  automake
23 BuildRequires:  gtk+2-devel >= 2:2.8.0
24 BuildRequires:  gnome-common >= 2.8.0-2
25 BuildRequires:  gnome-vfs2-devel >= 2.10.0-2
26 BuildRequires:  intltool
27 BuildRequires:  libglade2-devel >= 1:2.5.1
28 BuildRequires:  libgnomeui-devel >= 2.10.0
29 BuildRequires:  libtool
30 BuildRequires:  pkgconfig >= 1:0.12.0
31 BuildRequires:  rpmbuild(macros) >= 1.197
32 BuildRequires:  scrollkeeper
33 BuildRequires:  startup-notification-devel >= 0.8
34 BuildRequires:  vte-devel >= 0.11.12
35 BuildRequires:  xft-devel >= 2.1-2
36 Requires(post,preun):   GConf2
37 Requires(post,postun):  scrollkeeper
38 Requires:       libgnomeui >= 2.10.0
39 Requires:       startup-notification >= 0.8
40 Requires:       terminfo
41 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
43 %description
44 This is a terminal thing that isn't finished at all.
45
46 %description -l pl
47 To jest terminal, na razie ca³kowicie nie dokoñczony.
48
49 %prep
50 %setup -q
51 %patch0 -p1
52 %if %{with disable_prev_next_tab_sensitivity_changes}
53 %patch1 -p1
54 %endif
55 %patch2 -p1
56
57 %build
58 %{__gnome_doc_common}
59 %{__libtoolize}
60 %{__aclocal}
61 %{__autoconf}
62 %{__automake}
63 %configure
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT \
71         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
72         localedir=%{_localedir}
73
74 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
75 rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
76
77 %find_lang %{name} --with-gnome --all-name
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %post
83 %gconf_schema_install gnome-terminal.schemas
84 %scrollkeeper_update_post
85
86 %preun
87 %gconf_schema_uninstall gnome-terminal.schemas
88
89 %postun
90 %scrollkeeper_update_postun
91
92 %files -f %{name}.lang
93 %defattr(644,root,root,755)
94 %doc README ChangeLog NEWS TODO AUTHORS
95 %doc %{_omf_dest_dir}/%{name}
96 %attr(755,root,root) %{_bindir}/*
97 %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
98 %{_datadir}/%{name}
99 %{_libdir}/bonobo/servers/*
100 %{_desktopdir}/*
101 %{_pixmapsdir}/*
This page took 0.059826 seconds and 4 git commands to generate.