]> git.pld-linux.org Git - packages/vte.git/blame - vte.spec
- updated to 0.24.3
[packages/vte.git] / vte.spec
CommitLineData
cfe79c9b 1Summary: VTE terminal widget library
d2828306 2Summary(pl.UTF-8): Biblioteka z kontrolką terminala VTE
cfe79c9b 3Name: vte
aeabb99e
MB
4Version: 0.24.3
5Release: 1
175e6d03 6License: LGPL v2+
cfe79c9b 7Group: X11/Libraries
0471d6bf 8Source0: http://ftp.gnome.org/pub/GNOME/sources/vte/0.24/%{name}-%{version}.tar.bz2
aeabb99e 9# Source0-md5: 3eba555eab7ccbbe5ca056bb203a14ab
f1c2e26c 10BuildRequires: autoconf >= 2.59-9
caeedbd5 11BuildRequires: automake >= 1:1.9
b20f4843 12BuildRequires: docbook-dtd412-xml
049c0677 13BuildRequires: gettext-devel
0471d6bf 14BuildRequires: glib2-devel >= 1:2.22.0
65f8a03f 15BuildRequires: gnome-common
caeedbd5 16BuildRequires: gtk+2-devel >= 2:2.14.0
0471d6bf 17BuildRequires: gtk-doc >= 1.13
864b9f3d 18BuildRequires: gtk-doc-automake
caeedbd5 19BuildRequires: intltool >= 0.40.0
cfe79c9b 20BuildRequires: libtool
049c0677
KK
21BuildRequires: ncurses-devel
22BuildRequires: pkgconfig
175e6d03 23BuildRequires: python-pygtk-devel >= 2:2.12.0
0826a857 24BuildRequires: rpm-pythonprov
4e828b2a 25BuildRequires: rpmbuild(macros) >= 1.197
cfe79c9b 26Requires(pre): utempter
ee7305dd
MB
27# sr@Latn vs. sr@latin
28Conflicts: glibc-misc < 6:2.7
cfe79c9b
AF
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
cfe79c9b
AF
31%description
32The vte package contains a terminal widget for GTK+. It's used by
33gnome-terminal among other programs.
34
6c917d2d
JR
35%description -l pl.UTF-8
36Ten pakiet zawiera kontrolkę terminala dla GTK+. Jest używany przez
cfe79c9b
AF
37gnome-terminal oraz inne programy.
38
39%package devel
c98f6e1e 40Summary: Headers for VTE
d2828306 41Summary(pl.UTF-8): Pliki nagłówkowe VTE
cfe79c9b 42Group: X11/Development/Libraries
efc3b9e1 43Requires: %{name} = %{version}-%{release}
0471d6bf 44Requires: glib2-devel >= 1:2.22.0
caeedbd5 45Requires: gtk+2-devel >= 2:2.14.0
f41aff32 46Requires: ncurses-devel
cfe79c9b
AF
47Conflicts: gnome-libs-devel < 1.4.1.2
48
49%description devel
50The vte package contains a terminal widget for GTK+. It's used by
51gnome-terminal among other programs.
52
d74d41f0
MB
53You should install the vte-devel package if you would like to compile
54applications that use the vte terminal widget. You do not need to
55install vte-devel if you just want to use precompiled applications.
cfe79c9b 56
6c917d2d
JR
57%description devel -l pl.UTF-8
58Pliki nagłówkowe potrzebne do kompilowania programów używających vte.
cfe79c9b
AF
59
60%package static
c98f6e1e 61Summary: Static VTE library
d2828306 62Summary(pl.UTF-8): Statyczna biblioteka VTE
cfe79c9b 63Group: X11/Development/Libraries
efc3b9e1 64Requires: %{name}-devel = %{version}-%{release}
cfe79c9b
AF
65Conflicts: gnome-libs-static < 1.4.1.2
66
67%description static
c98f6e1e 68Static version of VTE libraries.
cfe79c9b 69
6c917d2d 70%description static -l pl.UTF-8
c98f6e1e 71Statyczna wersja bibliotek VTE.
cfe79c9b 72
bc58e180 73%package -n python-vte
c98f6e1e 74Summary: Python VTE module
d2828306 75Summary(pl.UTF-8): Moduł VTE dla pythona
65f8a03f 76Group: Libraries/Python
58ac5d7b 77%pyrequires_eq python-libs
efc3b9e1 78Requires: %{name} = %{version}-%{release}
175e6d03 79Requires: python-pygtk-gtk >= 2:2.12.0
bc58e180 80
81%description -n python-vte
c98f6e1e 82Python VTE library.
bc58e180 83
6c917d2d 84%description -n python-vte -l pl.UTF-8
c98f6e1e 85Biblioteka VTE dla pythona.
bc58e180 86
65f8a03f
MB
87%package -n python-vte-devel
88Summary: Development files for VTE Python bindings
89Summary(pl.UTF-8): Pliki programistyczne wiązań Pythona do VTE
90Group: Development/Languages/Python
91Requires: %{name}-devel = %{version}-%{release}
92Requires: python-vte = %{version}-%{release}
93
94%description -n python-vte-devel
95Development files for VTE Python bindings.
96
97%description -n python-vte-devel -l pl.UTF-8
98Pliki programistyczne wiązań Pythona do VTE.
99
895c278e 100%package apidocs
101Summary: VTE API documentation
d2828306 102Summary(pl.UTF-8): Dokumentacja API VTE
895c278e 103Group: Documentation
104Requires: gtk-doc-common
105
106%description apidocs
107VTE API documentation.
108
6c917d2d 109%description apidocs -l pl.UTF-8
895c278e 110Dokumentacja API VTE.
111
cfe79c9b 112%prep
28fdb696 113%setup -q
cfe79c9b
AF
114
115%build
65f8a03f 116%{__gtkdocize}
62df6718 117%{__glib_gettextize}
a3456d5d 118%{__intltoolize}
dcd5996b 119%{__libtoolize}
120%{__aclocal}
121%{__autoheader}
122%{__automake}
123%{__autoconf}
6c8a1130 124cd gnome-pty-helper
125%{__libtoolize}
126%{__aclocal}
127%{__autoheader}
128%{__automake}
129%{__autoconf}
130cd ..
d146662f 131%configure \
0471d6bf 132 --disable-silent-rules \
d146662f 133 --enable-gtk-doc \
f1c2e26c 134 --with-default-emulation=xterm \
65f8a03f 135 --with-html-dir=%{_gtkdocdir}
7c0544b4 136%{__make}
cfe79c9b
AF
137
138%install
139rm -rf $RPM_BUILD_ROOT
140
141%{__make} install \
7c0544b4 142 DESTDIR=$RPM_BUILD_ROOT
ead4696e 143
efc3b9e1 144rm -f $RPM_BUILD_ROOT%{py_sitedir}/gtk-2.0/*.{la,a}
cfe79c9b 145
551fb57d 146rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/en@shaw
e6a03317 147
ee7305dd 148%find_lang %{name}
cfe79c9b
AF
149
150%clean
151rm -rf $RPM_BUILD_ROOT
152
153%post -p /sbin/ldconfig
154%postun -p /sbin/ldconfig
155
7f894692 156%files -f vte.lang
cfe79c9b 157%defattr(644,root,root,755)
f1c2e26c 158%doc AUTHORS ChangeLog MAINTAINERS NEWS README
cfe79c9b 159%attr(755,root,root) %{_bindir}/vte
f1c2e26c 160%attr(755,root,root) %{_libdir}/libvte.so.*.*.*
ebb96e2a 161%attr(755,root,root) %ghost %{_libdir}/libvte.so.9
cfe79c9b
AF
162%dir %{_libdir}/vte
163%attr(755,root,root) %{_libdir}/vte/*
164%attr(2755,root,utmp) %{_libdir}/gnome-pty-helper
90bd3967 165%{_datadir}/vte
cfe79c9b
AF
166
167%files devel
168%defattr(644,root,root,755)
f1c2e26c
JB
169%attr(755,root,root) %{_libdir}/libvte.so
170%{_libdir}/libvte.la
171%{_includedir}/vte
172%{_pkgconfigdir}/vte.pc
cfe79c9b
AF
173
174%files static
175%defattr(644,root,root,755)
f1c2e26c 176%{_libdir}/libvte.a
bc58e180 177
895c278e 178%files apidocs
179%defattr(644,root,root,755)
f1c2e26c 180%{_gtkdocdir}/vte
895c278e 181
bc58e180 182%files -n python-vte
cba5de48 183%defattr(644,root,root,755)
f1c2e26c 184%attr(755,root,root) %{py_sitedir}/gtk-2.0/vtemodule.so
65f8a03f
MB
185
186%files -n python-vte-devel
187%defattr(644,root,root,755)
188%{_datadir}/pygtk/2.0/defs/*.defs
189%{_pkgconfigdir}/pyvte.pc
This page took 0.362324 seconds and 4 git commands to generate.