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