
Hello community, here is the log from the commit of package most for openSUSE:Factory checked in at 2015-02-27 11:09:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/most (Old) and /work/SRC/openSUSE:Factory/.most.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "most" Changes: -------- --- /work/SRC/openSUSE:Factory/most/most.changes 2013-03-22 14:03:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.most.new/most.changes 2015-02-27 11:09:42.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Feb 25 14:22:57 UTC 2015 - mpluskal@suse.com + +- Cleanup spec file with spec-cleaner +- Clean dependencies +- Update urls +- Add gpg key + +------------------------------------------------------------------- New: ---- most-5.0.0a.tar.bz2.sig most.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ most.spec ++++++ --- /var/tmp/diff_new_pack.FdUVR6/_old 2015-02-27 11:09:43.000000000 +0100 +++ /var/tmp/diff_new_pack.FdUVR6/_new 2015-02-27 11:09:43.000000000 +0100 @@ -1,8 +1,7 @@ -# vim: set sw=4 ts=4 et nu: # # spec file for package most # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,17 +22,13 @@ Summary: Browse or page through a text file License: GPL-2.0+ Group: Productivity/Text/Utilities -Source: ftp://space.mit.edu/pub/davis/most/most-%{version}.tar.bz2 Url: http://www.jedsoft.org/most/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: gcc -BuildRequires: glibc-devel -BuildRequires: libtool -BuildRequires: make -BuildRequires: pkgconfig +Source0: http://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source1: http://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2.sig +Source2: %{name}.keyring +BuildRequires: pkg-config BuildRequires: slang-devel >= 2.0.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description most is a paging program that displays, one windowful at a time, the contents @@ -66,22 +61,19 @@ %configure \ --enable-warnings -%__make %{?_smp_flags} +make %{?_smp_mflags} %install -%makeinstall - -%__rm -rf "%{buildroot}%{_datadir}/doc" +make DESTDIR=%{buildroot} install %{?_smp_mflags} -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} +rm -rf "%{buildroot}%{_datadir}/doc" %files %defattr(-,root,root) %doc COPYING COPYRIGHT %doc changes.txt most-fun.txt %doc most.rc lesskeys.rc -%{_bindir}/most +%{_bindir}/%{name} %doc %{_mandir}/man1/most.1* %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de