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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.firescope.new/firescope.changes 2015-12-09 22:16:12.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Dec 5 10:35:52 UTC 2015 - [email protected] + +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ firescope.spec ++++++ --- /var/tmp/diff_new_pack.JcO3cE/_old 2015-12-09 22:16:13.000000000 +0100 +++ /var/tmp/diff_new_pack.JcO3cE/_new 2015-12-09 22:16:13.000000000 +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
