[prwd/el6] Initial SETUP

Christopher Meng cicku at fedoraproject.org
Wed May 29 04:39:23 UTC 2013


commit 6f471840f5da1f85b0f94d6bb645ffc713e245cd
Author: Christopher Meng <rpm at cicku.me>
Date:   Wed May 29 12:07:26 2013 +0800

    Initial SETUP

 .gitignore |    1 +
 prwd.spec  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..28f1585 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/prwd-1.7.tar.gz
diff --git a/prwd.spec b/prwd.spec
new file mode 100644
index 0000000..a531725
--- /dev/null
+++ b/prwd.spec
@@ -0,0 +1,44 @@
+Name:         prwd
+Version:      1.7
+Release:      2%{?dist}
+Summary:      A tool can print reduced working directory
+License:      ISC
+
+URL:          http://tamentis.com/projects/prwd/
+Source0:      http://tamentis.com/projects/%{name}/files/%{name}-%{version}.tar.gz
+
+%description
+Most shells read $PS1 differently and have a very rigid way to display 
+the current working directory. prwd allows you to have one way to handle 
+the display of your working directory and use it across multiple shells. 
+It also allows you to keep an eye on your current branch when you enter 
+a project handled by git or mercurial.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+%check
+make test
+
+%files
+%doc AUTHORS ChangeLog LICENSE prwdrc.example
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+%changelog
+* Sun May 26 2013 Christopher Meng <rpm at cicku.me> - 1.7-2
+- SPEC cleanup.
+
+* Sun May 26 2013 Christopher Meng <rpm at cicku.me> - 1.7-1
+- New version.
+- Fixes for debuginfo.
+
+* Thu May 16 2013 Christopher Meng <rpm at cicku.me> - 1.6-1
+- Initial Package.
diff --git a/sources b/sources
index e69de29..357023d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+852250d96629c7c2b8ab5e8867d100ec  prwd-1.7.tar.gz


More information about the scm-commits mailing list