Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
pcopy
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
pcopy.spec
@@ -0,0 +1,39 @@ +Summary: Pcopy - Peter's Disk-to-Disk Copying Tool +Name: pcopy +Version: 1.5 +Release: 1 +License: GPL +Url: http://www.lysator.liu.se/~pen/pcopy/ +Group: System +Source: %{name}-%{version}.tar.gz +Patch0: pcopy-destdir.patch +Patch1: pcopy-disktest.patch +BuildRoot: /tmp/%{name}-%{version}/ + +%description +Pcopy - Peter's Disk-to-Disk Copying Tool + +%prep +%setup +%patch0 +%patch1 + +%build +%configure + +%__make + +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_DIR/%{name}* + +%files +%{_bindir}%{name} +%doc disktest README + +%changelog +* Fri Apr 25 2008 Carsten Schoene <cs@linux-administrator.com> +5 initial build of version 1.8 +