Accepting request 208953 from editors
- Enable parallel build and kill %clean (forwarded request 208517 from jengelh) OBS-URL: https://build.opensuse.org/request/show/208953 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/joe?expand=0&rev=25
This commit is contained in:
commit
76461f8deb
@ -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
|
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+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Editors/Other
|
Group: Productivity/Editors/Other
|
||||||
Url: http://sourceforge.net/projects/joe-editor
|
Url: http://sourceforge.net/projects/joe-editor
|
||||||
|
|
||||||
Source0: http://downloads.sourceforge.net/joe-editor/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/joe-editor/%{name}-%{version}.tar.gz
|
||||||
Source2: de.po
|
Source2: de.po
|
||||||
Patch0: joe-3.1-terminate_buffer.patch
|
Patch0: joe-3.1-terminate_buffer.patch
|
||||||
@ -107,17 +108,14 @@ export CFLAGS="%{optflags} -W -Wno-unused"
|
|||||||
--docdir=%{_defaultdocdir}/%name
|
--docdir=%{_defaultdocdir}/%name
|
||||||
cd po
|
cd po
|
||||||
make update-po
|
make update-po
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make install DESTDIR="%buildroot"
|
||||||
for i in jmacs jpico jstar rjoe; do
|
for i in jmacs jpico jstar rjoe; do
|
||||||
ln -s joe.1.gz %{buildroot}%{_mandir}/man1/$i.1.gz
|
ln -s joe.1.gz %{buildroot}%{_mandir}/man1/$i.1.gz
|
||||||
done
|
done
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_defaultdocdir}/%{name}
|
%doc %{_defaultdocdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user