[lookat] Initial import (#957436).

Christopher Meng cicku at fedoraproject.org
Wed May 8 12:46:27 UTC 2013


commit 21d3a3c7399e81402e3b060580eff044a1409e11
Author: Christopher Meng <rpm at cicku.me>
Date:   Wed May 8 20:46:14 2013 +0800

    Initial import (#957436).

 .gitignore  |    1 +
 lookat.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..593e820 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/lookat_bekijk-1.4.2.tar.gz
diff --git a/lookat.spec b/lookat.spec
new file mode 100644
index 0000000..d758ed2
--- /dev/null
+++ b/lookat.spec
@@ -0,0 +1,46 @@
+%global nlname     bekijk
+
+Name:              lookat
+Version:           1.4.2
+Release:           1%{?dist}
+Summary:           A user-friendly text file viewer
+
+URL:               http://www.wagemakers.be/english/programs/lookat
+License:           GPLv2+
+
+Source0:           http://www.wagemakers.be/downloads/%{name}/%{name}_%{nlname}-%{version}.tar.gz
+
+BuildRequires:     autoconf
+BuildRequires:     automake
+BuildRequires:     ncurses-devel
+
+%description
+lookat is a program to view text files and manual pages. It is designed to be
+more user-friendly than more conventional text viewers such as less. 
+
+%prep
+%setup -q -n %{name}_%{nlname}-%{version}
+
+%build
+autoreconf -fiv
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+rm -rf \
+    %{buildroot}%{_bindir}/%{nlname} \
+    %{buildroot}%{_mandir}/man1/%{nlname}.1 \
+    %{buildroot}%{_sysconfdir}/%{name}.conf.default \
+    %{buildroot}%{_datadir}/doc/%{name}
+
+%files
+%doc AUTHORS ChangeLog COPYING README examples/
+%config(noreplace) %{_sysconfdir}/%{name}.conf
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+%changelog
+* Mon Apr 22 2013 Christopher Meng <rpm at cicku.me> - 1.4.2-1
+- Initial Package.
diff --git a/sources b/sources
index e69de29..9adc080 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d1c1e57e26e72ac481597a7a143b169f  lookat_bekijk-1.4.2.tar.gz


More information about the scm-commits mailing list