commit firescope for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package firescope for openSUSE:Factory 
checked in at 2015-12-09 19:52:24

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


Package is "firescope"

Changes:

--- /work/SRC/openSUSE:Factory/firescope/firescope.changes  2011-10-04 
18:09:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.firescope.new/firescope.changes 2015-12-09 
22:16:12.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec  5 10:35:52 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ firescope.spec ++
--- /var/tmp/diff_new_pack.JcO3cE/_old  2015-12-09 22:16:13.0 +0100
+++ /var/tmp/diff_new_pack.JcO3cE/_new  2015-12-09 22:16:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firescope
 #
-# 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,23 +16,25 @@
 #
 
 
-
 Name:   firescope
-License:GPL-2.0+
-Group:  System/Monitoring
 Version:0.2
-Release:65
+Release:0
 Summary:Read linux kernel logs over firewire
+License:GPL-2.0+
+Group:  System/Monitoring
+Url:ftp://firstfloor.org/pub/ak/firescope/
 Source: 
http://ftp.suse.com/pub/people/ak/firescope/%{name}-%{version}.tar.bz2
 Source1:COPYING.GPLv2
-Url:ftp://firstfloor.org/pub/ak/firescope/
 Patch0: firescope-fix-uninitialised
-BuildRequires:  gcc libraw1394-devel
+BuildRequires:  gcc
+BuildRequires:  libraw1394-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %ifarch x86_64
-BuildRequires:  glibc-32bit glibc-devel-32bit libraw1394-devel-32bit
 BuildRequires:  gcc-32bit
+BuildRequires:  glibc-32bit
+BuildRequires:  glibc-devel-32bit
+BuildRequires:  libraw1394-devel-32bit
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Firescope allows to read remote kernel memory over a firewire
@@ -40,33 +42,32 @@
 buffer.
 
 %prep
-%setup
+%setup -q
 %patch0 -p1
 
 %build
 # disable as-needed to fix build
 export SUSE_ASNEEDED=0
-RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-make CC="%__cc" CFLAGS="$RPM_OPT_FLAGS" firescope %{?_smp_mflags}
+RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing"
+make CC="gcc" CFLAGS="%{optflags}" firescope %{?_smp_mflags}
 %ifarch x86_64
-make CC="%__cc" CFLAGS="$RPM_OPT_FLAGS" firescope32 %{?_smp_mflags}
+make CC="gcc" CFLAGS="%{optflags}" firescope32 %{?_smp_mflags}
 %endif
-cp %{S:1} COPYING
+cp %{SOURCE1} COPYING
 
 %install
-mkdir -p $RPM_BUILD_ROOT/%{_bindir}
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 755 firescope $RPM_BUILD_ROOT/%{_bindir}
+mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}%{_mandir}/man1
+install -m 755 firescope %{buildroot}/%{_bindir}
 %ifarch x86_64
-install -m 755 firescope32 $RPM_BUILD_ROOT/%{_bindir}
+install -m 755 firescope32 %{buildroot}/%{_bindir}
 %endif
-install -m 644 firescope.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install -m 644 firescope.1 %{buildroot}%{_mandir}/man1
 
 %files
 %defattr(-, root, root)
-%doc %{_mandir}/man1/%{name}.1.gz
-%doc QUICKSTART CHANGES
-%doc COPYING
+%doc QUICKSTART CHANGES COPYING
+%{_mandir}/man1/%{name}.1.*
 %{_bindir}/%{name}*
 
 %changelog




commit firescope for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package firescope for openSUSE:Factory 
checked in at 2011-12-06 18:09:29

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


Package is firescope, Maintainer is tr...@novell.com

Changes:




Other differences:
--
++ firescope.spec ++
--- /var/tmp/diff_new_pack.qK5Ipb/_old  2011-12-06 18:14:43.0 +0100
+++ /var/tmp/diff_new_pack.qK5Ipb/_new  2011-12-06 18:14:43.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   firescope
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  System/Monitoring
 Version:0.2
 Release:65

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



commit firescope for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package firescope for openSUSE:Factory
checked in at Tue Oct 4 18:09:35 CEST 2011.




--- openSUSE:Factory/firescope/firescope.changes2011-09-23 
01:57:51.0 +0200
+++ /mounts/work_src_done/STABLE/firescope/firescope.changes2011-09-30 
17:02:57.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 15:02:43 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %__cc macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ firescope.spec ++
--- /var/tmp/diff_new_pack.WVkI32/_old  2011-10-04 18:09:32.0 +0200
+++ /var/tmp/diff_new_pack.WVkI32/_new  2011-10-04 18:09:32.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package firescope (Version 0.2)
+# spec file for package firescope
 #
-# 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
@@ -47,9 +47,9 @@
 # disable as-needed to fix build
 export SUSE_ASNEEDED=0
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-make CFLAGS=$RPM_OPT_FLAGS firescope %{?_smp_mflags}
+make CC=%__cc CFLAGS=$RPM_OPT_FLAGS firescope %{?_smp_mflags}
 %ifarch x86_64
-make CFLAGS=$RPM_OPT_FLAGS firescope32 %{?_smp_mflags}
+make CC=%__cc CFLAGS=$RPM_OPT_FLAGS firescope32 %{?_smp_mflags}
 %endif
 cp %{S:1} COPYING
 

continue with q...



Remember to have fun...

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



commit firescope for openSUSE:Factory

2011-09-20 Thread h_root

Hello community,

here is the log from the commit of package firescope for openSUSE:Factory
checked in at Tue Sep 20 12:55:01 CEST 2011.




--- firescope/firescope.changes 2009-07-12 15:08:42.0 +0200
+++ /mounts/work_src_done/STABLE/firescope/firescope.changes2011-09-19 
02:14:57.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Apply packaging guidelines (remove redundant/obsolete
+  tags/sections from specfile, etc.)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ firescope.spec ++
--- /var/tmp/diff_new_pack.m2A2w0/_old  2011-09-20 12:54:57.0 +0200
+++ /var/tmp/diff_new_pack.m2A2w0/_new  2011-09-20 12:54:57.0 +0200
@@ -20,7 +20,6 @@
 Name:   firescope
 License:GPL v2 or later
 Group:  System/Monitoring
-AutoReqProv:on
 Version:0.2
 Release:65
 Summary:Read linux kernel logs over firewire
@@ -40,12 +39,6 @@
 connection.  On x86-64 it is normally used to read the kernel log
 buffer.
 
-
-
-Authors:
-
-Andi Kleen a...@firstfloor.org
-
 %prep
 %setup
 %patch0 -p1
@@ -54,9 +47,9 @@
 # disable as-needed to fix build
 export SUSE_ASNEEDED=0
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-make CFLAGS=$RPM_OPT_FLAGS firescope
+make CFLAGS=$RPM_OPT_FLAGS firescope %{?_smp_mflags}
 %ifarch x86_64
-make CFLAGS=$RPM_OPT_FLAGS firescope32
+make CFLAGS=$RPM_OPT_FLAGS firescope32 %{?_smp_mflags}
 %endif
 cp %{S:1} COPYING
 
@@ -69,9 +62,6 @@
 %endif
 install -m 644 firescope.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-%clean
-[ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ]  rm -rf 
$RPM_BUILD_ROOT;
-
 %files
 %defattr(-, root, root)
 %doc %{_mandir}/man1/%{name}.1.gz






Remember to have fun...

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