]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - gnome-terminal.spec
- updated to 2.32.1
[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.32.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.32/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e6f10df23058c810bf07b330b53e6d0b
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.32.0
12 BuildRequires:  autoconf >= 2.53
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  docbook-dtd412-xml
15 BuildRequires:  gettext-devel
16 BuildRequires:  glib2-devel >= 1:2.26.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:  sed >= 4.0
28 BuildRequires:  vte-devel >= 0.26.0
29 BuildRequires:  xorg-lib-libSM-devel
30 Requires(post,postun):  scrollkeeper
31 Requires(post,preun):   GConf2
32 Requires:       GConf2 >= 2.32.0
33 Requires:       glib2 >= 1:2.26.0
34 # workaround for https://bugzilla.gnome.org/show_bug.cgi?id=590774
35 Requires:       libgnome
36 #
37 Requires:       terminfo
38 Requires:       vte >= 0.26.0
39 # sr@Latn vs. sr@latin
40 Conflicts:      glibc-misc < 6:2.7
41 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
43 %description
44 This is a terminal thing that isn't finished at all.
45
46 %description -l pl.UTF-8
47 To jest terminal, na razie całkowicie nie dokończony.
48
49 %prep
50 %setup -q
51
52 sed -i -e 's/^en@shaw//' po/LINGUAS
53 rm -f po/en@shaw.po
54
55 %build
56 %{__intltoolize}
57 %{__gnome_doc_common}
58 %{__libtoolize}
59 %{__aclocal}
60 %{__autoconf}
61 %{__autoheader}
62 %{__automake}
63 %configure \
64         --disable-schemas-install \
65         --disable-scrollkeeper \
66         --disable-silent-rules
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT \
74         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
75         localedir=%{_localedir}
76
77 rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
78
79 %find_lang %{name} --with-gnome --with-omf --all-name
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post
85 %gconf_schema_install gnome-terminal.schemas
86 %scrollkeeper_update_post
87
88 %preun
89 %gconf_schema_uninstall gnome-terminal.schemas
90
91 %postun
92 %scrollkeeper_update_postun
93
94 %files -f %{name}.lang
95 %defattr(644,root,root,755)
96 %doc AUTHORS ChangeLog NEWS README
97 %attr(755,root,root) %{_bindir}/gnome-terminal
98 %{_datadir}/%{name}
99 %{_desktopdir}/gnome-terminal.desktop
100 %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
This page took 0.044143 seconds and 4 git commands to generate.