]> git.pld-linux.org Git - packages/gnome-terminal.git/blame - gnome-terminal.spec
- BR: libxml2-progs
[packages/gnome-terminal.git] / gnome-terminal.spec
CommitLineData
5a403dc3 1Summary: GNOME Terminal
efc40c78 2Summary(pl.UTF-8): Terminal dla GNOME
36e1892e 3Name: gnome-terminal
69468a75 4Version: 2.28.1
3cc41f61 5Release: 1
98a016ef 6License: GPL v2+
5a403dc3 7Group: X11/Applications
3cc41f61 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.28/%{name}-%{version}.tar.bz2
69468a75 9# Source0-md5: d0eea9c1fe86260bb302c5650259a2ed
36e1892e 10URL: http://www.gnome.org/
3ae17249 11BuildRequires: GConf2-devel >= 2.24.0
7ab0ecc4 12BuildRequires: autoconf >= 2.53
98a016ef 13BuildRequires: automake >= 1:1.9
7898ce08 14BuildRequires: dbus-glib-devel >= 0.74
98a016ef
PZ
15BuildRequires: gettext-devel
16BuildRequires: glib2-devel >= 1:2.16.0
3ae17249
MB
17BuildRequires: gnome-common >= 2.24.0
18BuildRequires: gnome-doc-utils >= 0.14.0
3ae17249 19BuildRequires: gtk+2-devel >= 2:2.14.0
269a6dc9 20BuildRequires: intltool >= 0.40.0
7f9c0d4a 21BuildRequires: libtool
19bc7ba1 22BuildRequires: libxml2-progs
9c69e06f 23BuildRequires: pkgconfig >= 1:0.12.0
436e2987 24BuildRequires: rpmbuild(find_lang) >= 1.23
a19a64fd 25BuildRequires: rpmbuild(macros) >= 1.197
9c6680eb 26BuildRequires: scrollkeeper
4859694d 27BuildRequires: startup-notification-devel >= 0.8
69468a75 28BuildRequires: vte-devel >= 0.22.0
7898ce08 29BuildRequires: xorg-lib-libSM-devel
a19a64fd 30Requires(post,postun): scrollkeeper
98a016ef 31Requires(post,preun): GConf2
de6a87db
MB
32# workaround for https://bugzilla.gnome.org/show_bug.cgi?id=590774
33Requires: libgnome
34#
9581d2cc 35Requires: startup-notification >= 0.8
ca41d96f 36Requires: terminfo
69468a75 37Requires: vte >= 0.22.0
d557b31a 38# sr@Latn vs. sr@latin
39Conflicts: glibc-misc < 6:2.7
36e1892e
AF
40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
36e1892e 42%description
5a403dc3 43This is a terminal thing that isn't finished at all.
36e1892e 44
41640346
JR
45%description -l pl.UTF-8
46To jest terminal, na razie całkowicie nie dokończony.
36e1892e
AF
47
48%prep
0a626983 49%setup -q
436e2987 50
36e1892e 51%build
2df50a1b 52%{__intltoolize}
fecbfb8a 53%{__gnome_doc_common}
7f9c0d4a 54%{__libtoolize}
55%{__aclocal}
56%{__autoconf}
98a016ef 57%{__autoheader}
7f9c0d4a 58%{__automake}
fe6ba419 59%configure \
60 --disable-schemas-install \
61 --disable-scrollkeeper
36e1892e
AF
62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
36e1892e 66
2702513a
AF
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT \
88f1cbe7 69 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
70 localedir=%{_localedir}
36e1892e 71
3c681562 72rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
bc981883 73
436e2987 74%find_lang %{name} --with-gnome --with-omf --all-name
36e1892e
AF
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
b9163d02 79%post
3c681562 80%gconf_schema_install gnome-terminal.schemas
81%scrollkeeper_update_post
36e1892e 82
3c681562 83%preun
84%gconf_schema_uninstall gnome-terminal.schemas
85
86%postun
87%scrollkeeper_update_postun
2702513a 88
36e1892e
AF
89%files -f %{name}.lang
90%defattr(644,root,root,755)
2df50a1b 91%doc AUTHORS ChangeLog NEWS README
98a016ef 92%attr(755,root,root) %{_bindir}/gnome-terminal
2df50a1b 93%{_datadir}/%{name}
98a016ef 94%{_desktopdir}/gnome-terminal.desktop
2df50a1b 95%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
This page took 0.046861 seconds and 4 git commands to generate.