diff --git a/moe-1.1.tar.bz2 b/moe-1.1.tar.bz2 new file mode 100644 index 0000000..cd43759 --- /dev/null +++ b/moe-1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed138e4f83e7aec2975d6e161c01ed231c976fbd4bbb164252794b58a817b1df +size 73221 diff --git a/moe-1.1.tar.gz b/moe-1.1.tar.gz deleted file mode 100644 index ea6fb2c..0000000 --- a/moe-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:621bb426880d11f9f203a7b1859cdbf17e9c76961b1fb806860583e364ce7a9b -size 83621 diff --git a/moe-ldflags_order.patch b/moe-ldflags_order.patch new file mode 100644 index 0000000..a1a4218 --- /dev/null +++ b/moe-ldflags_order.patch @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-09-02 00:33:20.000000000 +0200 ++++ Makefile.in 2009-09-02 00:33:58.000000000 +0200 +@@ -17,7 +17,7 @@ + all : $(progname) + + $(progname) : $(objs) +- $(CXX) $(LDFLAGS) -o $(progname) $(objs) ++ $(CXX) -o $(progname) $(objs) $(LDFLAGS) + + profiled_$(progname) : $(objs) + $(CXX) $(LDFLAGS) -pg -o profiled_$(progname) $(objs) diff --git a/moe.spec b/moe.spec index 0b15d83..732883b 100644 --- a/moe.spec +++ b/moe.spec @@ -4,7 +4,9 @@ Name: moe Version: 1.1 Release: 0 Summary: Powerful and User-friendly Text Editor -Source: 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 +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) @@ -30,6 +32,7 @@ Authors: %prep %setup -q +%patch1 %build # not autoconf: