rpms/sympow/devel import.log, NONE, 1.1 sympow-README.Fedora, NONE, 1.1 sympow-launcher, NONE, 1.1 sympow.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Conrad Meyer konradm at fedoraproject.org
Wed Mar 18 00:58:06 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/sympow/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20966/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log sympow-README.Fedora sympow-launcher sympow.spec 
Log Message:
Import.



--- NEW FILE import.log ---
sympow-1_019-2_fc9:HEAD:sympow-1.019-2.fc9.src.rpm:1237337648


--- NEW FILE sympow-README.Fedora ---
As per the licensing guidelines of sympow, I am obligated to inform the
user that SYMPOW is originally distributed under a BSD-ish license.

See http://www.maths.bris.ac.uk/~mamjw/ for the source tarball and
contact information for the author.


--- NEW FILE sympow-launcher ---
#!/bin/sh

UNAME=`uname -m`
case $UNAME in
  ppc*|sparc*)
    DEFAULT32=1
    ;;
  *64|s390x)
    DEFAULT32=0
    ;;
  *)
    DEFAULT32=1
    ;;
esac
if [ $DEFAULT32 -eq 1 -a -e /usr/lib/sympow ] ; then
    LIB=lib
elif [ -e /usr/lib64/sympow ] ; then
    LIB=lib64
elif [ -e /usr/lib/sympow ] ; then
    LIB=lib
else
    echo "Error: could not locate sympow on your system. Exitting..."
    exit 1
fi

cd /usr/$LIB/sympow
./sympow $*


--- NEW FILE sympow.spec ---
Name:           sympow
Version:        1.019
Release:        2%{?dist}
Summary:        Special Values of Symmetric Power Elliptic Curve L-Functions
Group:          Applications/Engineering
License:        BSD
URL:            http://www.maths.bris.ac.uk/~mamjw/
Source0:        http://www.maths.bris.ac.uk/~mamjw/sympow.tar.bz2
Source1:        sympow-README.Fedora
Source2:        sympow-launcher
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  pari-gp


%description
SYMPOW is a program for computing special values of symmetric power
elliptic curve L-functions.


%prep
%setup -q -n SYMPOW-%{version}
cp %{SOURCE1} README.Fedora
cp %{SOURCE2} sympow-launcher


%build
export CFLAGS="%{optflags}"
sh Configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/datafiles
# executables
install -m 755 %{name} $RPM_BUILD_ROOT%{_libdir}/%{name}/
install -m 755 new_data $RPM_BUILD_ROOT%{_libdir}/%{name}/
# datafiles
install -m 644 datafiles/* $RPM_BUILD_ROOT%{_libdir}/%{name}/datafiles/
# more datafiles
install -m 644 *.gp $RPM_BUILD_ROOT%{_libdir}/%{name}/

# launcher script
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m 755 sympow-launcher $RPM_BUILD_ROOT%{_bindir}/%{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING README.Fedora
%{_bindir}/%{name}
%{_libdir}/%{name}


%changelog
* Sun Dec 14 2008 Conrad Meyer <konrad at tylerc.org> - 1.019-2
- Make launcher-script multilibs-safe.

* Sun Dec 14 2008 Conrad Meyer <konrad at tylerc.org> - 1.019-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sympow/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Mar 2009 02:09:49 -0000	1.1
+++ .cvsignore	18 Mar 2009 00:57:36 -0000	1.2
@@ -0,0 +1 @@
+sympow.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sympow/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2009 02:09:49 -0000	1.1
+++ sources	18 Mar 2009 00:57:36 -0000	1.2
@@ -0,0 +1 @@
+c19a226ad33a0df69a17dec93060d99e  sympow.tar.bz2




More information about the fedora-extras-commits mailing list