]> git.pld-linux.org Git - packages/gnome-terminal.git/blame - gnome-terminal.spec
from template.spec, build ok but have problems with non ASCII chars
[packages/gnome-terminal.git] / gnome-terminal.spec
CommitLineData
36e1892e
AF
1Summary: -
2Summary(pl): -
3Name: gnome-terminal
4Version: 1.9.6
5Release: 0.1
6License: GPL
7Group: -
8Source0: ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
9URL: http://www.gnome.org/
10BuildRequires: pkgconfig >= 0.12.0
11BuildRequires: libzvt-devel >= 1.115.2
12BuildRequires: gtk+2-devel >= 2.0.2
13BuildRequires: GConf2-devel >= 1.1.10
14BuildRequires: libglade2-devel
15BuildRequires: libgnomeui-devel
16BuildRoot: %{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
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT
35
36%{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38gzip -9nf README ChangeLog NEWS TODO AUTHORS
39
40%find_lang %{name} --with-gnome --all-name
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%post
46GCONF_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.068156 seconds and 4 git commands to generate.