]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- up to version 2.6.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.6.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  43e04260410e66e767a4b247d0af8b46
10 Patch0:         %{name}-TERM.patch
11 Patch1:         %{name}-locale-names.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  GConf2-devel >= 2.6.0
14 Buildrequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gtk+2-devel >= 2:2.4.0
17 Buildrequires:  gnome-vfs2-devel >= 2.6.0
18 BuildRequires:  intltool
19 BuildRequires:  libglade2-devel >= 1:2.3.6
20 BuildRequires:  libgnomeui-devel >= 2.6.0
21 BuildRequires:  libtool
22 BuildRequires:  pkgconfig >= 0.12.0
23 BuildRequires:  rpm-build >= 4.1-10
24 BuildRequires:  scrollkeeper
25 BuildRequires:  startup-notification-devel >= 0.5
26 BuildRequires:  vte-devel >= 0.11.10-3
27 BuildRequires:  xft-devel >= 2.1-2
28 Requires(post): GConf2
29 Requires(post): scrollkeeper
30 Requires:       libgnomeui >= 2.6.0
31 Requires:       terminfo
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 This is a terminal thing that isn't finished at all.
36
37 %description -l pl
38 To jest terminal, na razie ca³kowicie nie dokoñczony.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43 %patch1 -p1
44
45 mv po/{no,nb}.po
46
47 %build
48 cp -f /usr/share/automake/config.sub .
49 %{__libtoolize}
50 %{__aclocal}
51 %{__autoconf}
52 %{__automake}
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT \
61         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
62         localedir=%{_localedir}
63
64 %find_lang %{name} --with-gnome --all-name
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post
70 /usr/bin/scrollkeeper-update
71 %gconf_schema_install
72
73 %postun -p /usr/bin/scrollkeeper-update
74
75 %files -f %{name}.lang
76 %defattr(644,root,root,755)
77 %doc README ChangeLog NEWS TODO AUTHORS
78 %doc %{_omf_dest_dir}/%{name}
79 %attr(755,root,root) %{_bindir}/*
80 %{_sysconfdir}/gconf/schemas/*
81 %{_datadir}/%{name}
82 %{_libdir}/bonobo/servers/*
83 %{_desktopdir}/*
84 %{_pixmapsdir}/*
85 %{_datadir}/application-registry/*
This page took 0.438427 seconds and 4 git commands to generate.