[clex/f15] modified: .gitignore deleted: clex-3.18-configure.patch modified: clex.spec modified: s

ndowens ndowens at fedoraproject.org
Fri Jul 29 02:31:52 UTC 2011


commit ed3244eddbdf9ccbfabf257202b477097c0bcdb5
Author: Nathan Owe <ndowens at revan.linux>
Date:   Thu Jul 28 21:04:45 2011 -0500

    	modified:   .gitignore
    	deleted:    clex-3.18-configure.patch
    	modified:   clex.spec
    	modified:   sources

 .gitignore                |    1 +
 clex-3.18-configure.patch |   16 ----------------
 clex.spec                 |   36 +++++++++++++++++-------------------
 sources                   |    2 +-
 4 files changed, 19 insertions(+), 36 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
index b3349c7..b5868fb 100644
--- a/clex.spec
+++ b/clex.spec
@@ -1,21 +1,17 @@
 Name:           clex
-Version:        3.18 
-Release:        5%{?dist}
+Version:        4.6 
+Release:        1%{?dist}
 Summary:        A free file manager with a full-screen user interface
-
-Group:          Applications/File
 License:        GPLv2+
 URL:            http://www.clex.sk
-Source0:        http://www.clex.sk/download/%{name}-%{version}.tar.gz
-Patch0:         clex-3.18-configure.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+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, filename insertion, 
+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. 
 
@@ -26,30 +22,32 @@ mistake. There are no built-in commands, CLEX is an add-on to your
 favorite shell. 
 
 %prep
-%setup -q
-%patch0 -p1 -b .configure
+%setup -q -n %{name}-%{version}.patch5
 
 %build
 %configure
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_bindir}/clex
-%{_mandir}/man1/clex.1.gz
+%{_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
 
diff --git a/sources b/sources
index 7209c65..8da39b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5547890e8cb873eab85894775e8e2d21  clex-3.18.tar.gz
+9f3cebde32a5d0122f0e512ad56c4234  clex-4.6.patch5.tar.gz


More information about the scm-commits mailing list