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