b975fa7
Name:		lxsplit
ecfe8c8
Version:	0.2.4
0c4e102
Release:	11%{?dist}
b975fa7
Summary:	File split / merge utility
b975fa7
b975fa7
Group:		Applications/File
b975fa7
License:	GPLv2+
b975fa7
URL:		http://lxsplit.sourceforge.net/
b975fa7
Source:		http://downloads.sourceforge.net/lxsplit/%{name}-%{version}.tar.gz
b975fa7
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)	
b975fa7
b975fa7
%description
b975fa7
lxSplit is a simple tool for splitting files and joining the splitted files 
b975fa7
on linux and unix-like platforms. Splitting is done without compression and 
b975fa7
large files (> 4 GB) are supported. lxSplit is fully compatible with the 
b975fa7
HJSplit utility which is available for other operating systems.
b975fa7
b975fa7
b975fa7
b975fa7
%prep
b975fa7
%setup -q
b975fa7
b975fa7
%build
b975fa7
%{__make}  CFLAGS="$RPM_OPT_FLAGS" %{?_smp_flags}
b975fa7
b975fa7
%install
b975fa7
%{__rm} -rf %{buildroot}
b975fa7
%{__mkdir_p} %{buildroot}/%{_bindir}
b975fa7
%{__install} -D -m755 lxsplit %{buildroot}/%{_bindir}/lxsplit
b975fa7
b975fa7
%clean
b975fa7
%{__rm} -rf %{buildroot}
b975fa7
b975fa7
%files
b975fa7
%defattr(-,root,root,-)
6c22a6b
%doc ChangeLog README COPYING
b975fa7
%{_bindir}/lxsplit
b975fa7
b975fa7
%changelog
0c4e102
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-11
0c4e102
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0c4e102
b1fb674
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-10
b1fb674
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b1fb674
f9b1296
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-9
f9b1296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f9b1296
2a07fd2
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-8
2a07fd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2a07fd2
def8790
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-7
def8790
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
def8790
13824ea
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-6
13824ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
13824ea
19a733b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-5
19a733b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
19a733b
1d33077
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-4
1d33077
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1d33077
1611bf4
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-3
1611bf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1611bf4
f27f72e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-2
f27f72e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f27f72e
b975fa7
ecfe8c8
* Fri Oct 03 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.4-1
ecfe8c8
- new upstream release
ecfe8c8
ecfe8c8
* Thu Jul 03 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.3-1
ecfe8c8
-  Pull new upstream. Drop obsoleted patch and fix defattr
6c22a6b
5f9188a
* Sat May 31 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.2-4
5f9188a
- Apply upstream build patch
5f9188a
b975fa7
* Tue May 27 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.2-3
b975fa7
- Fixed cflags, attr and added COPYING
b975fa7
b975fa7
* Sun May 25 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.2-2
b975fa7
- Add dist tag
b975fa7
b975fa7
* Sun May 25 2008 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.2-1
b975fa7
- Upstream spec modified for Fedora
b975fa7