diff --git a/moe-1.3.tar.bz2 b/moe-1.3.tar.bz2 deleted file mode 100644 index 4c48bae..0000000 --- a/moe-1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a55f244acf859e80eeac01af5f836f772642f7a27dfec4c7f934603671c3c92d -size 73792 diff --git a/moe-1.7.tar.lz b/moe-1.7.tar.lz new file mode 100644 index 0000000..03c6f3f --- /dev/null +++ b/moe-1.7.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ba66f948353c105232e9c8b2da8dc7b6ddc8cdff4beb3e3f55d78bc3acf1bb +size 79644 diff --git a/moe-1.7.tar.lz.sig b/moe-1.7.tar.lz.sig new file mode 100644 index 0000000..ac65fb4 Binary files /dev/null and b/moe-1.7.tar.lz.sig differ diff --git a/moe-ldflags_order.patch b/moe-ldflags_order.patch deleted file mode 100644 index 1b0bb4a..0000000 --- a/moe-ldflags_order.patch +++ /dev/null @@ -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) diff --git a/moe.changes b/moe.changes new file mode 100644 index 0000000..14da951 --- /dev/null +++ b/moe.changes @@ -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 + diff --git a/moe.keyring b/moe.keyring new file mode 100644 index 0000000..c9f42c8 Binary files /dev/null and b/moe.keyring differ diff --git a/moe.spec b/moe.spec index ce2ec19..6721bfd 100644 --- a/moe.spec +++ b/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 +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 1.3 -- update to 1.3 - -* Mon Feb 23 2009 Pascal Bleser 1.1 -- moved to openSUSE Build Service -- update to 1.1 - -* Wed Jan 17 2007 Pascal Bleser 0.8-1 -- new upstream version - -* Fri Apr 21 2006 Pascal Bleser 0.7-1 -- new package - -# Local Variables: -# mode: rpm-spec -# tab-width: 3 -# End: