Hello community,

here is the log from the commit of package jfsutils for openSUSE:Factory 
checked in at 2015-03-29 20:15:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jfsutils (Old)
 and      /work/SRC/openSUSE:Factory/.jfsutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jfsutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jfsutils/jfsutils.changes        2012-11-21 
17:01:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jfsutils.new/jfsutils.changes   2015-03-29 
20:15:49.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Mar 18 12:18:59 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use url for source
+
+-------------------------------------------------------------------

Old:
----
  jfsutils-1.1.15.tar.bz2

New:
----
  jfsutils-1.1.15.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jfsutils.spec ++++++
--- /var/tmp/diff_new_pack.kDJ9dx/_old  2015-03-29 20:15:50.000000000 +0200
+++ /var/tmp/diff_new_pack.kDJ9dx/_new  2015-03-29 20:15:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jfsutils
 #
-# Copyright (c) 2012 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,28 +16,28 @@
 #
 
 
+%define _sbindir /sbin
 Name:           jfsutils
-BuildRequires:  e2fsprogs-devel
+Version:        1.1.15
+Release:        0
 Summary:        IBM JFS Utility Programs
 License:        GPL-2.0+
 Group:          System/Filesystems
-Version:        1.1.15
-Release:        0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://jfs.sf.net
-Source:         %name-%version.tar.bz2
+Source0:        
http://jfs.sourceforge.net/project/pub/%{name}-%{version}.tar.gz
 Source1:        jfs.pdf
 Source2:        jfslayout.pdf
 Source3:        jfslog.pdf
 Source4:        jfsroot.html
 Source5:        jfs.txt
 Patch1:         jfs-headers.patch
-Provides:       jfsprogs
+BuildRequires:  e2fsprogs-devel
+Provides:       jfsprogs = %{version}
+Obsoletes:      jfsprogs < %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1010
 Supplements:    filesystem(jfs)
 %endif
-Obsoletes:      jfsprogs
-%define sbindir /sbin
 
 %description
 This package contains utilities for managing IBM's Journaled File
@@ -63,23 +63,22 @@
         tune/jfs_tune.8 \
         xpeek/jfs_debugfs.8 
 tail +35 mkfs/jfs_mkfs.8 | head -10
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-%configure --sbindir=%sbindir
+%configure
 make %{?_smp_mflags}
 
 %install
 mkdir ./jfsdocs
-install -m 644 %SOURCE1 ./jfsdocs
-install -m 644 %SOURCE2 ./jfsdocs
-install -m 644 %SOURCE3 ./jfsdocs
-install -m 644 %SOURCE4 ./jfsdocs
-install -m 644 %SOURCE5 ./jfsdocs
-make install DESTDIR=$RPM_BUILD_ROOT
+install -m 644 %{SOURCE1} ./jfsdocs
+install -m 644 %{SOURCE2} ./jfsdocs
+install -m 644 %{SOURCE3} ./jfsdocs
+install -m 644 %{SOURCE4} ./jfsdocs
+install -m 644 %{SOURCE5} ./jfsdocs
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS ChangeLog jfsdocs/*
-%_mandir/man8/*
-%sbindir/*
+%{_mandir}/man8/*
+%{_sbindir}/*
 
 %changelog

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

Reply via email to