]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- copy config.sub
[packages/gnome-terminal.git] / gnome-terminal.spec
1 Summary:        GNOME Terminal
2 Summary(pl):    Terminal dla GNOME
3 Name:           gnome-terminal
4 Version:        2.4.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
9 # Source0-md5:  ce7e5a207eb48c5ef23325c406536c33
10 Patch0:         %{name}-TERM.patch
11 Patch1:         %{name}-geometry.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  GConf2-devel >= 2.4.0.1
14 BuildRequires:  gtk+2-devel >= 2.2.0
15 BuildRequires:  libglade2-devel >= 2.0.0
16 BuildRequires:  libgnomeui-devel >= 2.4.0
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.4.0
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 cp -f /usr/share/automake/config.sub .
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT \
50         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
51         localedir=%{_localedir}
52
53 %find_lang %{name} --with-gnome --all-name
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %post
59 /usr/bin/scrollkeeper-update
60 %gconf_schema_install
61
62 %postun -p /usr/bin/scrollkeeper-update
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc README ChangeLog NEWS TODO AUTHORS
67 %doc %{_omf_dest_dir}/%{name}
68 %attr(755,root,root) %{_bindir}/*
69 %{_sysconfdir}/gconf/schemas/*
70 %{_datadir}/%{name}
71 %{_libdir}/bonobo/servers/*
72 %{_desktopdir}/*
73 %{_pixmapsdir}/*
74 %{_datadir}/application-registry/*
This page took 0.195037 seconds and 4 git commands to generate.