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