powerguru-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Powerguru-commit] [SCM] powerguru branch, master, updated. d39fe3c73c9e


From: Rob Savoye
Subject: [Powerguru-commit] [SCM] powerguru branch, master, updated. d39fe3c73c9ebe12dcb0e2b72402038d29bf3cd2
Date: Sun, 13 Jan 2019 18:42:30 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "powerguru".

The branch, master has been updated
       via  d39fe3c73c9ebe12dcb0e2b72402038d29bf3cd2 (commit)
       via  8f00b03e15bca4ee191cadc4f5b4b8bd5a56ee08 (commit)
      from  49104f905c359cac5c714541b09836d56df37d99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/powerguru.git/commit/?id=d39fe3c73c9ebe12dcb0e2b72402038d29bf3cd2


commit d39fe3c73c9ebe12dcb0e2b72402038d29bf3cd2
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 13 16:41:05 2019 -0700

    Fix path to spec file

diff --git a/rpm/powerguru.spec b/rpm/powerguru.spec
index 9075e76..eb82764 100644
--- a/rpm/powerguru.spec
+++ b/rpm/powerguru.spec
@@ -17,19 +17,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# When using rpm 4.1 or newer, the behaviour changed to terminate
-# if any files are missing. This is stupid as if you have scrollkeeper
-# support for the docs, they need to be included in the package. As
-# these are system files, this is down right stupid, so we turn this
-# "feature" off.
-#
-# So anyway, do this to get the rpm to build:
-# echo "%_unpackaged_files_terminate_build 0" >> /etc/rpm/macros
-#
-# Turns out this also works.
-%define _unpackaged_files_terminate_build 0
-
-%define version 0.2
+%define version 0.5dev
 %define localstatedir   /var/lib
 
 Summary: A monitoring and control program for power devices.
@@ -43,9 +31,7 @@ Vendor: Seneca Software & Solar, Inc.
 Packager: Rob Savoye <address@hidden>
 Group: Applications/Engineering
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
-Requires: owfs-shell owfs-capi owfs-server owfs-ownet owfs-devel \
-         boost-devel libxml2-devel net-snmp-devel \
-         postgresql-devel
+Requires: owfs-shell owfs-capi owfs-server owfs-ownet owfs-devel boost-devel 
libxml2-devel net-snmp-devel docbook2X docbook-utils docbook5-style-xsl 
docbook-utils-pdf postgresql-devel
 
 %description
 Powerguru is an program for monitoring, data logging, and controlling

http://git.savannah.gnu.org/cgit/powerguru.git/commit/?id=8f00b03e15bca4ee191cadc4f5b4b8bd5a56ee08


commit 8f00b03e15bca4ee191cadc4f5b4b8bd5a56ee08
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 13 16:39:38 2019 -0700

    Fix indentation, missing tab

diff --git a/Makefile.am b/Makefile.am
index 94d8c8e..e89b7ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -101,9 +101,7 @@ cppclean:
 dump:
        @echo "Dumping configure options"
 if BUILD_SNMP
-
-
address@hidden "        Building with net-snmp"
+       @echo " Building with net-snmp"
 endif
 if BUILD_LIBXML
        @echo " Building with libxml2"

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am        |  4 +---
 rpm/powerguru.spec | 18 ++----------------
 2 files changed, 3 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
powerguru



reply via email to

[Prev in Thread] Current Thread [Next in Thread]