commit pydf for openSUSE:Factory

2018-01-01 Thread root
Hello community,

here is the log from the commit of package pydf for openSUSE:Factory checked in 
at 2018-01-01 22:30:47

Comparing /work/SRC/openSUSE:Factory/pydf (Old)
 and  /work/SRC/openSUSE:Factory/.pydf.new (New)


Package is "pydf"

Mon Jan  1 22:30:47 2018 rev:3 rq:560870 version:12

Changes:

--- /work/SRC/openSUSE:Factory/pydf/pydf.changes2016-03-26 
15:24:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.pydf.new/pydf.changes   2018-01-01 
22:30:52.807144418 +0100
@@ -1,0 +2,5 @@
+Sun Dec 31 08:46:30 UTC 2017 - mplus...@suse.com
+
+- Use correct rpm group
+
+---



Other differences:
--
++ pydf.spec ++
--- /var/tmp/diff_new_pack.5zuYHW/_old  2018-01-01 22:30:53.618873406 +0100
+++ /var/tmp/diff_new_pack.5zuYHW/_new  2018-01-01 22:30:53.626870736 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pydf
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -21,7 +21,7 @@
 Release:0
 Summary:Fully colorized df clone written in python
 License:SUSE-Public-Domain
-Group:  Applications/System
+Group:  System/Monitoring
 Url:http://kassiopeia.juls.savba.sk/~garabik/software/pydf
 Source: 
http://kassiopeia.juls.savba.sk/~garabik/software/pydf/pydf_%{version}.tar.gz
 BuildArch:  noarch
@@ -33,17 +33,19 @@
 %prep
 %setup -q
 # use python3 by default
-sed -i "s|/usr/bin/python|/usr/bin/python3|g" pydf 
+sed -i "s|%{_bindir}/python|%{_bindir}/python3|g" pydf
 
 %build
 
 %install
-install -D -m 0755 pydf   %{buildroot}%{_bindir}/pydf
-install -D -m 0644 pydfrc %{buildroot}%{_sysconfdir}/pydfrc
-install -D -m 0644 pydf.1 %{buildroot}%{_mandir}/man1/pydf.1
+install -Dpm 0755 pydf   \
+  %{buildroot}%{_bindir}/pydf
+install -Dpm 0644 pydfrc \
+  %{buildroot}%{_sysconfdir}/pydfrc
+install -Dpm 0644 pydf.1 \
+  %{buildroot}%{_mandir}/man1/pydf.1
 
 %files
-%defattr(-,root,root,-)
 %doc README COPYING
 %config(noreplace) %{_sysconfdir}/pydfrc
 %{_bindir}/pydf




commit pydf for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package pydf for openSUSE:Factory checked in 
at 2016-03-26 15:24:40

Comparing /work/SRC/openSUSE:Factory/pydf (Old)
 and  /work/SRC/openSUSE:Factory/.pydf.new (New)


Package is "pydf"

Changes:

--- /work/SRC/openSUSE:Factory/pydf/pydf.changes2015-11-04 
15:33:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.pydf.new/pydf.changes   2016-03-26 
15:24:41.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 20:57:34 UTC 2016 - mplus...@suse.com
+
+- Use python3 by default
+
+---



Other differences:
--
++ pydf.spec ++
--- /var/tmp/diff_new_pack.tPQgnx/_old  2016-03-26 15:24:42.0 +0100
+++ /var/tmp/diff_new_pack.tPQgnx/_new  2016-03-26 15:24:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pydf
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -32,6 +32,8 @@
 
 %prep
 %setup -q
+# use python3 by default
+sed -i "s|/usr/bin/python|/usr/bin/python3|g" pydf 
 
 %build
 
@@ -45,6 +47,6 @@
 %doc README COPYING
 %config(noreplace) %{_sysconfdir}/pydfrc
 %{_bindir}/pydf
-%{_mandir}/man1/pydf.1.*
+%{_mandir}/man1/pydf.1%{ext_man}
 
 %changelog