[zsh-lovers/el6] Initial SETUP.

Christopher Meng cicku at fedoraproject.org
Mon Jul 7 12:06:33 UTC 2014


commit e7a2cc0510fc73603ce24371612cce5fd4b842ff
Author: Christopher Meng <i at cicku.me>
Date:   Mon Jul 7 20:05:17 2014 +0800

    Initial SETUP.

 .gitignore      |    1 +
 sources         |    1 +
 zsh-lovers.spec |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..256dc86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/zsh-lovers_0.9.0.tar.gz
diff --git a/sources b/sources
index e69de29..3123822 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+75b2f02f5c38936ac0567177eaeb9a03  zsh-lovers_0.9.0.tar.gz
diff --git a/zsh-lovers.spec b/zsh-lovers.spec
new file mode 100644
index 0000000..8dcdf15
--- /dev/null
+++ b/zsh-lovers.spec
@@ -0,0 +1,32 @@
+Name:           zsh-lovers
+Version:        0.9.0
+Release:        1%{?dist}
+Summary:        A collection of tips, tricks and examples for the Z shell
+License:        GPLv2
+URL:            http://grml.org/zsh/#zshlovers
+Source0:        http://deb.grml.org/pool/main/z/zsh-lovers/zsh-lovers_%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  asciidoc
+
+%description
+zsh-lovers is a small project which tries to collect tips, tricks and examples
+for the Z shell. 
+
+This package only ships a manpage of the collection.
+
+%prep
+%setup -q
+
+%build
+a2x -vv -L -f manpage zsh-lovers.1.txt
+
+%install
+install -pDm644 zsh-lovers.1 %{buildroot}%{_mandir}/man1/zsh-lovers.1
+
+%files
+%doc COPYING README
+%{_mandir}/man1/zsh-lovers.1*
+
+%changelog
+* Mon Apr 21 2014 Christopher Meng <rpm at cicku.me> - 0.9.0-1
+- Initial Package.


More information about the scm-commits mailing list