File e-text-editor.spec of Package e-text-editor
#
# Spec file for package e-text-editor (Version 1.0.32)
#
# Copyright (c) 2009 Exata T.I., Maringa, PR, Brasil.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org
#
# norootforbuild
Name: e-text-editor
Version: 1.0.32
Release: 1
License: Other License(s)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: glib2-devel, atk-devel, libcurl-devel, libtomcrypt-devel, libtommath-devel, libxml2-devel libxslt-devel, libicu-devel, sqlite3-devel, libjpeg-devel,gperf, bakefile, wxGTK-devel, gcc-c++, metakit-unix, pcre-devel, libtinyxml0-devel
Group: Development/Libraries/Other
Summary: e is a fast and elegant text editor with many innovative features
URL: http://www.e-texteditor.com
Source0: %{name}-%{version}.tar.bz2
Patch0: makefile.patch
%description
E is a new text editor for Windows, with powerful editing features and quite a few unique abilities.
It makes manipulating text fast and easy, and lets you focus on your writing by automating all the manual work.
You can extend it in any language, and by supporting TextMate bundles, it allows you to tap into a huge and
active community.
Author:
--------
Alexander Stigsen [source@e-texteditor.com]
%prep
%setup -q
%patch -p1
%build
pushd src
%{__make} CFLAGS="$RPM_OPT_FLAGS"
popd
%install
%{__make} DESTDIR=%{buildroot} install
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root)
%doc readme.txt bugs.txt todo.txt
#%attr(0644,root,root) %{_includedir}/tomcrypt*.h
%changelog
* Tue Apr 28 2009 - Aledr <alexandre@exatati.com.br>
- Initial package.