[clex] Updated clex to the latest version.

ndowens ndowens at fedoraproject.org
Sat Jul 30 01:09:10 UTC 2011


commit b3d148e1762de944dcb56619901d75c85d4d8f72
Author: Nathan Owe <ndowens at revan.linux>
Date:   Fri Jul 29 20:08:49 2011 -0500

    Updated clex to the latest version.

 .gitignore |    1 +
 clex.spec  |   73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 75 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7e04ec..91015b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 clex-3.18.tar.gz
+/clex-4.6.patch5.tar.gz
diff --git a/clex.spec b/clex.spec
new file mode 100644
index 0000000..6cd960f
--- /dev/null
+++ b/clex.spec
@@ -0,0 +1,73 @@
+Name:           clex
+Version:        4.6 
+Release:        1%{?dist}
+Summary:        A free file manager with a full-screen user interface
+License:        GPLv2+
+URL:            http://www.clex.sk
+Source0:        http://www.clex.sk/download/%{name}-%{version}.patch5.tar.gz
+
+BuildRequires:  ncurses-devel
+
+%description
+CLEX (pronounced KLEKS) is a file manager with a full-screen user 
+interface. It displays directory contents including the file status 
+details and provides features like command history, file-name insertion, 
+or name completion in order to help users to create commands to be 
+executed by the shell. 
+
+CLEX is a versatile tool for system administrators and all users that 
+utilize the enormous power of the command line. Its unique one-panel 
+user interface enhances productivity and lessens the probability of 
+mistake. There are no built-in commands, CLEX is an add-on to your 
+favorite shell. 
+
+%prep
+%setup -q -n %{name}-%{version}.patch5
+
+%build
+./configure --prefix=/usr --bindir=/usr/bin
+make 
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+
+%files
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_bindir}/%{name}
+%{_bindir}/cfg-clex
+%{_bindir}/kbd-test
+
+%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/cfg-clex.*
+%{_mandir}/man1/kbd-test.*
+
+%changelog
+* Thu Jul 28 2011 Nathan Owe <ndowens at fedoraproject.org> 4.6-1
+- Updated version to 4.6
+- Cleaned Spec file
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.18-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.18-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.18-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Apr 28 2008 Kairo Araujo <kairoaraujo at gmail.com> - 3.18-2
+- added clex-3.18-configure.patch for fedora (thanks dwmw2)
+
+* Sat Apr 26 2008 Kairo Araujo <kairoaraujo at gmail.com> - 3.18-1
+- Update 3.18
+
+* Tue Jan 29 2008 Kairo Araujo <kairoaraujo at gmail.com> - 3.17-3
+- Removed Requires: ncurses (rpmbuild will add automatically)
+
+* Tue Jan 29 2008 Kairo Araujo <kairoaraujo at gmail.com> - 3.17-2
+- Removed INSTALL from doc list
+
+* Mon Jan 28 2008 Kairo Araujo <kairoaraujo at gmail.com> - 3.17-1
+- Initial RPM release
diff --git a/sources b/sources
new file mode 100644
index 0000000..8da39b7
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+9f3cebde32a5d0122f0e512ad56c4234  clex-4.6.patch5.tar.gz


More information about the scm-commits mailing list