Accepting request 305969 from home:AndreasStieger:branches:editors
moe 1.7, the works OBS-URL: https://build.opensuse.org/request/show/305969 OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=5
This commit is contained in:
parent
9bba2fe90e
commit
7c2f6bc5c2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a55f244acf859e80eeac01af5f836f772642f7a27dfec4c7f934603671c3c92d
|
||||
size 73792
|
3
moe-1.7.tar.lz
Normal file
3
moe-1.7.tar.lz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33ba66f948353c105232e9c8b2da8dc7b6ddc8cdff4beb3e3f55d78bc3acf1bb
|
||||
size 79644
|
BIN
moe-1.7.tar.lz.sig
Normal file
BIN
moe-1.7.tar.lz.sig
Normal file
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
--- Makefile.in.orig 2009-09-04 20:45:43.000000000 +0200
|
||||
+++ Makefile.in 2009-09-04 20:46:30.000000000 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
all : $(progname)
|
||||
|
||||
$(progname) : $(objs)
|
||||
- $(CXX) $(LDFLAGS) -o $(progname) $(objs) $(LIBS)
|
||||
+ $(CXX) -o $(progname) $(objs) $(LDFLAGS) $(LIBS)
|
||||
|
||||
$(progname)_profiled : $(objs)
|
||||
$(CXX) $(LDFLAGS) -pg -o $(progname)_profiled $(objs) $(LIBS)
|
27
moe.changes
Normal file
27
moe.changes
Normal file
@ -0,0 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 8 19:43:35 UTC 2015 - astieger@suse.com
|
||||
|
||||
- GNU moe 1.7
|
||||
- complete package overhaul
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 00:00:00 UTC 2009 - guru@unixtech.be
|
||||
|
||||
- moved to openSUSE Build Service
|
||||
- update to 1.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 00:00:00 UTC 2007 - guru@unixtech.be
|
||||
|
||||
- new upstream version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 00:00:00 UTC 2006 - guru@unixtech.be
|
||||
|
||||
- new package
|
||||
|
BIN
moe.keyring
Normal file
BIN
moe.keyring
Normal file
Binary file not shown.
112
moe.spec
112
moe.spec
@ -1,56 +1,60 @@
|
||||
# norootforbuild
|
||||
#
|
||||
# spec file for package moe
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.
|
||||
|
||||
Name: moe
|
||||
Version: 1.3
|
||||
Release: 0
|
||||
Summary: Powerful and User-friendly Text Editor
|
||||
# http://ftp.gnu.org/gnu/moe/moe-%{version}.tar.gz
|
||||
Source: moe-%{version}.tar.bz2
|
||||
Patch1: moe-ldflags_order.patch
|
||||
URL: http://www.gnu.org/software/moe/moe.html
|
||||
Group: Productivity/Editors/Other
|
||||
License: GNU General Public License version 3 (GPL v3)
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: ncurses-devel gcc gcc-c++ libstdc++-devel
|
||||
BuildRequires: make glibc-devel
|
||||
PreReq: %install_info_prereq
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: moe
|
||||
Version: 1.7
|
||||
Release: 0
|
||||
Summary: Powerful and User-friendly Text Editor
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Editors/Other
|
||||
Url: http://www.gnu.org/software/moe/moe.html
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz
|
||||
Source1: ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz.sig
|
||||
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=moe&download=1#/%{name}.keyring
|
||||
Source3: %{name}.changes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: lzip
|
||||
BuildRequires: make
|
||||
BuildRequires: ncurses-devel
|
||||
# FIXME: use proper Requires(pre/post/preun/...)
|
||||
PreReq: %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
GNU Moe is a powerful, 8-bit clean text editor for ISO-8859 and ASCII
|
||||
GNU Moe is a powerful, 8-bit clean, console text editor for ISO-8859 and ASCII
|
||||
character encodings. It has a modeless, user-friendly interface, online help,
|
||||
multiple windows, unlimited undo/redo capability, unlimited line length,
|
||||
global search/replace (on all buffers at once), block operations, automatic
|
||||
indentation, word wrapping, filename completion, a directory browser,
|
||||
duplicate removal from prompt histories, and delimiter matching.
|
||||
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
multiple windows, unlimited undo/redo capability, unlimited line length, global
|
||||
search/replace (on all buffers at once), block operations, automatic
|
||||
indentation, word wrapping, file name completion, directory browser, duplicate
|
||||
removal from prompt histories, delimiter matching, text conversion from/to
|
||||
UTF-8, romanization, etc.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1
|
||||
|
||||
%build
|
||||
# not autoconf:
|
||||
./configure \
|
||||
--prefix="%{_prefix}" \
|
||||
--datadir="%{_datadir}" \
|
||||
--infodir="%{_infodir}" \
|
||||
--mandir="%{_mandir}" \
|
||||
--sysconfdir="%{_sysconfdir}" \
|
||||
CC="%__cc" \
|
||||
CXX="%__cxx" \
|
||||
CFLAGS="%{optflags}" \
|
||||
CXXFLAGS="%{optflags}"
|
||||
|
||||
%__make %{?jobs:-j%{jobs}}
|
||||
%configure
|
||||
make %{?_smp_mflags} CXXFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
%makeinstall install-man
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags} install-man
|
||||
|
||||
%post
|
||||
%install_info --info-dir="%{_infodir}" "%{_infodir}"/moe.info*
|
||||
@ -58,32 +62,12 @@ Authors:
|
||||
%preun
|
||||
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}"/moe.info*
|
||||
|
||||
%clean
|
||||
%__rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%config(noreplace) %{_sysconfdir}/moerc
|
||||
%{_bindir}/moe
|
||||
%doc %{_infodir}/moe.info*
|
||||
%doc %{_mandir}/man1/moe.1*
|
||||
%{_infodir}/moe.info*
|
||||
%{_mandir}/man1/moe.1*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 04 2009 Pascal Bleser <pascal.bleser@opensuse.org> 1.3
|
||||
- update to 1.3
|
||||
|
||||
* Mon Feb 23 2009 Pascal Bleser <guru@unixtech.be> 1.1
|
||||
- moved to openSUSE Build Service
|
||||
- update to 1.1
|
||||
|
||||
* Wed Jan 17 2007 Pascal Bleser <guru@unixtech.be> 0.8-1
|
||||
- new upstream version
|
||||
|
||||
* Fri Apr 21 2006 Pascal Bleser <guru@unixtech.be> 0.7-1
|
||||
- new package
|
||||
|
||||
# Local Variables:
|
||||
# mode: rpm-spec
|
||||
# tab-width: 3
|
||||
# End:
|
||||
|
Loading…
Reference in New Issue
Block a user