Hello community, here is the log from the commit of package epg for openSUSE:Factory checked in at 2011-12-07 21:40:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/epg (Old) and /work/SRC/openSUSE:Factory/.epg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "epg", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/epg/epg.changes 2011-09-23 01:56:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.epg.new/epg.changes 2011-12-07 21:40:54.000000000 +0100 @@ -1,0 +2,12 @@ +Fri Dec 2 12:43:05 UTC 2011 - [email protected] + +- add automake as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - [email protected] + +- Remove redundant/obsolete tags/sections from specfile + (cf. packaging guidelines) +- Use %_smp_mflags for parallel build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ epg.spec ++++++ --- /var/tmp/diff_new_pack.ZEit3i/_old 2011-12-07 21:40:58.000000000 +0100 +++ /var/tmp/diff_new_pack.ZEit3i/_new 2011-12-07 21:40:58.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package epg (Version 0.0.13) +# spec file for package epg # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: epg +BuildRequires: automake BuildRequires: emacs-nox Url: http://www.easypg.org/ Summary: GnuPG interface for Emacs Version: 0.0.13 -Release: 165 +Release: 0 Group: Productivity/Security -License: GPL v2 or later +License: GPL-2.0+ Requires: emacs Enhances: emacs Source: %{name}-%{version}.tar.gz @@ -40,20 +38,14 @@ Assistant), and a fully functional interface library to GnuPG (EasyPG Library). - - -Authors: --------- - Daiki Ueno <[email protected]> - %prep %setup -q %patch %build autoreconf -fi -./configure --prefix=/usr --infodir=%{_infodir} --with-lispdir=%{site_lisp} -make +%configure --with-lispdir=%{site_lisp} +make %{?_smp_mflags} sed 's/^;//' > suse-start-epg.el <<EOF ;;;; suse-start-epg.el ;;; @@ -76,9 +68,6 @@ make install DESTDIR=$RPM_BUILD_ROOT cp suse-start-epg.el $RPM_BUILD_ROOT%{site_lisp}/ -%clean -rm -fr $RPM_BUILD_ROOT - %post %install_info --info-dir=%{_infodir} %{_infodir}/epg.info.gz -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
