c672b52
Name:		lxsplit
0c1e3a6
Version:	0.2.3
0c1e3a6
Release:	1%{?dist}
c672b52
Summary:	File split / merge utility
c672b52
c672b52
Group:		Applications/File
c672b52
License:	GPLv2+
c672b52
URL:		http://lxsplit.sourceforge.net/
c672b52
Source:		http://downloads.sourceforge.net/lxsplit/%{name}-%{version}.tar.gz
c672b52
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)	
c672b52
c672b52
%description
c672b52
lxSplit is a simple tool for splitting files and joining the splitted files 
c672b52
on linux and unix-like platforms. Splitting is done without compression and 
c672b52
large files (> 4 GB) are supported. lxSplit is fully compatible with the 
c672b52
HJSplit utility which is available for other operating systems.
c672b52
c672b52
c672b52
c672b52
%prep
c672b52
%setup -q
c672b52
c672b52
%build
c672b52
%{__make}  CFLAGS="$RPM_OPT_FLAGS" %{?_smp_flags}
c672b52
c672b52
%install
c672b52
%{__rm} -rf %{buildroot}
c672b52
%{__mkdir_p} %{buildroot}/%{_bindir}
c672b52
%{__install} -D -m755 lxsplit %{buildroot}/%{_bindir}/lxsplit
c672b52
c672b52
%clean
c672b52
%{__rm} -rf %{buildroot}
c672b52
c672b52
%files
c672b52
%defattr(-,root,root,-)
0c1e3a6
%doc ChangeLog README COPYING
c672b52
%{_bindir}/lxsplit
c672b52
c672b52
%changelog
c672b52
0c1e3a6
* Thu Jul 03 2008 Rahul Sundaram<sundaram@fedoraproject.org> - 0.2.3-1
0c1e3a6
  Pull new upstream. Drop obsoleted patch and fix defattr
0c1e3a6
9f9a8ea
* Sat May 31 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.2-4
9f9a8ea
- Apply upstream build patch
9f9a8ea
c672b52
* Tue May 27 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.2-3
c672b52
- Fixed cflags, attr and added COPYING
c672b52
c672b52
* Sun May 25 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.2-2
c672b52
- Add dist tag
c672b52
c672b52
* Sun May 25 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.2-1
c672b52
- Upstream spec modified for Fedora
c672b52