]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- updated to 2.28.2
[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.2
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:  aa053ff38932cf032c70ab6522603053
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:  libxml2-progs
23 BuildRequires:  pkgconfig >= 1:0.12.0
24 BuildRequires:  rpmbuild(find_lang) >= 1.23
25 BuildRequires:  rpmbuild(macros) >= 1.197
26 BuildRequires:  scrollkeeper
27 BuildRequires:  startup-notification-devel >= 0.8
28 BuildRequires:  vte-devel >= 0.22.0
29 BuildRequires:  xorg-lib-libSM-devel
30 Requires(post,postun):  scrollkeeper
31 Requires(post,preun):   GConf2
32 # workaround for https://bugzilla.gnome.org/show_bug.cgi?id=590774
33 Requires:       libgnome
34 #
35 Requires:       startup-notification >= 0.8
36 Requires:       terminfo
37 Requires:       vte >= 0.22.0
38 # sr@Latn vs. sr@latin
39 Conflicts:      glibc-misc < 6:2.7
40 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
42 %description
43 This is a terminal thing that isn't finished at all.
44
45 %description -l pl.UTF-8
46 To jest terminal, na razie całkowicie nie dokończony.
47
48 %prep
49 %setup -q
50
51 %build
52 %{__intltoolize}
53 %{__gnome_doc_common}
54 %{__libtoolize}
55 %{__aclocal}
56 %{__autoconf}
57 %{__autoheader}
58 %{__automake}
59 %configure \
60         --disable-schemas-install \
61         --disable-scrollkeeper
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT \
69         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
70         localedir=%{_localedir}
71
72 rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
73
74 %find_lang %{name} --with-gnome --with-omf --all-name
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %post
80 %gconf_schema_install gnome-terminal.schemas
81 %scrollkeeper_update_post
82
83 %preun
84 %gconf_schema_uninstall gnome-terminal.schemas
85
86 %postun
87 %scrollkeeper_update_postun
88
89 %files -f %{name}.lang
90 %defattr(644,root,root,755)
91 %doc AUTHORS ChangeLog NEWS README
92 %attr(755,root,root) %{_bindir}/gnome-terminal
93 %{_datadir}/%{name}
94 %{_desktopdir}/gnome-terminal.desktop
95 %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
This page took 0.084752 seconds and 4 git commands to generate.