]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- mass commit: cosmetics (removed trailing white spaces)
[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.2
5 Release:        4
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e1325a264d0912de838f73671c715c23
10 Patch0:         %{name}-TERM.patch
11 Patch1:         %{name}-geometry.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  GConf2-devel >= 2.3.2
14 BuildRequires:  gtk+2-devel >= 2.2.0
15 BuildRequires:  libglade2-devel >= 2.0.0
16 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
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.3.3.1-2
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This is a terminal thing that isn't finished at all.
30
31 %description -l pl
32 To jest terminal, na razie ca³kowicie nie dokoñczony.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37 %patch1 -p1
38
39 %build
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT \
48         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
49
50 %find_lang %{name} --with-gnome --all-name
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %post
56 /usr/bin/scrollkeeper-update
57 %gconf_schema_install
58
59 %postun -p /usr/bin/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 %{_libdir}/bonobo/servers/*
69 %{_desktopdir}/*
70 %{_pixmapsdir}/*
71 %{_datadir}/application-registry/*
This page took 0.057577 seconds and 4 git commands to generate.