Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > a1570c9316c74adbe66220992540ef53 > files > 2

most-5.0.0-4.a.1.fc15.src.rpm

Summary: more, less, most
Name: most
Version: 5.0.0
Release: 4.a.1%{?dist}
License: GPLv2+
URL: ftp://space.mit.edu/pub/davis/most/
Group: Applications/Text
Source: ftp://space.mit.edu/pub/davis/most/%{name}-%{version}a.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: slang-devel

%description
most is a paging program that displays, one windowful  at  a  time,  the
contents of a file on a terminal. It pauses  after  each  windowful  and
prints on the window status line the screen the file name, current  line
number, and the percentage of the file so far displayed.

%prep
%setup -q -n %{name}-%{version}a

%build
sed -i 's!s\%@RPATH@\%.*!s\%@RPATH@\%\%g!' configure
%ifarch x86_64 ppc ppc64
sed -i 's|/usr/lib|%{_libdir}|g' configure
%endif
chmod +x configure
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
install -D -m0755 src/objs/most $RPM_BUILD_ROOT%{_bindir}/most
install -D -m0644 most.1        $RPM_BUILD_ROOT%{_mandir}/man1/most.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc COPYRIGHT README changes.txt most.doc most-fun.txt lesskeys.rc most.rc
%{_bindir}/most
%{_mandir}/man1/most.1*


%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.0-4.a.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.0-3.a.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.0-2.a.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.0.0-1.a.1
- Autorebuild for GCC 4.3

* Fri Oct 12 2007 Adrian Reber <adrian@lisas.de> - 5.0.0-0.a.1
- updated to 5.0.0a
- removed BR gawk

* Sun Aug 26 2007 Adrian Reber <adrian@lisas.de> - 4.10.2-6
- rebuilt
- updated License
- added BR gawk

* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 4.10.2-5
- rebuilt for unwind info generation, broken in gcc-4.1.1-21

* Mon Sep 18 2006 Adrian Reber <adrian@lisas.de> - 4.10.2-4
- rebuilt

* Sun Mar 12 2006 Adrian Reber <adrian@lisas.de> - 4.10.2-3
- rebuilt

* Tue Nov 29 2005 Adrian Reber <adrian@lisas.de> - 4.10.2-2
- rebuilt for new slang

* Thu Jul 07 2005 Adrian Reber <adrian@lisas.de> - 4.10.2-1
- updated to 4.10.2 (fixes search aborting bug)

* Fri Jul 01 2005 Adrian Reber <adrian@lisas.de> - 4.10.1-1
- updated to 4.10.1

* Wed Mar 30 2005 Adrian Reber <adrian@lisas.de> - 4.9.5-4
- fix build on ppc/ppc64

* Sat Feb 12 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 4.9.5-3
- sed -i 's|/usr/lib|%%{_libdir}|g' configure fixes x86_64 build;

* Mon Jul 19 2004 Adrian Reber <adrian@lisas.de> - 0:4.9.5-0.fdr.2
- removed chrpath dependency

* Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> - 0:4.9.5-0.fdr.1
- fedorafication

* Mon May 10 2004 Michael Scherer <misc@mandrake.org> 4.9.4-1mdk
- New release 4.9.4
- remove rpath

* Fri Jan  2 2004 Han Boetes <han@linux-mandrake.com> 4.9.2-3mdk
- rebuild

* Fri Dec 27 2002 Han Boetes <han@linux-mandrake.com> 4.9.2-2mdk
- rebuild because of new rpm macros and new glibc

* Wed Aug 21 2002 Han Boetes <han@linux-mandrake.com> 4.9.2-1mdk
- First spec for mandrake.