commit dds2tar for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package dds2tar for openSUSE:Factory checked 
in at 2017-10-11 23:02:25

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


Package is "dds2tar"

Wed Oct 11 23:02:25 2017 rev:17 rq:533087 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/dds2tar/dds2tar.changes  2015-04-13 
20:30:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.dds2tar.new/dds2tar.changes 2017-10-11 
23:02:25.238096718 +0200
@@ -1,0 +2,5 @@
+Mon Sep  4 11:49:53 UTC 2017 - mplus...@suse.com
+
+- Small packaging adjustements
+
+---



Other differences:
--
++ dds2tar.spec ++
--- /var/tmp/diff_new_pack.d2Cgr5/_old  2017-10-11 23:02:25.890068154 +0200
+++ /var/tmp/diff_new_pack.d2Cgr5/_new  2017-10-11 23:02:25.898067804 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dds2tar
 #
-# Copyright (c) 2015 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
@@ -26,7 +26,6 @@
 Source: http://www.eulesoft.de/dds2tar-%{version}.tar.gz
 Patch0: dds2tar-%{version}.dif
 Patch1: %{name}-%{version}-without-kernel-header.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A tool for quick extraction of individual files from a DDS2 streamer.
@@ -41,12 +40,19 @@
 make CC="cc %{optflags} -fno-strict-aliasing" %{?_smp_mflags}
 
 %install
-make MANDIR=%{_mandir} DESTDIR=%{buildroot} install
+%make_install MANDIR=%{_mandir}
 
 %files
-%defattr(-,root,root)
 %doc README COPYING Changes
-%{_bindir}/*
-%doc %{_mandir}/man1/*
+%{_bindir}/dds-dd
+%{_bindir}/dds2index
+%{_bindir}/dds2tar
+%{_bindir}/ddstool
+%{_bindir}/mt-dds
+%{_bindir}/scsi_vendor
+%{_mandir}/man1/dds-dd.1%{ext_man}
+%{_mandir}/man1/dds2index.1%{ext_man}
+%{_mandir}/man1/dds2tar.1%{ext_man}
+%{_mandir}/man1/mt-dds.1%{ext_man}
 
 %changelog




commit dds2tar for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package dds2tar for openSUSE:Factory checked 
in at 2015-04-13 20:30:32

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


Package is dds2tar

Changes:

--- /work/SRC/openSUSE:Factory/dds2tar/dds2tar.changes  2011-09-26 
10:03:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.dds2tar.new/dds2tar.changes 2015-04-13 
20:30:34.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 12 10:06:59 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+
+---

Old:

  dds2tar-2.5.2.tar.bz2

New:

  dds2tar-2.5.2.tar.gz



Other differences:
--
++ dds2tar.spec ++
--- /var/tmp/diff_new_pack.K8Pdwr/_old  2015-04-13 20:30:35.0 +0200
+++ /var/tmp/diff_new_pack.K8Pdwr/_new  2015-04-13 20:30:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dds2tar
 #
-# Copyright (c) 2011 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
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   dds2tar
-Url:http://www.eulesoft.de/
-License:GPL-2.0+
-Group:  Productivity/Archiving/Backup
 Version:2.5.2
-Release:1308
+Release:0
 Summary:DDS2 Tape Streamer Utilities
-Source: dds2tar-%{version}.tar.bz2
-Patch:  dds2tar-%{version}.dif
+License:GPL-2.0+
+Group:  Productivity/Archiving/Backup
+Url:http://www.eulesoft.de/
+Source: http://www.eulesoft.de/dds2tar-%{version}.tar.gz
+Patch0: dds2tar-%{version}.dif
 Patch1: %{name}-%{version}-without-kernel-header.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -34,20 +33,20 @@
 dds2tar can control data compression for HP DAT streamers.
 
 %prep
-%setup
-%patch
+%setup -q
+%patch0
 %patch1
 
 %build
-make CC=gcc $RPM_OPT_FLAGS -fno-strict-aliasing %{?_smp_mflags}
+make CC=cc %{optflags} -fno-strict-aliasing %{?_smp_mflags}
 
 %install
-make MANDIR=%{_mandir} DESTDIR=$RPM_BUILD_ROOT install
+make MANDIR=%{_mandir} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %doc README COPYING Changes
-/usr/bin/*
+%{_bindir}/*
 %doc %{_mandir}/man1/*
 
 %changelog




commit dds2tar for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package dds2tar for openSUSE:Factory checked 
in at 2011-12-06 18:05:30

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


Package is dds2tar, Maintainer is prus...@suse.com

Changes:




Other differences:
--
++ dds2tar.spec ++
--- /var/tmp/diff_new_pack.EvcWCN/_old  2011-12-06 18:09:15.0 +0100
+++ /var/tmp/diff_new_pack.EvcWCN/_new  2011-12-06 18:09:15.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   dds2tar
 Url:http://www.eulesoft.de/
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Archiving/Backup
 Version:2.5.2
 Release:1308

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dds2tar for openSUSE:Factory

2011-09-26 Thread h_root

Hello community,

here is the log from the commit of package dds2tar for openSUSE:Factory
checked in at Mon Sep 26 10:03:36 CEST 2011.




--- dds2tar/dds2tar.changes 2006-11-10 12:26:10.0 +0100
+++ /mounts/work_src_done/STABLE/dds2tar/dds2tar.changes2011-09-18 
19:29:26.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dds2tar.spec ++
--- /var/tmp/diff_new_pack.7tD8to/_old  2011-09-26 10:03:32.0 +0200
+++ /var/tmp/diff_new_pack.7tD8to/_new  2011-09-26 10:03:32.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dds2tar (Version 2.5.2)
+# spec file for package dds2tar
 #
-# Copyright (c) 2008 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,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   dds2tar
 Url:http://www.eulesoft.de/
 License:GPL v2 or later
 Group:  Productivity/Archiving/Backup
-AutoReqProv:on
 Version:2.5.2
 Release:1308
 Summary:DDS2 Tape Streamer Utilities
@@ -35,26 +33,17 @@
 A tool for quick extraction of individual files from a DDS2 streamer.
 dds2tar can control data compression for HP DAT streamers.
 
-
-
-Authors:
-
-Joerg Weule we...@cs.uni-duesseldorf.de
-
 %prep
 %setup
 %patch
 %patch1
 
 %build
-make CC=gcc $RPM_OPT_FLAGS -fno-strict-aliasing
+make CC=gcc $RPM_OPT_FLAGS -fno-strict-aliasing %{?_smp_mflags}
 
 %install
 make MANDIR=%{_mandir} DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README COPYING Changes






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org