]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- BR: automake
[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:  automake
15 BuildRequires:  gtk+2-devel >= 2.2.0
16 BuildRequires:  libglade2-devel >= 2.0.0
17 BuildRequires:  libgnomeui-devel >= 2.4.0
18 BuildRequires:  pkgconfig >= 0.12.0
19 BuildRequires:  rpm-build >= 4.1-10
20 BuildRequires:  scrollkeeper
21 BuildRequires:  startup-notification-devel >= 0.5
22 BuildRequires:  vte-devel >= 0.11.7
23 BuildRequires:  xft-devel >= 2.1-2
24 Requires(post): GConf2
25 Requires(post): scrollkeeper
26 Requires:       libgnomeui >= 2.4.0
27 Requires:       terminfo
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 This is a terminal thing that isn't finished at all.
32
33 %description -l pl
34 To jest terminal, na razie ca³kowicie nie dokoñczony.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39 %patch1 -p1
40
41 %build
42 cp -f /usr/share/automake/config.sub .
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT \
51         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
52         localedir=%{_localedir}
53
54 %find_lang %{name} --with-gnome --all-name
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %post
60 /usr/bin/scrollkeeper-update
61 %gconf_schema_install
62
63 %postun -p /usr/bin/scrollkeeper-update
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc README ChangeLog NEWS TODO AUTHORS
68 %doc %{_omf_dest_dir}/%{name}
69 %attr(755,root,root) %{_bindir}/*
70 %{_sysconfdir}/gconf/schemas/*
71 %{_datadir}/%{name}
72 %{_libdir}/bonobo/servers/*
73 %{_desktopdir}/*
74 %{_pixmapsdir}/*
75 %{_datadir}/application-registry/*
This page took 0.064115 seconds and 4 git commands to generate.