rpms/lxsplit/F-8 lxsplit.spec,NONE,1.1

Rahul Sundaram (sundaram) fedora-extras-commits at redhat.com
Wed May 28 01:03:35 UTC 2008


Author: sundaram

Update of /cvs/pkgs/rpms/lxsplit/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19221

Added Files:
	lxsplit.spec 
Log Message:
add spec



--- NEW FILE lxsplit.spec ---
Name:		lxsplit
Version:	0.2.2
Release:	3%{?dist}
Summary:	File split / merge utility

Group:		Applications/File
License:	GPLv2+
URL:		http://lxsplit.sourceforge.net/
Source:		http://downloads.sourceforge.net/lxsplit/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)	

%description
lxSplit is a simple tool for splitting files and joining the splitted files 
on linux and unix-like platforms. Splitting is done without compression and 
large files (> 4 GB) are supported. lxSplit is fully compatible with the 
HJSplit utility which is available for other operating systems.



%prep
%setup -q

%build
%{__make}  CFLAGS="$RPM_OPT_FLAGS" %{?_smp_flags}

%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/%{_bindir}
%{__install} -D -m755 lxsplit %{buildroot}/%{_bindir}/lxsplit

%clean
%{__rm} -rf %{buildroot}

%files
%doc ChangeLog README COPYING
%defattr(-,root,root,-)
%{_bindir}/lxsplit

%changelog

* Tue May 27 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 0.2.2-3
- Fixed cflags, attr and added COPYING

* Sun May 25 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 0.2.2-2
- Add dist tag

* Sun May 25 2008 Rahul Sundaram <sundaram at fedoraproject.org> - 0.2.2-1
- Upstream spec modified for Fedora





More information about the fedora-extras-commits mailing list