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