Pascal Bleser 2009-09-04 18:47:18 +00:00 committed by Git OBS Bridge
parent f6acb789c8
commit 20487d5f5f
4 changed files with 20 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed138e4f83e7aec2975d6e161c01ed231c976fbd4bbb164252794b58a817b1df
size 73221

3
moe-1.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a55f244acf859e80eeac01af5f836f772642f7a27dfec4c7f934603671c3c92d
size 73792

View File

@ -1,11 +1,11 @@
--- Makefile.in.orig 2009-09-02 00:33:20.000000000 +0200 --- Makefile.in.orig 2009-09-04 20:45:43.000000000 +0200
+++ Makefile.in 2009-09-02 00:33:58.000000000 +0200 +++ Makefile.in 2009-09-04 20:46:30.000000000 +0200
@@ -17,7 +17,7 @@ @@ -19,7 +19,7 @@
all : $(progname) all : $(progname)
$(progname) : $(objs) $(progname) : $(objs)
- $(CXX) $(LDFLAGS) -o $(progname) $(objs) - $(CXX) $(LDFLAGS) -o $(progname) $(objs) $(LIBS)
+ $(CXX) -o $(progname) $(objs) $(LDFLAGS) + $(CXX) -o $(progname) $(objs) $(LDFLAGS) $(LIBS)
profiled_$(progname) : $(objs) $(progname)_profiled : $(objs)
$(CXX) $(LDFLAGS) -pg -o profiled_$(progname) $(objs) $(CXX) $(LDFLAGS) -pg -o $(progname)_profiled $(objs) $(LIBS)

View File

@ -1,15 +1,15 @@
# norootforbuild # norootforbuild
Name: moe Name: moe
Version: 1.1 Version: 1.3
Release: 0 Release: 0
Summary: Powerful and User-friendly Text Editor Summary: Powerful and User-friendly Text Editor
# http://ftp.gnu.org/gnu/moe/moe-%{version}.tar.gz # http://ftp.gnu.org/gnu/moe/moe-%{version}.tar.gz
Source: moe-%{version}.tar.gz Source: moe-%{version}.tar.bz2
Patch1: moe-ldflags_order.patch Patch1: moe-ldflags_order.patch
URL: http://www.gnu.org/software/moe/moe.html URL: http://www.gnu.org/software/moe/moe.html
Group: Productivity/Editors/Other Group: Productivity/Editors/Other
License: GNU General Public License version 3 (GPL v3) License: GNU General Public License version 3 (GPL v3)
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: ncurses-devel gcc gcc-c++ libstdc++-devel BuildRequires: ncurses-devel gcc gcc-c++ libstdc++-devel
BuildRequires: make glibc-devel BuildRequires: make glibc-devel
@ -70,6 +70,9 @@ Authors:
%doc %{_mandir}/man1/moe.1* %doc %{_mandir}/man1/moe.1*
%changelog %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 * Mon Feb 23 2009 Pascal Bleser <guru@unixtech.be> 1.1
- moved to openSUSE Build Service - moved to openSUSE Build Service
- update to 1.1 - update to 1.1