rpms/rzip/devel rzip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Tue May 17 21:05:28 UTC 2005


Author: stingray

Update of /cvs/extras/rpms/rzip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15812/devel

Modified Files:
	.cvsignore sources 
Added Files:
	rzip.spec 
Log Message:
auto-import rzip-2.0-1 on branch devel from rzip-2.0-1.src.rpm


--- NEW FILE rzip.spec ---
Name:           rzip
Version:        2.0
Release:        1
Summary:        A large-file compression program
Group:          Applications/File
License:        GPL
URL:            http://rzip.samba.org
Source0:        http://rzip.samba.org/ftp/rzip/rzip-2.0.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  bzip2-devel

%description
rzip is a compression program, similar in functionality to gzip or bzip2, 
but able to take advantage long distance redundencies in files, which can 
sometimes allow rzip to produce much better compression ratios than other
programs.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL_BIN=$RPM_BUILD_ROOT%{_bindir} INSTALL_MAN=$RPM_BUILD_ROOT%{_mandir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/rzip
%{_mandir}/man1/*

%changelog
* Sun Apr 24 2005 Paul P Komkoff Jr <i at stingr.net> - 2.0-1
- initial import.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rzip/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 May 2005 20:44:18 -0000	1.1
+++ .cvsignore	17 May 2005 21:05:26 -0000	1.2
@@ -0,0 +1 @@
+rzip-2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rzip/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 May 2005 20:44:18 -0000	1.1
+++ sources	17 May 2005 21:05:26 -0000	1.2
@@ -0,0 +1 @@
+8a88b445afba919b122a3899d6d26b2a  rzip-2.0.tar.gz




More information about the fedora-extras-commits mailing list