Hello community,

here is the log from the commit of package hardlink for openSUSE:Factory 
checked in at 2014-11-26 10:35:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hardlink (Old)
 and      /work/SRC/openSUSE:Factory/.hardlink.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hardlink"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hardlink/hardlink.changes        2013-11-15 
08:37:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hardlink.new/hardlink.changes   2014-11-26 
10:35:27.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Nov 22 11:05:06 UTC 2014 - [email protected]
+
+- Create a tarball from git and use that instead of loose files
+- Put the hardlink utility in bindir so that normal users can make
+  use of it as well
+
+-------------------------------------------------------------------

Old:
----
  COPYING
  hardlink.1
  hardlink.c

New:
----
  hardlink-1.0.g50.tar.xz

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

Other differences:
------------------
++++++ hardlink.spec ++++++
--- /var/tmp/diff_new_pack.TpZmum/_old  2014-11-26 10:35:28.000000000 +0100
+++ /var/tmp/diff_new_pack.TpZmum/_new  2014-11-26 10:35:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hardlink
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -20,37 +20,35 @@
 Summary:        Create a tree of hardlinks
 License:        GPL-2.0+
 Group:          System/Base
-Version:        1.0
+Version:        1.0.g50
 Release:        0
 Url:            http://pkgs.fedoraproject.org/gitweb/?p=hardlink.git
-Source0:        hardlink.c
-Source1:        hardlink.1
-Source2:        COPYING
+
+#Git-Clone:    git://pkgs.fedoraproject.org/hardlink
+#Snapshot:     9188816748565d869c87474c2ab59a65bf337ed3 (50 from root)
+Source:         %name-%version.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
 
 %description
 hardlink is used to create a tree of hard links. It's used by kernel
 installation to dramatically reduce the amount of diskspace used by
 each kernel package installed.
 
-
-
 %prep
-%setup -q -c -T
-
-install -pm 644 %{SOURCE0} hardlink.c
+%setup -qn %name
 
 %build
-
-gcc $RPM_OPT_FLAGS hardlink.c -o hardlink
+gcc %optflags hardlink.c -o hardlink
 
 %install
-install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/hardlink.1
-install -D -m 755 hardlink $RPM_BUILD_ROOT%{_sbindir}/hardlink
+install -D -m 644 hardlink.1 "%buildroot/%_mandir/man1/hardlink.1"
+install -D -m 755 hardlink "%buildroot/%_bindir/hardlink"
 
 %files
-%defattr(-,root,root,-)
-%{_sbindir}/hardlink
-%doc %{_mandir}/man1/hardlink.1*
+%defattr(-,root,root)
+%{_bindir}/hardlink
+%{_mandir}/man1/hardlink.1*
+%doc gpl-2.0.txt
 
 %changelog

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

Reply via email to