]> git.pld-linux.org Git - packages/gnome-terminal.git/blame - gnome-terminal.spec
- release 2
[packages/gnome-terminal.git] / gnome-terminal.spec
CommitLineData
5a403dc3 1Summary: GNOME Terminal
efc40c78 2Summary(pl.UTF-8): Terminal dla GNOME
36e1892e 3Name: gnome-terminal
44d10ecc 4Version: 2.26.2
2427d90e 5Release: 2
98a016ef 6License: GPL v2+
5a403dc3 7Group: X11/Applications
910351b3 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.26/%{name}-%{version}.tar.bz2
44d10ecc 9# Source0-md5: f4f64b9b67c7a3147799ee10f7cf00e1
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
9c69e06f 22BuildRequires: pkgconfig >= 1:0.12.0
436e2987 23BuildRequires: rpmbuild(find_lang) >= 1.23
a19a64fd 24BuildRequires: rpmbuild(macros) >= 1.197
9c6680eb 25BuildRequires: scrollkeeper
4859694d 26BuildRequires: startup-notification-devel >= 0.8
910351b3 27BuildRequires: vte-devel >= 0.20.0
7898ce08 28BuildRequires: xorg-lib-libSM-devel
a19a64fd 29Requires(post,postun): scrollkeeper
98a016ef 30Requires(post,preun): GConf2
9581d2cc 31Requires: startup-notification >= 0.8
ca41d96f 32Requires: terminfo
910351b3 33Requires: vte >= 0.20.0
d557b31a 34# sr@Latn vs. sr@latin
35Conflicts: glibc-misc < 6:2.7
36e1892e
AF
36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
36e1892e 38%description
5a403dc3 39This is a terminal thing that isn't finished at all.
36e1892e 40
41640346
JR
41%description -l pl.UTF-8
42To jest terminal, na razie całkowicie nie dokończony.
36e1892e
AF
43
44%prep
0a626983 45%setup -q
436e2987 46
36e1892e 47%build
2df50a1b 48%{__intltoolize}
fecbfb8a 49%{__gnome_doc_common}
7f9c0d4a 50%{__libtoolize}
51%{__aclocal}
52%{__autoconf}
98a016ef 53%{__autoheader}
7f9c0d4a 54%{__automake}
fe6ba419 55%configure \
56 --disable-schemas-install \
57 --disable-scrollkeeper
36e1892e
AF
58%{__make}
59
60%install
61rm -rf $RPM_BUILD_ROOT
36e1892e 62
2702513a
AF
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT \
88f1cbe7 65 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
66 localedir=%{_localedir}
36e1892e 67
3c681562 68rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
bc981883 69
436e2987 70%find_lang %{name} --with-gnome --with-omf --all-name
36e1892e
AF
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
b9163d02 75%post
3c681562 76%gconf_schema_install gnome-terminal.schemas
77%scrollkeeper_update_post
36e1892e 78
3c681562 79%preun
80%gconf_schema_uninstall gnome-terminal.schemas
81
82%postun
83%scrollkeeper_update_postun
2702513a 84
36e1892e
AF
85%files -f %{name}.lang
86%defattr(644,root,root,755)
2df50a1b 87%doc AUTHORS ChangeLog NEWS README
98a016ef 88%attr(755,root,root) %{_bindir}/gnome-terminal
2df50a1b 89%{_datadir}/%{name}
98a016ef 90%{_desktopdir}/gnome-terminal.desktop
2df50a1b 91%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
This page took 0.038842 seconds and 4 git commands to generate.