]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- merged from DEVEL
[packages/gnome-terminal.git] / gnome-terminal.spec
1 Summary:        GNOME Terminal
2 Summary(pl.UTF-8):      Terminal dla GNOME
3 Name:           gnome-terminal
4 Version:        2.28.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.28/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9cdc3581a03a44dd693663991d1c1e9f
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.24.0
12 BuildRequires:  autoconf >= 2.53
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  dbus-glib-devel >= 0.74
15 BuildRequires:  gettext-devel
16 BuildRequires:  glib2-devel >= 1:2.16.0
17 BuildRequires:  gnome-common >= 2.24.0
18 BuildRequires:  gnome-doc-utils >= 0.14.0
19 BuildRequires:  gtk+2-devel >= 2:2.14.0
20 BuildRequires:  intltool >= 0.40.0
21 BuildRequires:  libtool
22 BuildRequires:  pkgconfig >= 1:0.12.0
23 BuildRequires:  rpmbuild(find_lang) >= 1.23
24 BuildRequires:  rpmbuild(macros) >= 1.197
25 BuildRequires:  scrollkeeper
26 BuildRequires:  startup-notification-devel >= 0.8
27 BuildRequires:  vte-devel >= 0.20.0
28 BuildRequires:  xorg-lib-libSM-devel
29 Requires(post,postun):  scrollkeeper
30 Requires(post,preun):   GConf2
31 Requires:       startup-notification >= 0.8
32 Requires:       terminfo
33 Requires:       vte >= 0.20.0
34 # sr@Latn vs. sr@latin
35 Conflicts:      glibc-misc < 6:2.7
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 This is a terminal thing that isn't finished at all.
40
41 %description -l pl.UTF-8
42 To jest terminal, na razie całkowicie nie dokończony.
43
44 %prep
45 %setup -q
46
47 %build
48 %{__intltoolize}
49 %{__gnome_doc_common}
50 %{__libtoolize}
51 %{__aclocal}
52 %{__autoconf}
53 %{__autoheader}
54 %{__automake}
55 %configure \
56         --disable-schemas-install \
57         --disable-scrollkeeper
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT \
65         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
66         localedir=%{_localedir}
67
68 rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
69
70 %find_lang %{name} --with-gnome --with-omf --all-name
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post
76 %gconf_schema_install gnome-terminal.schemas
77 %scrollkeeper_update_post
78
79 %preun
80 %gconf_schema_uninstall gnome-terminal.schemas
81
82 %postun
83 %scrollkeeper_update_postun
84
85 %files -f %{name}.lang
86 %defattr(644,root,root,755)
87 %doc AUTHORS ChangeLog NEWS README
88 %attr(755,root,root) %{_bindir}/gnome-terminal
89 %{_datadir}/%{name}
90 %{_desktopdir}/gnome-terminal.desktop
91 %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
This page took 0.063174 seconds and 4 git commands to generate.