commit pari-nftables for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package pari-nftables for openSUSE:Factory 
checked in at 2018-08-31 10:47:14

Comparing /work/SRC/openSUSE:Factory/pari-nftables (Old)
 and  /work/SRC/openSUSE:Factory/.pari-nftables.new (New)


Package is "pari-nftables"

Fri Aug 31 10:47:14 2018 rev:5 rq:632200 version:20080929

Changes:

--- /work/SRC/openSUSE:Factory/pari-nftables/pari-nftables.changes  
2012-12-09 14:10:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.pari-nftables.new/pari-nftables.changes 
2018-08-31 10:47:17.291409433 +0200
@@ -1,0 +2,5 @@
+Wed Aug 29 20:25:33 UTC 2018 - Jan Engelhardt 
+
+- Reformat .spec to be in line with other pari data packages
+
+---



Other differences:
--
++ pari-nftables.spec ++
--- /var/tmp/diff_new_pack.izG983/_old  2018-08-31 10:47:18.299410671 +0200
+++ /var/tmp/diff_new_pack.izG983/_new  2018-08-31 10:47:18.299410671 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pari-nftables
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   pari-nftables
 Version:20080929
 Release:0
-Group:  Productivity/Scientific/Math
 Summary:   Megrez Number Field tables for the PARI CAS
-License:GPL-2.0+
+License:GPL-2.0-or-later
+Group:  Productivity/Scientific/Math
 URL:http://pari.math.u-bordeaux.fr/
 
 Source: nftables.tar.xz
@@ -35,18 +36,15 @@
 (errors fixed, 1/10th the size, easier to use) for the PARI CAS.
 
 %prep
-%setup -Tcq
-cp "%{S:2}" .;
+%setup -cqn data
+cp "%_sourcedir/LICENSE" .
 
 %build
 
 %install
-b="%buildroot";
-c="$b/%_datadir/pari";
-mkdir -p "$c";
-pushd "$c";
-tar -xf "%{S:0}";
-popd;
+c="%buildroot/%_datadir/pari"
+mkdir -p "$c"
+mv nftables "$c/"
 
 %files
 %defattr(-,root,root)




commit pari-nftables for openSUSE:Factory

2012-12-09 Thread h_root
Hello community,

here is the log from the commit of package pari-nftables for openSUSE:Factory 
checked in at 2012-12-09 14:10:49

Comparing /work/SRC/openSUSE:Factory/pari-nftables (Old)
 and  /work/SRC/openSUSE:Factory/.pari-nftables.new (New)


Package is pari-nftables, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.pari-nftables.new/pari-nftables.changes 
2012-12-09 14:10:50.0 +0100
@@ -0,0 +1,4 @@
+---
+Mon Sep 26 09:13:56 UTC 2011 - jeng...@medozas.de
+
+- Initial package (version 20080929) for build.opensuse.org

New:

  LICENSE
  nftables.tar.xz
  pari-nftables.changes
  pari-nftables.spec



Other differences:
--
++ pari-nftables.spec ++
#
# spec file for package pari-nftables
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   pari-nftables
Version:20080929
Release:0
Group:  Productivity/Scientific/Math
Summary:Megrez Number Field tables for the PARI CAS
License:GPL-2.0+
URL:http://pari.math.u-bordeaux.fr/

Source: nftables.tar.xz
Source2:LICENSE
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  xz
BuildArch:  noarch
Conflicts:  libpari-gmp  2.2.11

%description
This package contains the historical megrez number field tables
(errors fixed, 1/10th the size, easier to use) for the PARI CAS.

%prep
%setup -Tcq
cp %{S:2} .;

%build

%install
b=%buildroot;
c=$b/%_datadir/pari;
mkdir -p $c;
pushd $c;
tar -xf %{S:0};
popd;

%files
%defattr(-,root,root)
%_datadir/pari
%doc LICENSE

%changelog
++ LICENSE ++
w3m -dump http://pari.math.u-bordeaux.fr/packages.html
Retrieved 2011-09-26
===
PARI/GP

Main:This page lists all optional PARI/GP packages made available by
  PARI/GP?   the PARI group. These packages use up a nonnegligible amount of
  Download   disk space and will be useless for most users, hence they are
  Packages   distributed separately and maintained independently. They are
  Search rarely upgraded so most of them will only be downloaded once.
━━━
Support: All packages are © the PARI group, distributed under the terms
  FAQof the GNU General Public License (GPL version 2 or any later
  Documentation  version).
  Mailing Lists
  Links  Note: some browsers will silently gunzip the downloaded files,
━━━  and save the .tar, whose size and checksums will be different.
Development:
  VersionInstallation
Control
  Coding To use a package with the daily Windows GP binary
Guidelines
  Latest Simply extract the archive in same folder as gp.exe (this will
Changes  create a 'data' subfolder).
  Bugs
  Buildlogs  To install a package from a source distribution.
━━━
Statistics:  Extract the archive in the toplevel pari directory before
  Benchmarks running ./Configure. Then run make install as usual.
  WWW Stats
 To install a package into an existing PARI/GP installation.

 This is in particular the only method available to users of the
 Windows self-extracting binary.

 Extract the archive anywhere you like, which will create a
 'data' folder. Open 'data' and move the folder it contains
 (e.g. elldata) to the directory where the installer placed
 architecture independent files. The default destinations are

   /usr/local/share/pari  (Unix)
   C:\Program Files\PARI  (Win32)

 You may delete the now empty 'data' folder.

 Available Packages

   • elldata.tgz,  20582 KBy, Sep 15 11:56:19 2011
 md5sum: 9e8841c601e95c10ad602d9669e1eab0 elldata.tgz
 signature: elldata.tgz.asc
 PARI/GP version of J. E. Cremona Elliptic