]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
78b1505d3b32bb2b181b27c8af3bbf077e36822f
[packages/gnome-terminal.git] / gnome-terminal.spec
1 Summary:        -
2 Summary(pl):    -
3 Name:           gnome-terminal
4 Version:        1.9.6
5 Release:        0.1
6 License:        GPL
7 Group:          -
8 Source0:        ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
9 URL:            http://www.gnome.org/
10 BuildRequires:  pkgconfig >= 0.12.0
11 BuildRequires:  libzvt-devel >= 1.115.2
12 BuildRequires:  gtk+2-devel >= 2.0.2
13 BuildRequires:  GConf2-devel >= 1.1.10
14 BuildRequires:  libglade2-devel
15 BuildRequires:  libgnomeui-devel
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
23 %description -l pl
24
25 %prep
26 %setup -q 
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT
35
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 gzip -9nf README ChangeLog NEWS TODO AUTHORS
39
40 %find_lang %{name} --with-gnome --all-name
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %post 
46 GCONF_CONFIG_SOURCE="" %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null
47
48 %files -f %{name}.lang
49 %defattr(644,root,root,755)
50 %doc *.gz
51 %attr(755,root,root) %{_bindir}/*
52 %{_datadir}/%{name}
53 %{_datadir}/applications/*
54 %{_libdir}/bonobo/servers/*
55 %{_datadir}/pixmaps/*
56 #no doc
57 #%{_datadir}/gnome/help/%{name}
This page took 0.057865 seconds and 3 git commands to generate.