%define majver %(echo %version | cut -d. -f 1-2) Name: libvte0 Version: 0.28.2 Release: 1mamba Summary: An experimental terminal emulator Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.gnome.org Source: http://ftp.gnome.org/pub/GNOME/sources/vte/%{majver}/vte-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: gtk-doc BuildRequires: libatk-devel BuildRequires: libcairo-devel BuildRequires: libexpat-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libglib-devel BuildRequires: libglitz-devel BuildRequires: libgtk-devel BuildRequires: libncurses-devel BuildRequires: libpango-devel BuildRequires: libpixman-devel BuildRequires: libpng12-devel BuildRequires: libpthread-stubs-devel BuildRequires: libpython-devel BuildRequires: libselinux-devel BuildRequires: libstdc++6-devel BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libxcb-devel BuildRequires: libxcb-util-devel BuildRequires: libXdmcp-devel BuildRequires: libXrender-devel BuildRequires: libz-devel BuildRequires: pygtk-devel ## AUTOBUILDREQ-END BuildRequires: intltool BuildRequires: perl BuildRequires: perl-XML-Parser BuildRequires: gettext-devel BuildRequires: pkgconfig BuildRequires: pygobject-devel BuildRequires: gtk-doc Requires: pygtk BuildRoot: %{_tmppath}/%{name}-%{version}-root %description VTE is an experimental terminal emulator widget for use with GTK+. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel The VTE package contains a termcap file implementation for terminal emulators. This package contains static libraries and header files need for development. %package -n python-vte Group: System/Libraries/Python Summary: Python bindings for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n python-vte The VTE package contains a termcap file implementation for terminal emulators. This package contains the Python bindings. %package apidocs Summary: %{name} API documentation Group: Documentation Requires: gtk-doc %description apidocs %{name} API documentation. %prep %setup -q -n vte-%{version} %build %configure \ --enable-shared \ --disable-static \ --enable-python \ --enable-gtk-doc \ --with-default-emulation=xterm \ --with-gtk=2.0 \ PYTHON=%{__python} %make #pyexecdir=%{_libdir}/site-python %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall #pyexecdir=%{_libdir}/site-python %{find_lang} vte-0.0 %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f vte-0.0.lang %defattr(-,root,root) %{_bindir}/vte %{_libdir}/*.so.* #%{_libdir}/vte-*/ %{_datadir}/vte/termcap-0.0/xterm %{_libexecdir}/gnome-pty-helper %doc AUTHORS COPYING ChangeLog HACKING NEWS README %doc doc/{*.txt,openi18n/*.txt} %files -n python-vte %defattr(-,root,root) %python_sitearch/gtk-2.0/* %{_datadir}/pygtk/2.0/defs/vte.defs %files devel %defattr(-,root,root) %{_includedir}/vte-*/ %{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %files apidocs %defattr(-,root,root) %{_datadir}/gtk-doc/html/vte-*/ %changelog * Wed Apr 25 2012 Automatic Build System 0.28.2-1mamba - automatic version update by autodist * Sun Jun 19 2011 Automatic Build System 0.28.1-1mamba - automatic update by autodist * Sat Apr 23 2011 Silvan Calarco 0.28.0-2mamba - rebuilt as legacy package (gtk 2.0 version) * Wed Apr 06 2011 Automatic Build System 0.28.0-1mamba - automatic update by autodist * Sat Nov 13 2010 Automatic Build System 0.26.2-1mamba - automatic update to 0.26.2 by autodist * Mon Oct 25 2010 Automatic Build System 0.26.1-1mamba - automatic update to 0.26.1 by autodist * Thu Jul 15 2010 Automatic Build System 0.24.3-1mamba - automatic update to 0.24.3 by autodist * Tue Jun 22 2010 Silvan Calarco 0.24.2-2mamba - added python subpackage * Mon Jun 21 2010 Automatic Build System 0.24.2-1mamba - automatic update to 0.24.2 by autodist * Sat May 29 2010 Automatic Build System 0.24.1-1mamba - automatic update to 0.24.1 by autodist * Tue Sep 29 2009 Automatic Build System 0.22.2-1mamba - automatic update to 0.22.2 by autodist * Mon Jul 06 2009 Silvan Calarco 0.20.5-1mamba - update to 0.20.5 * Wed May 20 2009 Automatic Build System 0.16.14-2mamba - automatic rebuild by autodist * Wed Feb 04 2009 Silvan Calarco 0.16.14-1mamba - automatic update by autodist * Sun Nov 02 2008 Silvan Calarco 0.16.13-1mamba - automatic update by autodist * Thu Oct 18 2007 Silvan Calarco 0.16.9-1mamba - update to 0.16.9 - specfile changed for automatic updates * Wed Apr 11 2007 Davide Madrisan 0.16.0-2mamba - modified specfile to permit automatic updates - new subpackage apidocs with API documentation - own %{_includedir}/vte directory - added the build requirement for pygobject-devel - do not build static libraries - removed desktop file and icon for jchempaint (?) * Tue Apr 10 2007 Tiziano Pratellesi 0.16.0-1mamba - update to version 0.16.0 * Fri Oct 28 2005 Davide Madrisan 0.11.15-2qilnx - moved python libraries to the main package - specfile fixes - gtk-doc files moved to devel package * Mon Sep 19 2005 Alessandro Ramazzina 0.11.15-1qilnx - package created by autospec