public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jindrich Novy <jnovy@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pxz] epel10: initial import
Date: Mon, 15 Jun 2026 21:55:56 GMT [thread overview]
Message-ID: <178156055640.1.15707262831738634602.rpms-pxz-66139d92b8e4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pxz
Branch : epel10
Commit : 66139d92b8e4c25d7d96a7e1aa9a2478a9ee6c48
Author : Jindrich Novy <jnovy@fedoraproject.org>
Date : 2010-06-08T05:40:18+00:00
Stats : +61/-0 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/pxz/c/66139d92b8e4c25d7d96a7e1aa9a2478a9ee6c48?branch=epel10
Log:
initial import
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..b6a417e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+pxz-4.999.9beta.20100608git.tar.xz
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..c9ea35f
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+pxz-4_999_9-1_beta_20100608git_fc13:HEAD:pxz-4.999.9-1.beta.20100608git.fc13.src.rpm:1275975582
diff --git a/pxz.spec b/pxz.spec
new file mode 100644
index 0000000..252eb56
--- /dev/null
+++ b/pxz.spec
@@ -0,0 +1,58 @@
+%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@redhat.com> 4.999.9-1.beta.20100608git
+- initial import release
+
+* Thu Jun 3 2010 Jindrich Novy <jnovy@redhat.com> 4.999.9-0.1.beta.20100603git
+- review fixes (#598902)
+
+* Wed May 26 2010 Jindrich Novy <jnovy@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@redhat.com> 4.999.9-0.1.beta.20100217git
+- better error handling and stability fixes
+
+* Wed Dec 9 2009 Jindrich Novy <jnovy@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@redhat.com> 4.999.9-0.1.beta.20091118git
+- initial packaging
diff --git a/sources b/sources
index e69de29..5961ea1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+734645e5f147678fe77e66db2a579360 pxz-4.999.9beta.20100608git.tar.xz
reply other threads:[~2026-06-15 21:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178156055640.1.15707262831738634602.rpms-pxz-66139d92b8e4@fedoraproject.org \
--to=jnovy@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox