rpms/pxz/F-12 import.log, NONE, 1.1 pxz.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jindrich Novy jnovy at fedoraproject.org
Tue Jun 8 09:11:12 UTC 2010


Author: jnovy

Update of /cvs/pkgs/rpms/pxz/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28940/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pxz.spec 
Log Message:
initial import


--- NEW FILE import.log ---
pxz-4_999_9-1_beta_20100608git_fc13:F-12:pxz-4.999.9-1.beta.20100608git.fc13.src.rpm:1275988250


--- NEW FILE pxz.spec ---
%global git_date 20100608

Summary:	Parallel LZMA compressor using XZ
Name:		pxz
Version:	4.999.9
Release:	1.beta.%{git_date}git%{?dist}
License:	GPLv2+
Group:		Applications/File
# source created as "make dist" in checked out GIT tree: git clone git://github.com/jnovy/pxz.git
Source0:	http://jnovy.fedorapeople.org/%{name}/%{name}-%{version}beta.%{git_date}git.tar.xz
URL:		http://jnovy.fedorapeople.org/pxz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	xz-devel

%description
Parallel XZ is a compression utility that takes advantage of running
XZ compression simultaneously on different parts of an input file on
multiple cores and processors. This significantly speeds up compression time.

%prep
%setup -q -n %{name}-%{version}beta

%build
export CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"

%clean
rm -rf %{buildroot}

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

%changelog
* Thu Jun  8 2010 Jindrich Novy <jnovy at redhat.com> 4.999.9-1.beta.20100608git
- initial import release

* Thu Jun  3 2010 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.beta.20100603git
- review fixes (#598902)

* Wed May 26 2010 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.beta.20100526git
- add -D option to specify context size per thread

* Fri Feb 19 2010 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.beta.20100217git
- better error handling and stability fixes

* Wed Dec  9 2009 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.beta.20091209git
- use fixed size context per thread (3x dict size by default)
- reduce memory requirements for compression

* Wed Nov 18 2009 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.beta.20091118git
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pxz/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	7 Jun 2010 21:23:31 -0000	1.1
+++ .cvsignore	8 Jun 2010 09:11:10 -0000	1.2
@@ -0,0 +1 @@
+pxz-4.999.9beta.20100608git.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pxz/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	7 Jun 2010 21:23:31 -0000	1.1
+++ sources	8 Jun 2010 09:11:11 -0000	1.2
@@ -0,0 +1 @@
+734645e5f147678fe77e66db2a579360  pxz-4.999.9beta.20100608git.tar.xz



More information about the scm-commits mailing list