]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- updated to version 2.1.3
[packages/gnome-terminal.git] / gnome-terminal.spec
1 Summary:        GNOME Terminal
2 Summary(pl):    Terminal dla GNOME
3 Name:           gnome-terminal
4 Version:        2.1.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
9 Patch0:         %{name}-TERM.patch
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 1.2.1-10
12 BuildRequires:  gtk+2-devel >= 2.1.3-3
13 BuildRequires:  libglade2-devel >= 2.0.0
14 BuildRequires:  libgnomeui-devel >= 2.1.2
15 BuildRequires:  vte-devel >= 0.10.5
16 BuildRequires:  pkgconfig >= 0.12.0
17 BuildRequires:  scrollkeeper
18 BuildRequires:  rpm-build >= 4.1-8.2
19 BuildRequires:  Xft-devel >= 2.0-6
20 BuildRequires:  startup-notification >= 0.4
21 Requires:       libgnomeui >= 2.1.2
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         --with-widget=vte
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         omf_dest_dir=%{_omf_dest_dir}/%{name} \
47         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
48
49 %find_lang %{name} --with-gnome --all-name
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %post 
55 scrollkeeper-update
56 %gconf_schema_install
57
58 %postun
59 scrollkeeper-update
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc README ChangeLog NEWS TODO AUTHORS
64 %doc %{_omf_dest_dir}/%{name}
65 %attr(755,root,root) %{_bindir}/*
66 %{_sysconfdir}/gconf/schemas/*
67 %{_datadir}/%{name}
68 %{_datadir}/applications/*
69 %{_libdir}/bonobo/servers/*
70 %{_datadir}/pixmaps/*
This page took 0.050533 seconds and 3 git commands to generate.