]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- massive attack: adding Source-md5
[packages/gnome-terminal.git] / gnome-terminal.spec
1 Summary:        GNOME Terminal
2 Summary(pl):    Terminal dla GNOME
3 Name:           gnome-terminal
4 Version:        2.3.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
9 # Source0-md5:  804adbea68ed98f839beec3f07dc6cd6
10 Patch0:         %{name}-TERM.patch
11 URL:            http://www.gnome.org/
12 BuildRequires:  GConf2-devel >= 2.3.2
13 BuildRequires:  Xft-devel >= 2.1-2
14 BuildRequires:  gtk+2-devel >= 2.2.0
15 BuildRequires:  libglade2-devel >= 2.0.0
16 BuildRequires:  libgnomeui-devel >= 2.3.0
17 BuildRequires:  pkgconfig >= 0.12.0
18 BuildRequires:  rpm-build >= 4.1-10
19 BuildRequires:  scrollkeeper
20 BuildRequires:  startup-notification-devel >= 0.5
21 BuildRequires:  vte-devel >= 0.11.7
22 Requires:       libgnomeui >= 2.3.0
23 Requires(post,postun):  scrollkeeper
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 This is a terminal thing that isn't finished at all.
28
29 %description -l pl
30 To jest terminal, na razie ca³kowicie nie dokoñczony.
31
32 %prep
33 %setup -q 
34 %patch0 -p1
35
36 %build
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
47
48 %find_lang %{name} --with-gnome --all-name
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %post 
54 scrollkeeper-update
55 %gconf_schema_install
56
57 %postun
58 scrollkeeper-update
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc README ChangeLog NEWS TODO AUTHORS
63 %doc %{_omf_dest_dir}/%{name}
64 %attr(755,root,root) %{_bindir}/*
65 %{_sysconfdir}/gconf/schemas/*
66 %{_datadir}/%{name}
67 %{_datadir}/applications/*
68 %{_libdir}/bonobo/servers/*
69 %{_datadir}/pixmaps/*
This page took 0.11545 seconds and 4 git commands to generate.