rpms/orpie/devel orpie.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Petersen (xris) fedora-extras-commits at redhat.com
Sat May 20 00:07:38 UTC 2006


Author: xris

Update of /cvs/extras/rpms/orpie/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10592/devel

Modified Files:
	.cvsignore sources 
Added Files:
	orpie.spec 
Log Message:
auto-import orpie-1.4.3-3 on branch devel from orpie-1.4.3-3.src.rpm


--- NEW FILE orpie.spec ---
#
# Specfile for Orpie, a curses-based RPN calculator
#

Name:           orpie
Version:        1.4.3
Release:        3
Summary:        A fullscreen console-based RPN calculator application

Group:          Applications/Engineering
License:        GPL
URL:            http://www.eecs.umich.edu/~pelzlpj/orpie/

################################################################################

Source:         http://www.eecs.umich.edu/~pelzlpj/orpie/%{name}-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

################################################################################

BuildRequires:  camlp4
BuildRequires:  gsl-devel
BuildRequires:  ncurses-devel

Requires:       ocaml >= 3.07
Requires:       gsl   >= 1.4
Requires:       camlp4

################################################################################

%description
Orpie is a fullscreen console-based RPN calculator that uses the curses
library.  Its operation is similar to that of modern HP calculators, but data
entry has been optimized for efficiency on a PC keyboard. Its features include
extensive scientific calculator functionality, command completion, and a
visible interactive stack.

################################################################################

%prep

%setup -q

# Replace static lib paths with %{_lib} so we build properly on x86_64
# systems, where the libs are actually in lib64.
sed -i -e 's#/lib/#/%{_lib}/#' configure
sed -i -e 's#/lib'\''#/%{_lib}'\''#' configure

################################################################################

%build

%configure

make %{?_smp_mflags}

################################################################################

%install

rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

################################################################################

%clean

rm -rf $RPM_BUILD_ROOT

################################################################################

%files
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/orpierc
%doc doc/manual.html doc/manual.pdf doc/manual.tex.in doc/TODO README COPYING ChangeLog
%{_bindir}/*
%{_mandir}/man[^3]/*

################################################################################

%changelog

* Sun May 14 2006   Chris Petersen <rpm at forevermore.net>                 1.4.3-3
- Fix a few dependencies as suggested during the fedora review process

* Thu May 11 2006   Chris Petersen <rpm at forevermore.net>                 1.4.3-1
- Update spec to match fedora guidelines

* Mon Aug 2  2004   Chris Petersen <rpm at forevermore.net>
- Minor changes to spec format for better consistency and readability

* Tue Jun 15 2004   Chris Petersen <rpm at forevermore.net>
- Update RPM for 1.2rc1, and include orpie-curses-keys man info

* Tue Apr 6  2004   Chris Petersen <rpm at forevermore.net>
- Built initial RPM



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/orpie/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 May 2006 00:07:17 -0000	1.1
+++ .cvsignore	20 May 2006 00:07:38 -0000	1.2
@@ -0,0 +1 @@
+orpie-1.4.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/orpie/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 May 2006 00:07:17 -0000	1.1
+++ sources	20 May 2006 00:07:38 -0000	1.2
@@ -0,0 +1 @@
+1c9d87cf3f8d982a9a3662d48e13de55  orpie-1.4.3.tar.gz




More information about the fedora-extras-commits mailing list