Hello community,

here is the log from the commit of package pinfo for openSUSE:Factory checked 
in at 2015-08-03 17:22:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pinfo (Old)
 and      /work/SRC/openSUSE:Factory/.pinfo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pinfo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pinfo/pinfo.changes      2012-09-11 
09:14:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pinfo.new/pinfo.changes 2015-08-03 
17:22:16.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Aug  2 17:58:05 UTC 2015 - [email protected]
+
+- Use url for source
+- Explicitly depend on autoconf/make
+- Update dependencies of info scriplets
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pinfo.spec ++++++
--- /var/tmp/diff_new_pack.JrUPSt/_old  2015-08-03 17:22:16.000000000 +0200
+++ /var/tmp/diff_new_pack.JrUPSt/_new  2015-08-03 17:22:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pinfo
 #
-# Copyright (c) 2012 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
@@ -17,32 +17,29 @@
 
 
 Name:           pinfo
-BuildRequires:  libtool
-BuildRequires:  makeinfo
-BuildRequires:  ncurses-devel
 Version:        0.6.10
 Release:        0
-Source:         %{name}-%{version}.tar.bz2
-Patch1:         pinfo-0.6.9-nul-strings.patch
-Patch2:         pinfo-0.6.10-tinfo.patch
-Url:            https://alioth.debian.org/projects/pinfo/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Lynx-style Info Browser
 License:        GPL-2.0+
 Group:          Productivity/Publishing/Texinfo
-PreReq:         %install_info_prereq
+Url:            https://alioth.debian.org/projects/pinfo/
+Source:         
https://alioth.debian.org/frs/download.php/file/3351/%{name}-%{version}.tar.bz2
+Patch1:         pinfo-0.6.9-nul-strings.patch
+Patch2:         pinfo-0.6.10-tinfo.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
+BuildRequires:  makeinfo
+BuildRequires:  ncurses-devel
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Pinfo is a curses based, Lynx-style info browser.
 
-
-
-Authors:
---------
-    Przemek Borys <[email protected]>
-
 %prep
-%setup
+%setup -q
 %patch1
 %patch2
 
@@ -50,30 +47,27 @@
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
-./autogen.sh
+autoreconf -fiv
 %configure \
        --with-curses=%{_prefix}
-make
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT/ install
+make DESTDIR=%{buildroot}/ install
 %find_lang %{name}
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%doc %{_mandir}/man1/pinfo.1%{ext_man}
-%doc %{_infodir}/pinfo.info%{ext_info}
-%config /etc/pinforc
+%{_mandir}/man1/pinfo.1%{ext_man}
+%{_infodir}/pinfo.info%{ext_info}
+%config %{_sysconfdir}/pinforc
 %{_bindir}/pinfo
 
 %changelog


Reply via email to