Hello community,
here is the log from the commit of package gengetopt for openSUSE:Factory
checked in at Mon Sep 26 10:05:20 CEST 2011.
--------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gengetopt.spec ++++++
--- /var/tmp/diff_new_pack.ddOIfw/_old 2011-09-26 10:05:17.000000000 +0200
+++ /var/tmp/diff_new_pack.ddOIfw/_new 2011-09-26 10:05:17.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package gengetopt (Version 2.22.4)
+# spec file for package gengetopt
#
-# 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
@@ -26,7 +26,7 @@
Group: Development/Languages/C and C++
Source: %{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
-PreReq: %install_info_prereq
+Requires(pre): info
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -45,14 +45,15 @@
make
%install
-%{?make_install} %{!?make_install:make install DESTDIR=$RPM_BUILD_ROOT}
+%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
# our system's getopt.h has getopt_long() on board, no need to install sources
rm -rf %{buildroot}%{_datadir}/%{name}
+# info's dir file is not auto ignored on some systems
+rm -rf %{buildroot}%{_infodir}/dir
# make rpmlint happy and delete INSTALL
rm -f %{buildroot}%{_docdir}/%{name}/INSTALL
-
%check
make check
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]