Accepting request 208517 from home:jengelh:branches:editors
- Enable parallel build and kill %clean OBS-URL: https://build.opensuse.org/request/show/208517 OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=18
This commit is contained in:
parent
dc101a6822
commit
63ae3d96f7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 13:18:15 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Enable parallel build and kill %clean
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 14:57:01 UTC 2013 - seife+obs@b1-systems.com
|
||||
|
||||
|
8
joe.spec
8
joe.spec
@ -25,6 +25,7 @@ Summary: A Text Editor
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Editors/Other
|
||||
Url: http://sourceforge.net/projects/joe-editor
|
||||
|
||||
Source0: http://downloads.sourceforge.net/joe-editor/%{name}-%{version}.tar.gz
|
||||
Source2: de.po
|
||||
Patch0: joe-3.1-terminate_buffer.patch
|
||||
@ -107,17 +108,14 @@ export CFLAGS="%{optflags} -W -Wno-unused"
|
||||
--docdir=%{_defaultdocdir}/%name
|
||||
cd po
|
||||
make update-po
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
make install DESTDIR="%buildroot"
|
||||
for i in jmacs jpico jstar rjoe; do
|
||||
ln -s joe.1.gz %{buildroot}%{_mandir}/man1/$i.1.gz
|
||||
done
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc %{_defaultdocdir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user