[lbzip2-utils] Initial commit

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Jul 16 12:30:59 UTC 2013


commit df27429a7b7416f8df0600240797366788ded541
Author: Mikolaj Izdebski <zurgunt at gmail.com>
Date:   Tue Jul 16 12:56:25 2013 +0200

    Initial commit
    
    Signed-off-by: Mikolaj Izdebski <mizdebsk at redhat.com>

 .gitignore        |    1 +
 lbzip2-utils.spec |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..aa65b6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/lbzip2-utils-1.0.tar.gz
diff --git a/lbzip2-utils.spec b/lbzip2-utils.spec
new file mode 100644
index 0000000..cee3bc1
--- /dev/null
+++ b/lbzip2-utils.spec
@@ -0,0 +1,50 @@
+Name:           lbzip2-utils
+Version:        1.0
+Release:        1%{?dist}
+Summary:        Utilities for working with bzip2 compressed files
+Group:          Applications/File
+License:        GPLv3+
+URL:            http://lbzip2.org/
+Source0:        http://archive.lbzip2.org/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:       lbzip2
+
+
+%description
+This package provides a collection of utility programs to work with
+compressed files in bz2 format.  These utilities are supplementary to
+lbzip2 compression tool.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+
+%check
+make check
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING NEWS README
+%{_bindir}/*
+%{_mandir}/man1/*
+
+
+%changelog
+* Mon Jul 15 2013 Mikolaj Izdebski <zurgunt at gmail.com> - 1.0-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..cb579aa 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+091f8c937211af405e8090b3276c646f  lbzip2-utils-1.0.tar.gz


More information about the scm-commits mailing list