rpms/lxsplit/F-9 lxsplit.spec,NONE,1.1 sources,1.1,1.2

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


Author: sundaram

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

Modified Files:
	sources 
Added Files:
	lxsplit.spec 
Log Message:
initial commit



--- 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



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxsplit/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 May 2008 20:23:20 -0000	1.1
+++ sources	28 May 2008 01:06:45 -0000	1.2
@@ -0,0 +1 @@
+f8de6f2d70b31eb473fbe2831844da77  lxsplit-0.2.2.tar.gz




More information about the scm-commits mailing list