Hello community, here is the log from the commit of package less for openSUSE:Factory checked in at 2014-12-03 22:53:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/less (Old) and /work/SRC/openSUSE:Factory/.less.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "less" Changes: -------- --- /work/SRC/openSUSE:Factory/less/less.changes 2014-07-31 07:41:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.less.new/less.changes 2014-12-03 22:53:32.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Nov 24 16:35:20 UTC 2014 - [email protected] + +- Spec-cleaner +- Remove jless less-normal provides/obsoletes they are from 2000 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ less.spec ++++++ --- /var/tmp/diff_new_pack.7uL97Z/_old 2014-12-03 22:53:33.000000000 +0100 +++ /var/tmp/diff_new_pack.7uL97Z/_new 2014-12-03 22:53:33.000000000 +0100 @@ -17,12 +17,6 @@ Name: less -BuildRequires: automake -BuildRequires: ncurses-devel -Obsoletes: jless -Provides: jless -Provides: normal-less -Requires: file Version: 458 Release: 0 Summary: Text File Browser and Pager Similar to more @@ -40,6 +34,9 @@ Patch26: %{name}-429-shell.patch Patch27: %{name}-429-save_line_position.patch Patch28: %{name}-429-more.patch +BuildRequires: automake +BuildRequires: ncurses-devel +Requires: file BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -61,33 +58,30 @@ # rather fix permissions for all files chmod u+w * # -cp %{S:1} %{S:2} %{S:3} %{S:4} . +cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} . %build autoreconf -fiv %configure --with-pic # # regenerate help.c because less.hlp was patched -make mkhelp +make %{?_smp_mflags} mkhelp ./mkhelp <less.hlp >help.c # # build less make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT/ install +%make_install # # lesskey -install -m 755 -d $RPM_BUILD_ROOT/%{_sysconfdir} -install -m 644 lesskey.src $RPM_BUILD_ROOT/%{_sysconfdir}/lesskey -$RPM_BUILD_ROOT%{_bindir}/lesskey -o $RPM_BUILD_ROOT%{_sysconfdir}/lesskey.bin $RPM_BUILD_ROOT%{_sysconfdir}/lesskey +install -m 755 -d %{buildroot}/%{_sysconfdir} +install -m 644 lesskey.src %{buildroot}/%{_sysconfdir}/lesskey +%{buildroot}%{_bindir}/lesskey -o %{buildroot}%{_sysconfdir}/lesskey.bin %{buildroot}%{_sysconfdir}/lesskey # # preprocessor -install -m 755 lessopen.sh lessclose.sh $RPM_BUILD_ROOT/%{_bindir} -%__chmod -x LICENSE COPYING NEWS README.SUSE - -%clean -rm -rf $RPM_BUILD_ROOT +install -m 755 lessopen.sh lessclose.sh %{buildroot}/%{_bindir} +chmod -x LICENSE COPYING NEWS README.SUSE %files %defattr(-, root, root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
