File evilvte.spec of Package evilvte
#
# spec file for package evilvte (Version 0.4.3)
#
# Copyright 2009 Mario García H.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# norootforbuild
Summary: VTE based highly customizable terminal emulator
Name: evilvte
Version: 0.4.3
Release: 1
Source0: %{name}-%{version}.tar.gz
Patch0: %{name}-%{version}.diff
Vendor: %{vendor}
URL: http://www.calno.com/evilvte/
License: GPLv2
Group: Productivity/Other
BuildRequires: xorg-x11-libX11-devel vte-devel gtk2-devel
BuildRequires: update-desktop-files
BuildRoot: %{_builddir}/%{name}-%{version}-build
%description
VTE based, highly customizable terminal emulator
This version features :
* no tabs
* right click to switch encoding
* supports almost all VTE features
* real transparency
* configured during build-time so it keeps fast
%prep
%setup -q
%patch0 -p1
%build
CFLAGS=$RPM_OPT_FLAGS CXXFLAGS=$CFLAGS
./configure --prefix=%{_prefix}
%{__make} %{?jobs:-j%jobs}
%debug_package
%install
%{__make} DESTDIR=$RPM_BUILD_ROOT install
%suse_update_desktop_file -i %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0755,root,root) %{_bindir}/showvte
%{_datadir}/applications/%{name}.desktop
%{_datadir}/man/man1/%{name}.1.gz
%{_datadir}/man/man1/showvte.1.gz
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%exclude /usr/lib/debug/.*
%exclude /usr/lib/debug/*
%changelog
* Wed Aug 12 2009 Mario García H. <code933k@gmail.com> - 0.4.3
- Initial package.