Hello community,

here is the log from the commit of package ufiformat for openSUSE:Factory 
checked in at 2012-11-22 14:35:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ufiformat (Old)
 and      /work/SRC/openSUSE:Factory/.ufiformat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ufiformat", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ufiformat/ufiformat.changes      2011-10-28 
15:23:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ufiformat.new/ufiformat.changes 2012-11-22 
14:35:08.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 15 02:01:54 UTC 2012 - [email protected]
+
+- Rip out %make(_)install, this does not realiably work,
+  especially outside SUSE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ufiformat.spec ++++++
--- /var/tmp/diff_new_pack.H9nZVj/_old  2012-11-22 14:35:09.000000000 +0100
+++ /var/tmp/diff_new_pack.H9nZVj/_new  2012-11-22 14:35:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ufiformat
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,17 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ufiformat
-License:        GPL-2.0+
-Group:          Hardware/Other
 Version:        0.9.9
 Release:        0
 Summary:        Low-level format tool for USB floppy drives under Linux
-URL:            http://www.geocities.jp/tedi_world/format_usbfdd_e.html
+License:        GPL-2.0+
+Group:          Hardware/Other
+Url:            http://www.geocities.jp/tedi_world/format_usbfdd_e.html
 Source:         %name-%version.tar.xz
 Patch1:                ufiformat-headers.diff
-BuildRoot:      %_tmppath/%name-%version-build
-BuildRequires:  libext2fs-devel, xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libext2fs-devel
+BuildRequires:  xz
 
 %description
 ufiformat is a tool to low-level format USB floppy disks.
@@ -39,10 +41,12 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
+make install DESTDIR="%buildroot"
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README 
 %_bindir/ufiformat
 %_mandir/man8/ufiformat.8.gz
+
+%changelog


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to