]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- Group, Summaries and short descriptions
[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.6
5 Release:        0.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.115.2
15 BuildRequires:  pkgconfig >= 0.12.0
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
30 %build
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 gzip -9nf README ChangeLog NEWS TODO AUTHORS
41
42 %find_lang %{name} --with-gnome --all-name
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post 
48 GCONF_CONFIG_SOURCE="" %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null
49
50 %files -f %{name}.lang
51 %defattr(644,root,root,755)
52 %doc *.gz
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/%{name}
55 %{_datadir}/applications/*
56 %{_libdir}/bonobo/servers/*
57 %{_datadir}/pixmaps/*
58 #no doc
59 #%{_datadir}/gnome/help/%{name}
This page took 0.040786 seconds and 4 git commands to generate.