bzipped source tarball + fix link order for --as-needed on factory
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=3
This commit is contained in:
parent
e226a0f6a0
commit
f6acb789c8
3
moe-1.1.tar.bz2
Normal file
3
moe-1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed138e4f83e7aec2975d6e161c01ed231c976fbd4bbb164252794b58a817b1df
|
||||||
|
size 73221
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:621bb426880d11f9f203a7b1859cdbf17e9c76961b1fb806860583e364ce7a9b
|
|
||||||
size 83621
|
|
11
moe-ldflags_order.patch
Normal file
11
moe-ldflags_order.patch
Normal file
@ -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)
|
5
moe.spec
5
moe.spec
@ -4,7 +4,9 @@ Name: moe
|
|||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Powerful and User-friendly Text Editor
|
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
|
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)
|
||||||
@ -30,6 +32,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# not autoconf:
|
# not autoconf:
|
||||||
|
Loading…
Reference in New Issue
Block a user