1.3
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=4
This commit is contained in:
parent
f6acb789c8
commit
20487d5f5f
@ -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
3
moe-1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a55f244acf859e80eeac01af5f836f772642f7a27dfec4c7f934603671c3c92d
|
||||
size 73792
|
@ -1,11 +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 @@
|
||||
--- 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)
|
||||
+ $(CXX) -o $(progname) $(objs) $(LDFLAGS)
|
||||
- $(CXX) $(LDFLAGS) -o $(progname) $(objs) $(LIBS)
|
||||
+ $(CXX) -o $(progname) $(objs) $(LDFLAGS) $(LIBS)
|
||||
|
||||
profiled_$(progname) : $(objs)
|
||||
$(CXX) $(LDFLAGS) -pg -o profiled_$(progname) $(objs)
|
||||
$(progname)_profiled : $(objs)
|
||||
$(CXX) $(LDFLAGS) -pg -o $(progname)_profiled $(objs) $(LIBS)
|
||||
|
17
moe.spec
17
moe.spec
@ -1,15 +1,15 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: moe
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: Powerful and User-friendly Text Editor
|
||||
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.gz
|
||||
Source: moe-%{version}.tar.bz2
|
||||
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
|
||||
License: GNU General Public License version 3 (GPL v3)
|
||||
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
|
||||
@ -70,6 +70,9 @@ Authors:
|
||||
%doc %{_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
|
||||
|
Loading…
Reference in New Issue
Block a user