[packages/le] new, version 1.15.0

glen glen at pld-linux.org
Sun Sep 21 20:28:21 CEST 2014


commit 758b3fc0196749271a583bb27f222c7a335b1230
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Sep 21 19:44:08 2014 +0300

    new, version 1.15.0
    
    based on upstream .spec
    
    build fails due missing gl_INIT in configure.ac

 le.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
---
diff --git a/le.spec b/le.spec
new file mode 100644
index 0000000..d82b17d
--- /dev/null
+++ b/le.spec
@@ -0,0 +1,45 @@
+Summary:	Terminal text editor LE
+Name:		le
+Version:	1.15.0
+Release:	1
+License:	GPL
+Group:		Applications/Editors
+Source0:	https://github.com/lavv17/le/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	1b144313fc93f3b08e4f48921ee78541
+URL:		https://github.com/lavv17/le
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LE has many block operations with stream and rectangular blocks, can
+edit both unix and dos style files (LF/CRLF), is binary clean, has hex
+mode, tunable syntax highlighting, tunable color scheme, tunable key
+map and some more useful features. It is slightly similar to Norton
+Editor from DOS.
+
+%prep
+%setup -q
+
+%build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc FEATURES HISTORY NEWS README
+%doc %lang(ru) doc/README.keymap.ru
+%attr(755 root root) %{_bindir}/le
+%{_mandir}/man*/*
+%{_datadir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/le.git/commitdiff/758b3fc0196749271a583bb27f222c7a335b1230



More information about the pld-cvs-commit mailing list