diff --git a/joe.changes b/joe.changes index 712687e..f7c9dd5 100644 --- a/joe.changes +++ b/joe.changes @@ -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 diff --git a/joe.spec b/joe.spec index aa145a5..56de91a 100644 --- a/joe.spec +++ b/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}