[clex/f14] Update fixes (#527269).

ndowens ndowens at fedoraproject.org
Fri Jul 29 02:48:03 UTC 2011


commit 91f917353c6d9fa70797b145fad6d07d5f1c70f2
Author: Nathan Owe <ndowens at revan.linux>
Date:   Thu Jul 28 21:47:32 2011 -0500

    Update fixes (#527269).

 .gitignore |    1 +
 clex.spec  |   39 ++++++++++++++++++++-------------------
 sources    |    2 +-
 3 files changed, 22 insertions(+), 20 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 8fd0178..b5868fb 100644
--- a/clex.spec
+++ b/clex.spec
@@ -1,21 +1,17 @@
 Name:           clex
-Version:        3.18 
-Release:        4%{?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,35 @@ 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
+
 * 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
 
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