]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- version 2.3.1, dropped libzvt support
[packages/gnome-terminal.git] / gnome-terminal.spec
1 Summary:        GNOME Terminal
2 Summary(pl):    Terminal dla GNOME
3 Name:           gnome-terminal
4 Version:        2.3.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
9 Patch0:         %{name}-TERM.patch
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.3.2
12 BuildRequires:  Xft-devel >= 2.1-2
13 BuildRequires:  gtk+2-devel >= 2.2.0
14 BuildRequires:  libglade2-devel >= 2.0.0
15 BuildRequires:  libgnomeui-devel >= 2.3.0
16 BuildRequires:  pkgconfig >= 0.12.0
17 BuildRequires:  rpm-build >= 4.1-10
18 BuildRequires:  scrollkeeper
19 BuildRequires:  startup-notification-devel >= 0.5
20 BuildRequires:  vte-devel >= 0.11.7
21 Requires:       libgnomeui >= 2.3.0
22 Requires(post,postun):  scrollkeeper
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 This is a terminal thing that isn't finished at all.
27
28 %description -l pl
29 To jest terminal, na razie ca³kowicie nie dokoñczony.
30
31 %prep
32 %setup -q 
33 %patch0 -p1
34
35 %build
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT \
45         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
46
47 %find_lang %{name} --with-gnome --all-name
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %post 
53 scrollkeeper-update
54 %gconf_schema_install
55
56 %postun
57 scrollkeeper-update
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc README ChangeLog NEWS TODO AUTHORS
62 %doc %{_omf_dest_dir}/%{name}
63 %attr(755,root,root) %{_bindir}/*
64 %{_sysconfdir}/gconf/schemas/*
65 %{_datadir}/%{name}
66 %{_datadir}/applications/*
67 %{_libdir}/bonobo/servers/*
68 %{_datadir}/pixmaps/*
This page took 0.07371 seconds and 4 git commands to generate.