Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 0dc86f5bfef7d95639e8fd58dd2fe1df > files > 3

hardlink-1.0-14.mga3.src.rpm

Summary:	Create a tree of hardlinks
Name:		hardlink
Version:	1.0
Release:	%mkrel 14
Epoch:		1
Group:		System/Base 
URL:		http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/hardlink/
License:	GPL+
Source0:	hardlink.c
Source1:	hardlink.1
Obsoletes:	kernel-utils

%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

%build
gcc %{optflags} hardlink.c -o hardlink

%install
install -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/hardlink.1
install -D -m 755 hardlink %{buildroot}%{_sbindir}/hardlink

%files
%{_sbindir}/hardlink
%{_mandir}/man1/hardlink.1*


%changelog

* Sat Jan 12 2013 umeabot <umeabot> 1:1.0-14.mga3
+ Revision: 353109
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Aug 10 2012 luigiwalser <luigiwalser> 1:1.0-13.mga3
+ Revision: 280423
- switch to Owl upstream

* Sun Dec 18 2011 fwang <fwang> 1:1.0-12.mga2
+ Revision: 183470
- sync with fedora

* Tue May 24 2011 dmorgan <dmorgan> 1:1.0-11.mga1
+ Revision: 100327
- imported package hardlink