Compare commits
40 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5066c0040b | ||
|
|
999f9deb8e | ||
|
|
52005ff320 | ||
|
|
6d838becc0 | ||
|
|
c9ae8fd33c | ||
|
|
6d02d1e9e5 | ||
|
|
f12f185d6d | ||
|
|
0b1d468e63 | ||
|
|
304257fd2c | ||
|
|
014ec9f6e9 | ||
|
|
b5736a5b66 | ||
|
|
b849bab27f | ||
|
|
97cb7201ea | ||
|
|
b5dda5d8e2 | ||
|
|
93f35b3173 | ||
|
|
fcef08707e | ||
|
|
ab3c30af1a | ||
|
|
0d1703faac | ||
|
|
22e119134b | ||
|
|
6d18adf819 | ||
|
|
824d7ad4cd | ||
|
|
101f35baa0 | ||
|
|
e2ff0b6664 | ||
|
|
649d63913c | ||
|
|
0ee3b4785e | ||
|
|
91a8c8347b | ||
|
|
791cf7b520 | ||
|
|
6729dfb4a3 | ||
|
|
24225a166b | ||
|
|
015bf0b20e | ||
|
|
2153fc922f | ||
|
|
be02239d4e | ||
|
|
496bc34298 | ||
|
|
31d6b3fb26 | ||
|
|
67fc8d1f10 | ||
|
|
4422886c1f | ||
|
|
40e3826b34 | ||
|
|
9c137bf0d5 | ||
|
|
f30873d776 | ||
|
|
bd96721542 |
5 changed files with 35 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ advancecomp-1.15.tar.gz
|
||||||
/advancecomp-2.3.tar.gz
|
/advancecomp-2.3.tar.gz
|
||||||
/advancecomp-2.4.tar.gz
|
/advancecomp-2.4.tar.gz
|
||||||
/advancecomp-2.5.tar.gz
|
/advancecomp-2.5.tar.gz
|
||||||
|
/advancecomp-2.6.tar.gz
|
||||||
|
|
|
||||||
6
advancecomp.rpmlintrc
Normal file
6
advancecomp.rpmlintrc
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Not real spelling errors
|
||||||
|
addFilter(r" spelling-error \('[Rr]ecompression',")
|
||||||
|
addFilter(r" spelling-error \('([pm]ng|gz)',")
|
||||||
|
addFilter(r" spelling-error \('adv(zip|[pm]ng|def)',")
|
||||||
|
# Intentional, with a justifying spec-file comment
|
||||||
|
addFilter(r" no-%check-section")
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: advancecomp
|
Name: advancecomp
|
||||||
Version: 2.5
|
Version: 2.6
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Recompression utilities for .png, .mng, .zip and .gz files
|
Summary: Recompression utilities for .png, .mng, .zip and .gz files
|
||||||
|
|
||||||
|
|
@ -14,15 +14,21 @@ Summary: Recompression utilities for .png, .mng, .zip and .gz files
|
||||||
# of the sources that would be covered by the “unRAR license restriction” or
|
# of the sources that would be covered by the “unRAR license restriction” or
|
||||||
# the BSD-3-Clause license for LZFSE are present in this fork.
|
# the BSD-3-Clause license for LZFSE are present in this fork.
|
||||||
#
|
#
|
||||||
# Certain build-system files, which do not contribute to the license of the
|
|
||||||
# binary RPM, are under other permissible licenses.
|
|
||||||
#
|
|
||||||
# However, in version 1.17, the COPYING file was updated to GPLv3, with a
|
# However, in version 1.17, the COPYING file was updated to GPLv3, with a
|
||||||
# changelog message (in HISTORY and elsewhere) of “Changes to GPL3.” We
|
# changelog message (in HISTORY and elsewhere) of “Changes to GPL3.” We
|
||||||
# interpret this as an overall license of GPL-3.0-only.
|
# interpret this as an overall license of GPL-3.0-only.
|
||||||
License: GPL-3.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-3.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
# Additionally, the following bundled libraries are removed in %%prep and do
|
||||||
|
# not contribute to the licenses of the binary RPMs:
|
||||||
|
#
|
||||||
|
# Apache-2.0:
|
||||||
|
# - zopfli/
|
||||||
|
# MIT:
|
||||||
|
# - libdeflate/
|
||||||
|
SourceLicense: %{license} AND Apache-2.0 AND MIT
|
||||||
URL: https://www.advancemame.it/
|
URL: https://www.advancemame.it/
|
||||||
Source0: https://github.com/amadvance/advancecomp/archive/v%{version}/advancecomp-%{version}.tar.gz
|
%global forgeurl https://github.com/amadvance/advancecomp
|
||||||
|
Source: %{forgeurl}/archive/v%{version}/advancecomp-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
|
@ -37,10 +43,13 @@ BuildRequires: dos2unix
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
# Unbundled downstream
|
# Unbundled downstream
|
||||||
BuildRequires: pkgconfig(libdeflate)
|
BuildRequires: pkgconfig(libdeflate) >= 1.19
|
||||||
|
|
||||||
BuildRequires: zopfli-devel
|
BuildRequires: zopfli-devel
|
||||||
|
|
||||||
|
# The point of the 2.6 release was to upgrade the bundled libdeflate; enforce
|
||||||
|
# this on the unbundled libdeflate.
|
||||||
|
Requires: libdeflate >= 1.19
|
||||||
|
|
||||||
# From 7z/README:
|
# From 7z/README:
|
||||||
#
|
#
|
||||||
# This directory contains some source files from the
|
# This directory contains some source files from the
|
||||||
|
|
@ -75,11 +84,12 @@ This package contains:
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup
|
||||||
|
|
||||||
dos2unix -k doc/*.txt
|
dos2unix -k doc/*.txt
|
||||||
|
|
||||||
# Patch out bundled libdeflate
|
# Patch out bundled libdeflate
|
||||||
rm -rvf libdeflate
|
rm -rv libdeflate
|
||||||
sed -r -i '/libdeflate[\/_]/d' Makefile.am
|
sed -r -i '/libdeflate[\/_]/d' Makefile.am
|
||||||
# Fix up #include paths. The find-then-modify pattern keeps us from discarding
|
# Fix up #include paths. The find-then-modify pattern keeps us from discarding
|
||||||
# mtimes on any sources that do not need modification.
|
# mtimes on any sources that do not need modification.
|
||||||
|
|
@ -89,7 +99,7 @@ find . -type f -exec gawk \
|
||||||
xargs -r -t sed -r -i 's@^([[:blank:]]*#include.*)libdeflate/@\1@'
|
xargs -r -t sed -r -i 's@^([[:blank:]]*#include.*)libdeflate/@\1@'
|
||||||
|
|
||||||
# Patch out bundled zopfli
|
# Patch out bundled zopfli
|
||||||
rm -rvf zopfli
|
rm -rv zopfli
|
||||||
sed -r -i \
|
sed -r -i \
|
||||||
-e '/zopfli[\/_]/d' \
|
-e '/zopfli[\/_]/d' \
|
||||||
-e 's/((\(7z_SOURCES\)|WindowOut\.h).*)[[:blank:]]*\\/\1/' \
|
-e 's/((\(7z_SOURCES\)|WindowOut\.h).*)[[:blank:]]*\\/\1/' \
|
||||||
|
|
@ -102,8 +112,7 @@ find . -type f -exec gawk \
|
||||||
xargs -r -t sed -r -i -e 's@^([[:blank:]]*#include.*)zopfli/@\1@'
|
xargs -r -t sed -r -i -e 's@^([[:blank:]]*#include.*)zopfli/@\1@'
|
||||||
|
|
||||||
|
|
||||||
%build
|
%conf
|
||||||
%set_build_flags
|
|
||||||
autoreconf --force --install --verbose
|
autoreconf --force --install --verbose
|
||||||
|
|
||||||
# Link against system libdeflate
|
# Link against system libdeflate
|
||||||
|
|
@ -115,6 +124,9 @@ export LDFLAGS="$(pkgconf --libs libdeflate) ${LDFLAGS-}"
|
||||||
export LDFLAGS="-lzopfli ${LDFLAGS-}"
|
export LDFLAGS="-lzopfli ${LDFLAGS-}"
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,9 @@
|
||||||
- Remove unnecessary BR on tofrodos
|
- Remove unnecessary BR on tofrodos
|
||||||
- Properly document bundled 7z code
|
- Properly document bundled 7z code
|
||||||
|
|
||||||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-19
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-19
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (advancecomp-2.5.tar.gz) = c508526415dc002dad442e3f55202494ab2c49ecac3f5ea6e1a3fe27d224dd9a1a33dace02f59c18123d3f4bc74e3f03556b1cff6541cb88dcaaa32ac35c0043
|
SHA512 (advancecomp-2.6.tar.gz) = 63cbb0578f96fd3f55ccb49e31bfe945649d36a11558aa482332440943d6d347f161de797b8d4469562b1d551b274c22fe08818179926d56aa4746581d3926dd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue