Terminal emulator with all the bells and whistles
https://www.enlightenment.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
11 years ago
|
%define _missing_doc_files_terminate_build 0
|
||
|
%{!?_rel:%{expand:%%global _rel 0.enl%{?dist}}}
|
||
|
|
||
|
Summary: EFL Terminal Emulator
|
||
|
Name: @PACKAGE@
|
||
|
Version: @VERSION@
|
||
|
Release: %{_rel}
|
||
|
License: BSD
|
||
|
Group: Applications/System
|
||
|
Source: %{name}-%{version}.tar.gz
|
||
|
Packager: %{?_packager:%{_packager}}%{!?_packager:Rui Miguel Seabra <rms@1407.org>}
|
||
|
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)}
|
||
|
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
|
||
|
URL: http://www.enlightenment.org/
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
Requires: elementary, emotion
|
||
|
BuildRequires: elementary-devel, emotion-devel
|
||
|
|
||
|
%description
|
||
|
EFL Terminal Emulator
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%{configure} --prefix=%{_prefix}
|
||
|
%{__make} %{?_smp_mflags} %{?mflags}
|
||
|
|
||
|
%install
|
||
|
%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
|
||
|
|
||
|
%clean
|
||
|
test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-, root, root)
|
||
|
%doc AUTHORS COPYING README
|
||
|
%{_bindir}/terminology
|
||
|
%{_datadir}/applications/terminology.desktop
|
||
|
%{_datadir}/terminology/fonts/*.pcf
|
||
|
%{_datadir}/terminology/themes/*.edj
|
||
|
%{_datadir}/terminology/images/terminology.png
|
||
|
%{_datadir}/icons/terminology.png
|
||
|
#%{_datadir}/locale/*
|
||
|
|
||
|
%changelog
|