]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- rel++ to rebuild without linc
[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:        3
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 URL:            http://www.gnome.org/
12 BuildRequires:  GConf2-devel >= 2.3.2
13 BuildRequires:  gtk+2-devel >= 2.2.0
14 BuildRequires:  libglade2-devel >= 2.0.0
15 BuildRequires:  libgnomeui-devel >= 2.3.3.1-2
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 BuildRequires:  xft-devel >= 2.1-2
22 Requires(post): GConf2
23 Requires(post): scrollkeeper
24 Requires:       libgnomeui >= 2.3.3.1-2
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This is a terminal thing that isn't finished at all.
29
30 %description -l pl
31 To jest terminal, na razie ca³kowicie nie dokoñczony.
32
33 %prep
34 %setup -q 
35 %patch0 -p1
36
37 %build
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
47
48 %find_lang %{name} --with-gnome --all-name
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %post
54 /usr/bin/scrollkeeper-update
55 %gconf_schema_install
56
57 %postun -p /usr/bin/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 %{_libdir}/bonobo/servers/*
67 %{_desktopdir}/*
68 %{_pixmapsdir}/*
69 %{_datadir}/application-registry/*
This page took 0.086442 seconds and 4 git commands to generate.