]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- updated to 2.4.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.4.1
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:  387509327d4a0a3e9d0cee4830d42b26
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 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT \
49         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
50         localedir=%{_localedir}
51
52 %find_lang %{name} --with-gnome --all-name
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post
58 /usr/bin/scrollkeeper-update
59 %gconf_schema_install
60
61 %postun -p /usr/bin/scrollkeeper-update
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc README ChangeLog NEWS TODO AUTHORS
66 %doc %{_omf_dest_dir}/%{name}
67 %attr(755,root,root) %{_bindir}/*
68 %{_sysconfdir}/gconf/schemas/*
69 %{_datadir}/%{name}
70 %{_libdir}/bonobo/servers/*
71 %{_desktopdir}/*
72 %{_pixmapsdir}/*
73 %{_datadir}/application-registry/*
This page took 0.061546 seconds and 4 git commands to generate.