Compare commits
29 commits
master
...
gob.mx/alm
Author | SHA1 | Date | |
---|---|---|---|
|
1b29cea6fe | ||
|
291ff88ad5 | ||
11e084b2f9 | |||
0e3b2bbb6f | |||
c0627863b0 | |||
a3767cab05 | |||
2e653cb0fb | |||
e7b61dd37c | |||
67cc8b8826 | |||
8403829b68 | |||
9d3047df7e | |||
b458b9272f | |||
0ecfeebcdd | |||
1b1f77864c | |||
ab08980ea2 | |||
05df13b5b6 | |||
15c1854791 | |||
41eb2bbfb6 | |||
c01cf7cae6 | |||
3abd9bc344 | |||
cb630bd7f7 | |||
d7f397c0c4 | |||
c9f75a9e89 | |||
02097e2dae | |||
59cbea50c2 | |||
83968205e0 | |||
77dc439965 | |||
70acecfe01 | |||
7dbb583345 |
47 changed files with 4747 additions and 596 deletions
|
@ -1 +0,0 @@
|
|||
rpmbuild
|
|
@ -1 +0,0 @@
|
|||
rpmbuild
|
|
@ -0,0 +1,26 @@
|
|||
From 87b90b6fbf010effd44ef0e2bd3d75b27562a82b Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
||||
Date: Mon, 27 Mar 2017 11:47:01 +0100
|
||||
Subject: [PATCH] Resolves: rhbz#1432468 disable opencl by default
|
||||
|
||||
Change-Id: Ie037fcabdd219f195425979dd721501fb5527573
|
||||
---
|
||||
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
||||
index 99b4104f6499..ef7ada84c2f3 100644
|
||||
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
||||
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
||||
@@ -5652,7 +5652,7 @@
|
||||
<desc>Determines whether OpenCL can be used, when available, to speed up
|
||||
some operations.</desc>
|
||||
</info>
|
||||
- <value>true</value>
|
||||
+ <value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="OpenCLDenyList" oor:type="oor:string-list" oor:nillable="false">
|
||||
<!-- UIHints: Tools - Options General OpenCL -->
|
||||
--
|
||||
2.29.2
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
From d6e2cdb0023e422546e3ece5bf9915f7c490ced8 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
||||
Date: Fri, 20 Mar 2020 14:24:05 +0000
|
||||
Subject: [PATCH] disble tip-of-the-day dialog by default
|
||||
|
||||
Change-Id: Ie7f0e3fe3dda12c2ec88c376d2b57419253ae5cf
|
||||
---
|
||||
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
||||
index e7c339e2e22e..9aa88ef1aa02 100644
|
||||
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
||||
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
|
||||
@@ -5570,7 +5570,7 @@
|
||||
<info>
|
||||
<desc>Determines whether the Tip-of-the-Day dialog is shown on startup.</desc>
|
||||
</info>
|
||||
- <value>true</value>
|
||||
+ <value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="LastTipOfTheDayShown" oor:type="xs:int" oor:nillable="false">
|
||||
<info>
|
||||
--
|
||||
2.24.1
|
||||
|
37
rpmbuild/SOURCES/0001-don-t-suppress-crashes.patch
Normal file
37
rpmbuild/SOURCES/0001-don-t-suppress-crashes.patch
Normal file
|
@ -0,0 +1,37 @@
|
|||
From a6f2cba43d79347b6975b3b8069b423c94a7dba6 Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
Date: Tue, 8 Nov 2016 11:50:06 +0100
|
||||
Subject: [PATCH] don't suppress crashes
|
||||
|
||||
An automatic restart after a crash makes the crash invisible to abrt.
|
||||
|
||||
Change-Id: I3854e619356049b144b08575879d289a3c12e4c9
|
||||
---
|
||||
desktop/source/app/app.cxx | 4 +---
|
||||
1 file changed, 1 insertion(+), 3 deletions(-)
|
||||
|
||||
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
|
||||
index c54aea9dd4f7..a613fe12cef2 100644
|
||||
--- a/desktop/source/app/app.cxx
|
||||
+++ b/desktop/source/app/app.cxx
|
||||
@@ -1165,8 +1165,6 @@
|
||||
if( bRestart )
|
||||
{
|
||||
RequestHandler::Disable();
|
||||
- if( pSignalHandler )
|
||||
- osl_removeSignalHandler( pSignalHandler );
|
||||
|
||||
restartOnMac(false);
|
||||
#if !ENABLE_WASM_STRIP_SPLASH
|
||||
@@ -1174,7 +1172,7 @@
|
||||
m_rSplashScreen->reset();
|
||||
#endif
|
||||
|
||||
- _exit( EXITHELPER_CRASH_WITH_RESTART );
|
||||
+ return;
|
||||
}
|
||||
else
|
||||
{
|
||||
--
|
||||
2.29.2
|
||||
|
25
rpmbuild/SOURCES/0001-fix-build-with-ICU-68.patch
Normal file
25
rpmbuild/SOURCES/0001-fix-build-with-ICU-68.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
From edc7a50a06f56992fe21a80afb4f20fbdc5654ed Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
Date: Thu, 20 May 2021 19:24:52 +0200
|
||||
Subject: [PATCH] fix build with ICU 68
|
||||
|
||||
---
|
||||
src/lib/EBOOKCharsetConverter.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/lib/EBOOKCharsetConverter.cpp b/src/lib/EBOOKCharsetConverter.cpp
|
||||
index 0d85fa3..c9f8be0 100644
|
||||
--- a/src/lib/EBOOKCharsetConverter.cpp
|
||||
+++ b/src/lib/EBOOKCharsetConverter.cpp
|
||||
@@ -124,7 +124,7 @@ bool EBOOKCharsetConverter::convertBytes(const char *const in, const unsigned le
|
||||
m_converterToUTF8.get(), m_converterToUnicode.get(),
|
||||
&outText, outText + out.size(), &inText, inText + length,
|
||||
nullptr, nullptr, nullptr, nullptr,
|
||||
- TRUE, TRUE, &status)
|
||||
+ true, true, &status)
|
||||
;
|
||||
if (status==U_BUFFER_OVERFLOW_ERROR)
|
||||
{
|
||||
--
|
||||
2.31.1
|
||||
|
17
rpmbuild/SOURCES/29-linux-libertine-fonts-metrics-alias.conf
Normal file
17
rpmbuild/SOURCES/29-linux-libertine-fonts-metrics-alias.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||
<fontconfig>
|
||||
<!-- Font substitution -->
|
||||
<alias binding="same">
|
||||
<family>Times Roman</family>
|
||||
<accept>
|
||||
<family>Linux Libertine</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Times New Roman</family>
|
||||
<accept>
|
||||
<family>Linux Libertine</family>
|
||||
</accept>
|
||||
</alias>
|
||||
</fontconfig>
|
|
@ -0,0 +1,23 @@
|
|||
From 3a1b0f0a72525d847197a8446d9503e44b1f2add Mon Sep 17 00:00:00 2001
|
||||
From: jfkthame <jfkthame@gmail.com>
|
||||
Date: Fri, 29 Sep 2023 13:15:01 +0100
|
||||
Subject: [PATCH] Check for closing quote in parse_tag
|
||||
|
||||
Fixes #4414.
|
||||
---
|
||||
src/hb-common.cc | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/hb-common.cc b/src/hb-common.cc
|
||||
index bd4cd88e34f..0c13c7d171f 100644
|
||||
--- a/src/hb-common.cc
|
||||
+++ b/src/hb-common.cc
|
||||
@@ -815,7 +815,7 @@ parse_tag (const char **pp, const char *end, hb_tag_t *tag)
|
||||
}
|
||||
|
||||
const char *p = *pp;
|
||||
- while (*pp < end && (**pp != ' ' && **pp != '=' && **pp != '['))
|
||||
+ while (*pp < end && (**pp != ' ' && **pp != '=' && **pp != '[' && **pp != quote))
|
||||
(*pp)++;
|
||||
|
||||
if (p == *pp || *pp - p > 4)
|
12
rpmbuild/SOURCES/58-google-rubik-fonts.xml
Normal file
12
rpmbuild/SOURCES/58-google-rubik-fonts.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<!-- SPDX-License-Identifier: MIT -->
|
||||
<fontconfig>
|
||||
<group>
|
||||
<target>Rubik</target>
|
||||
<like>
|
||||
<family>sans-serif</family>
|
||||
</like>
|
||||
</group>
|
||||
</fontconfig>
|
||||
|
60
rpmbuild/SOURCES/60-linux-libertine-fonts.conf
Normal file
60
rpmbuild/SOURCES/60-linux-libertine-fonts.conf
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||
<fontconfig>
|
||||
<match target="scan">
|
||||
<test name="family" ignore-blanks="true">
|
||||
<string>Linux Libertine Display O</string>
|
||||
</test>
|
||||
<edit name="family" mode="append">
|
||||
<string>Linux Libertine Display</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="scan">
|
||||
<test name="family" ignore-blanks="true">
|
||||
<string>Linux Libertine Initials O</string>
|
||||
</test>
|
||||
<edit name="family" mode="append">
|
||||
<string>Linux Libertine Initials</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="scan">
|
||||
<test name="family" ignore-blanks="true">
|
||||
<string>Linux Libertine O</string>
|
||||
</test>
|
||||
<edit name="family" mode="append">
|
||||
<string>Linux Libertine</string>
|
||||
</edit>
|
||||
</match>
|
||||
<!-- Generic names -->
|
||||
<alias>
|
||||
<family>Linux Libertine</family>
|
||||
<default>
|
||||
<family>serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
<family>Linux Libertine</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<!-- Font substitution -->
|
||||
<alias binding="same">
|
||||
<family>Linux Libertine Display G</family>
|
||||
<accept>
|
||||
<family>Linux Libertine Display</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Linux Libertine Initials G</family>
|
||||
<accept>
|
||||
<family>Linux Libertine Initials</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Linux Libertine G</family>
|
||||
<accept>
|
||||
<family>Linux Libertine</family>
|
||||
</accept>
|
||||
</alias>
|
||||
</fontconfig>
|
47
rpmbuild/SOURCES/61-linux-libertine-biolinum-fonts.conf
Normal file
47
rpmbuild/SOURCES/61-linux-libertine-biolinum-fonts.conf
Normal file
|
@ -0,0 +1,47 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||
<fontconfig>
|
||||
<match target="scan">
|
||||
<test name="family" ignore-blanks="true">
|
||||
<string>Linux Biolinum Keyboard O</string>
|
||||
</test>
|
||||
<edit name="family" mode="append">
|
||||
<string>Linux Biolinum Keyboard</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="scan">
|
||||
<test name="family" ignore-blanks="true">
|
||||
<string>Linux Biolinum O</string>
|
||||
</test>
|
||||
<edit name="family" mode="append">
|
||||
<string>Linux Biolinum</string>
|
||||
</edit>
|
||||
</match>
|
||||
<!-- Font substitution -->
|
||||
<alias binding="same">
|
||||
<family>Linux Biolinum Keyboard G</family>
|
||||
<accept>
|
||||
<family>Linux Biolinum Keyboard</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<alias binding="same">
|
||||
<family>Linux Biolinum G</family>
|
||||
<accept>
|
||||
<family>Linux Biolinum</family>
|
||||
</accept>
|
||||
</alias>
|
||||
<!-- Generic names -->
|
||||
<alias>
|
||||
<family>Linux Biolinum</family>
|
||||
<default>
|
||||
<family>sans-serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Linux Biolinum</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
|
32
rpmbuild/SOURCES/61-linux-libertine-mono-fonts.conf
Normal file
32
rpmbuild/SOURCES/61-linux-libertine-mono-fonts.conf
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||
<fontconfig>
|
||||
<match target="scan">
|
||||
<test name="family" ignore-blanks="true">
|
||||
<string>Linux Libertine Mono O</string>
|
||||
</test>
|
||||
<edit name="family" mode="append">
|
||||
<string>Linux Libertine Mono</string>
|
||||
</edit>
|
||||
</match>
|
||||
<!-- Generic names -->
|
||||
<alias>
|
||||
<family>Linux Libertine Mono</family>
|
||||
<default>
|
||||
<family>monospace</family>
|
||||
</default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Linux Libertine Mono</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<!-- Font substitution -->
|
||||
<alias binding="same">
|
||||
<family>Linux Libertine Mono G</family>
|
||||
<accept>
|
||||
<family>Linux Libertine Mono</family>
|
||||
</accept>
|
||||
</alias>
|
||||
</fontconfig>
|
10
rpmbuild/SOURCES/CentOS-9-std-strcmp.patch
Normal file
10
rpmbuild/SOURCES/CentOS-9-std-strcmp.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- libreoffice-24.8.1.2/sw/source/uibase/config/usrpref.cxx.orig 2024-09-18 07:28:47.126523151 -0400
|
||||
+++ libreoffice-24.8.1.2/sw/source/uibase/config/usrpref.cxx 2024-09-18 07:26:15.439701646 -0400
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
+#include <cstring>
|
||||
|
||||
using namespace utl;
|
||||
using namespace ::com::sun::star;
|
10
rpmbuild/SOURCES/cflags.patch
Normal file
10
rpmbuild/SOURCES/cflags.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/configure~ 2024-08-22 09:49:41.957960557 -0500
|
||||
+++ b/configure 2024-08-23 10:31:14.357014789 -0500
|
||||
@@ -7399,7 +7399,6 @@
|
||||
# AC_PROG_CC sets CFLAGS to -g -O2 if not set, avoid that (and avoid -O2 during AC_PROG_CC,
|
||||
# Clang 12.0.1 occasionally SEGVs on some of the test invocations during AC_PROG_CC with -O2):
|
||||
save_CFLAGS=$CFLAGS
|
||||
- CFLAGS=-g
|
||||
|
||||
|
||||
|
|
@ -5,10 +5,13 @@ mDMEYtcYTRYJKwYBBAHaRw8BAQdAup3AWA5CpavhOX16tLl1r2LukqxrJq/ZW6BK
|
|||
YXF1ZXRlcyBkZSBnb2IubXguKSA8YnVpbGRlckB1Z2QuZ29iLm14PoiTBBMWCgA7
|
||||
FiEEK0iGmHzdXnGx0L9QwXjKx7ZXh80FAmLXGE0CGwMFCwkIBwICIgIGFQoJCAsC
|
||||
BBYCAwECHgcCF4AACgkQwXjKx7ZXh82vRQEA20a8r7jKovPMlxGFRenlSdf5W4g4
|
||||
5VuSsZbslPeWK7oA/3jD6Na0othI93yCNabafOs/7u16M6UrbQO0GNFn/h4KuDgE
|
||||
YtcYTRIKKwYBBAGXVQEFAQEHQF+XtJhl1KnE524dVYn/SE+/cHCE19+p+IZ9RYPA
|
||||
aV0aAwEIB4h4BBgWCgAgFiEEK0iGmHzdXnGx0L9QwXjKx7ZXh80FAmLXGE0CGwwA
|
||||
CgkQwXjKx7ZXh826EgD9HnaC2QyPWl7kYqCAMabqaGxekt8gAAgKiF+RNm4FmdAA
|
||||
/2FhYOTg3uBaYjaESC+tdt4T+lPAyiSIRtcxTfyQMN4A
|
||||
=UtGC
|
||||
5VuSsZbslPeWK7oA/3jD6Na0othI93yCNabafOs/7u16M6UrbQO0GNFn/h4KiHUE
|
||||
EBYIAB0WIQRpHwIZww2CmITkZ9qZHV1AzGIkTwUCZt1/swAKCRCZHV1AzGIkT7dU
|
||||
AP9yKPqhD2/HAbH95UjafeJu7Y6ErJeWWEHM9SSeJXvcCgEAwouzIh33rUr8tFDG
|
||||
hDrbWohZEJcaYQH/F/u9KU9BMwe4OARi1xhNEgorBgEEAZdVAQUBAQdAX5e0mGXU
|
||||
qcTnbh1Vif9IT79wcITX36n4hn1Fg8BpXRoDAQgHiHgEGBYKACAWIQQrSIaYfN1e
|
||||
cbHQv1DBeMrHtleHzQUCYtcYTQIbDAAKCRDBeMrHtleHzboSAP0edoLZDI9aXuRi
|
||||
oIAxpupobF6S3yAACAqIX5E2bgWZ0AD/YWFg5ODe4FpiNoRIL6123hP6U8DKJIhG
|
||||
1zFN/JAw3gA=
|
||||
=0yC5
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
|
|
|
@ -0,0 +1,51 @@
|
|||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
mQINBEyzEr0BEADT441wUITsTwDA2nM3kmUhGrzTdxZB5xv/E1ZJCw63qWdmdTdW
|
||||
NZDfNDuLs4r2VjlEoA3xGK6jgnQvyAoNj0yiEbW/JedHHgOiVdXDlkgkY58myafT
|
||||
FXqDLzTXVrsNnay0GS8XrNjptZJPhEPBvNUdkqpA9B7RTkfaXj779Pf/AeFMZVLl
|
||||
UAci5RA0NNF910GHwoXT6SEv2PGoawsphnfmMVdKh9wz7asbtKXEmotCwX3k045x
|
||||
LsIVK5ANOi+BI9C3LkrrFJWw2XHqDW2ulwCJ0L5QNSjOuY/v8REODwIXamvvdZOz
|
||||
XBKSIzDOalJqFCHls3YlGyFw1knr6BAOmVOm32YtNTCLbVA/iK55fZWnUCjD3a4G
|
||||
xz4qpQYWfpxhOmlHpk5JkraSNHzCc7SB43DwcHF5ecXHttMhO8MoN/bAZBgCuLGF
|
||||
EwNvwFbDwIWo07mlv7wD8i1rtUCvLywJc5YL2PbjCLfB1Q4YzDX1EWnjKdnAsxxK
|
||||
ftrx1DFlxzUF+TaHbLTPttUcsWQaL8wITznoWIwdIWlo2woPgWIpUXMOYwYV31Oo
|
||||
fgmroHa3V4NOvkke09uhaZawg5yZCoRFohhfKPqT1ZrJ9SnRbW/WR3VTVY76ht5k
|
||||
RuV3eb2VWBmPU9zn56Tbe6dvFkBuzHH1JdECAqy1BzFcmQQFBebFzf1XAQARAQAB
|
||||
tEhMaWJyZU9mZmljZSBCdWlsZCBUZWFtIChDT0RFIFNJR05JTkcgS0VZKSA8YnVp
|
||||
bGRAZG9jdW1lbnRmb3VuZGF0aW9uLm9yZz6JAjcEEwEKACEFAkyzEr0CGwMFCwkI
|
||||
BwMFFQoJCAsFFgIDAQACHgECF4AACgkQ9DSh76/urqOc4w//X+74QlyRalcuLNw3
|
||||
oJKB1+1z6xxhhpwg1kw5cMMrGu0w0YoPvLDKaiS02DdkIaXDECcQTOoEh7/bYbZq
|
||||
6OtE1WyxqHYYOPK5yul5FRwZ5k5HZ7pDFcKCQ72UgWhz+QznRhgZ0jwEWl5Ln3rw
|
||||
JpSynIvTXHmQogId0xmcrNQPyckzzugGx4qZFinSOmDGwTgG14NU3vat2iek37Ph
|
||||
BLh5V8ohlEoccwwPejtKEWQudg0Q8K7uBuqLUhnJoZodEytqpOvtysuPtGxGXnmD
|
||||
7oXtBVEF3X6eFRXDIp81cx2isHK4Krf4z4T9KUimNLHjWRa+ZQtp2pZLHQlblfsn
|
||||
CUf6TYZ0Yi909EhcM/hxAgBZXellOCQ/8U2cJsTUyN5Dp1wbf6X0uK4uaed1/037
|
||||
EGLAO6PP6WQz6jWd1/hhsQ5oAmdjkzlMFEfKNeIIDuKMOjXcTvM8/KRXhufwICvS
|
||||
FBlSIveHfDFWCvOVgq0VjAY7NFMFKRUnRHB58qBamtyhOyscRIvT5QH8HYfUA/YN
|
||||
l9FguczYUIQi3t+H1hoHIywdtmRuhYx5WlIUe8FO9QD5RMPbBjVbkCYgdHdxgnJD
|
||||
KCoRGsoKlLB7UZc4Ak9j6plZbYtFRonm2MjU4zxblCFNuEqVQ0V/y6/OIGpBYF9Y
|
||||
aEAtTgEJd9OmmDCM3d8O0zZHYma5Ag0ETLMSvQEQAMDp0HxSDWd+2Od/aJutCMFe
|
||||
8tfw7+nP9gfHOCUqesb88QvRMJgVY6z1aNdMllxTKlsxUiuA6uNcrUAkzDp/qRWR
|
||||
58rWIO642PLifng3urJ1cDbSKC+K4RHpQC+hXllMKLqq8dwNy1LO4fPo9SdtUF4B
|
||||
ev6enKmo4yCiOGv2tvztPh9gMGYoDncaOsS0t2UPr2MMQIVUmmIzfJBkdOxbZiWO
|
||||
doeNbWsYJHQaO+Ahal6SjPHKzhdjeXhZzHl1vqeDkV4MXHprrOwXNXwPiEpkZe2O
|
||||
dc7yaMkQc0k8WRrfKHApbnwDx6Mi8HYaf+LvRq7P0eMO9osD1q44wQQvVzk199zp
|
||||
MMHS5/kAv7RBNmDOSJQIZ4zT4lzRDODjMf01Ljn02zon12GfJo0WbbpmLulta7uj
|
||||
HgMrUU54by8WPFGW0fljXiDX0EpkHhxUsUsfaNfBsFnE+sRxQjNF/ljvofkyApI2
|
||||
1OjtEa9krwvgDqaXsL+a2076OsoFpORlTZ30REb0eRS6rEt8M+7s4xTaA7GFxlY/
|
||||
N+bnaM8m+ItygfFHHW4H0wLbbgajDeooSTgaheVNF5V9HS0EkN4MNVvtJH7J6drd
|
||||
iR1QVhX87n7+JtQzTtCOyfeKjaB+kcbAm/2VOFOeHdig5+BygpXt3IixVq72xmGz
|
||||
h0jhY565MjXrqg5O3pvLABEBAAGJAh8EGAEKAAkFAkyzEr0CGwwACgkQ9DSh76/u
|
||||
rqPaeg//avI2/a94XlSYtSZb2hVdW3qa9AEypQurqtVrKJfEKFV+ZQBPXbPRy8Mz
|
||||
5LMEH1sfD6B4SVGIGJ8opSyieJkcKIke+GMekTWvSqDpFOgY2rw7eHNn/33ZJs3O
|
||||
zQOyWz8smE/AIM/5lyiVGuSlU7RjYncf1V9bIBc91q9Edqk4IYUo/7W+yafC0VW/
|
||||
8oHUFYjHNaujiOsEoLiXsh9Y0R/6Jxs6fvE4XbCANV/ecN5UX+9BBrNZNN/9GbNr
|
||||
6CYGZ57M2f1Pgywy/XvOnEPnJ8aWXUyGLqq34KvMPFPSOeAmFbkFEsB4mdDMFaDw
|
||||
rzziiZE/zS8/nKiH4X2JgmLgFsadEihdfYxeDcGbhREK/qA1f3bGnr1j05V07yko
|
||||
2FFZdiOr4OgiT5ymgwVUXQ2Aiz+J/C8URjfpcPxetmuDQT9AYfgmMKPNVXPFWuNQ
|
||||
dzN5GZbI+E1/cb5+uLNknvjngw2G4PR/4uPHX1HCSftlNawBqWzyun1k+B7/u3Oe
|
||||
FebWXcdqSmZuLQ7l0Pkuz/Nlp6M6cKpceL+9zCgaiR5+v9h94VvtXKd/mw9ZLACc
|
||||
VcOANiwCtsJP3lt7jRSHtkuUe6vUm5tLS582RfXxoI1BlPjNtG9xAQ3JKBHIXbal
|
||||
T18pAFO3t74cxg3h0iI1G51F3oL0DwILP2MBBmardVEp5CMnB/M=
|
||||
=1iQB
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
16
rpmbuild/SOURCES/kahansum_test_fix_for_aarc64_s390x.patch
Normal file
16
rpmbuild/SOURCES/kahansum_test_fix_for_aarc64_s390x.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
diff -U 3 -dHrN a/sc/inc/arraysumfunctor.hxx b/sc/inc/arraysumfunctor.hxx
|
||||
--- a/sc/inc/arraysumfunctor.hxx 2023-09-22 21:07:01.000000000 +0200
|
||||
+++ b/sc/inc/arraysumfunctor.hxx 2023-10-01 09:13:03.523493665 +0200
|
||||
@@ -85,8 +85,12 @@
|
||||
inline KahanSum sumArray(const double* pArray, size_t nSize)
|
||||
{
|
||||
size_t i = 0;
|
||||
+#if 0
|
||||
const double* pCurrent = pArray;
|
||||
KahanSum fSum = executeFast(i, nSize, pCurrent);
|
||||
+#else
|
||||
+ KahanSum fSum = 0.0;
|
||||
+#endif
|
||||
|
||||
// sum rest of the array
|
||||
for (; i < nSize; ++i)
|
|
@ -32,10 +32,10 @@ index c441234d6030..d77ba6275c9a 100644
|
|||
+ url = https://github.com/LibreOffice/translations.git
|
||||
branch = .
|
||||
diff --git a/Makefile.fetch b/Makefile.fetch
|
||||
index b96cb573c2bf..6ff404e031f9 100644
|
||||
index ed019e800954..7cb4fa60f0f3 100644
|
||||
--- a/Makefile.fetch
|
||||
+++ b/Makefile.fetch
|
||||
@@ -241,6 +241,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
|
||||
@@ -240,6 +240,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
|
||||
$(call fetch_Optional,ODFVALIDATOR,ODFVALIDATOR_JAR) \
|
||||
$(call fetch_Optional,OFFICEOTRON,OFFICEOTRON_JAR) \
|
||||
,$(call fetch_Download_item,https://dev-www.libreoffice.org/extern,$(item)))
|
||||
|
@ -46,10 +46,10 @@ index b96cb573c2bf..6ff404e031f9 100644
|
|||
@mkdir -p $(dir $@)/Executable
|
||||
|
||||
diff --git a/Repository.mk b/Repository.mk
|
||||
index 3e2e29098e66..c04fb9cd4108 100644
|
||||
index 4a505655d209..f88a6245b993 100644
|
||||
--- a/Repository.mk
|
||||
+++ b/Repository.mk
|
||||
@@ -1044,6 +1044,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
|
||||
@@ -1048,6 +1048,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
|
||||
$(call gb_Helper_optional,MORE_FONTS,\
|
||||
fonts_alef \
|
||||
fonts_amiri \
|
||||
|
@ -58,7 +58,7 @@ index 3e2e29098e66..c04fb9cd4108 100644
|
|||
fonts_carlito \
|
||||
$(if $(MPL_SUBSET),,fonts_culmus) \
|
||||
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
|
||||
index ce82e418cf9e..496cc16676c2 100644
|
||||
index 353d23b16f07..0ceea4703f84 100644
|
||||
--- a/cui/source/dialogs/about.cxx
|
||||
+++ b/cui/source/dialogs/about.cxx
|
||||
@@ -78,8 +78,7 @@ AboutDialog::AboutDialog(weld::Window *pParent)
|
||||
|
@ -198,7 +198,7 @@ index 000000000000..25996d9d6710
|
|||
+--with-vendor=INFOTEC
|
||||
+--disable-community-flavor
|
||||
diff --git a/download.lst b/download.lst
|
||||
index 2c76067761b7..b4e5d9bbf8a3 100644
|
||||
index 8876b44aa0ed..06e6fe34798c 100644
|
||||
--- a/download.lst
|
||||
+++ b/download.lst
|
||||
@@ -3,6 +3,9 @@
|
||||
|
@ -304,8 +304,93 @@ index 000000000000..28b53b415a2a
|
|||
+$(eval $(call gb_UnpackedTarball_set_tarball,font_gmx,$(FONT_GMX_TARBALL)))
|
||||
+
|
||||
+# vim: set noet sw=4 ts=4:
|
||||
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
|
||||
index d8e1de9ae66c..cd616e033d7d 100644
|
||||
--- a/include/sfx2/strings.hrc
|
||||
+++ b/include/sfx2/strings.hrc
|
||||
@@ -357,10 +357,13 @@
|
||||
#define STR_ACTION_RESET_IMPRESS_TEMPLATE NC_("STR_ACTION_RESET_IMPRESS_TEMPLATE","Reset De~fault Presentation")
|
||||
#define STR_ACTION_RESET_DRAW_TEMPLATE NC_("STR_ACTION_RESET_DRAW_TEMPLATE","Reset De~fault Drawing")
|
||||
#define STR_ACTION_IMPORT NC_("STR_ACTION_IMPORT","~Import")
|
||||
+#define STR_ACTION_IMPORT_GMX NC_("STR_ACTION_IMPORT","~Importar GobMX")
|
||||
#define STR_ACTION_EXTENSIONS NC_("STR_ACTION_EXTENSIONS","E~xtensions")
|
||||
#define STR_WINDOW_TITLE_RENAME_TEMPLATE NC_("STR_WINDOW_TITLE_RENAME_TEMPLATE","Rename")
|
||||
#define STR_WINDOW_TITLE_RENAME_CATEGORY NC_("STR_WINDOW_TITLE_RENAME_CATEGORY","Rename Category")
|
||||
#define STR_WINDOW_TITLE_RENAME_NEW_CATEGORY NC_("STR_WINDOW_TITLE_RENAME_NEW_CATEGORY","New Category")
|
||||
+#define STR_WINDOW_TITLE_RENAME_IMPORT_GMX NC_("STC_WINDOW_TITLE_IMPORT_GMX", "Importar Templates GobMX")
|
||||
+#define STR_MSG_ERROR_FILE_INSTITUTIONS NC_("STR_MSG_ERROR_IMPORT", "Error en el archivo de instituciones $1:\n$2")
|
||||
|
||||
#define STR_OBJECT_INSPECTOR NC_("STR_OBJECT_INSPECTOR", "UNO Object Inspector")
|
||||
#endif
|
||||
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx
|
||||
index c8f2ddf19655..d68bf4afb99d 100644
|
||||
--- a/include/sfx2/templatedlg.hxx
|
||||
+++ b/include/sfx2/templatedlg.hxx
|
||||
@@ -62,6 +62,7 @@ protected:
|
||||
DECL_DLLPRIVATE_LINK(OkClickHdl, weld::Button&, void);
|
||||
SAL_DLLPRIVATE void ImportActionHdl();
|
||||
SAL_DLLPRIVATE static void ExtensionsActionHdl();
|
||||
+ SAL_DLLPRIVATE void ImportActionGmxTemplates(); //GMX-CODE
|
||||
|
||||
DECL_DLLPRIVATE_LINK(TVItemStateHdl, const ThumbnailViewItem*, void);
|
||||
|
||||
@@ -90,6 +91,7 @@ protected:
|
||||
DECL_DLLPRIVATE_LINK(FocusRectLocalHdl, weld::Widget&, tools::Rectangle);
|
||||
|
||||
SAL_DLLPRIVATE void OnTemplateImportCategory(std::u16string_view sCategory);
|
||||
+ SAL_DLLPRIVATE void OnTemplateImportGmxCategory(std::u16string_view sCategory); //GMX-CODE
|
||||
// static void OnTemplateLink ();
|
||||
SAL_DLLPRIVATE void OnTemplateOpen();
|
||||
SAL_DLLPRIVATE void OnTemplateExport();
|
||||
@@ -185,6 +187,34 @@ private:
|
||||
Idle maIdle;
|
||||
};
|
||||
|
||||
+// class SfxTemplateGmxDialog -------------------------------------------------------------------
|
||||
+
|
||||
+class SfxTemplateGmxDialog final : public weld::GenericDialogController
|
||||
+{
|
||||
+private:
|
||||
+ OUString msSelectedCategory;
|
||||
+ bool mbIsNewCategory;
|
||||
+
|
||||
+ std::unique_ptr<weld::TreeView> mxLBCategory;
|
||||
+ std::unique_ptr<weld::Entry> mxNewCategoryEdit;
|
||||
+ std::unique_ptr<weld::Button> mxOKButton;
|
||||
+
|
||||
+public:
|
||||
+ //DECL_LINK(NewCategoryEditHdl, weld::Entry&, void);
|
||||
+ DECL_LINK(SelectCategoryHdl, weld::TreeView&, void);
|
||||
+
|
||||
+ void SetCategoryLBEntries(std::vector<OUString> names);
|
||||
+
|
||||
+ const OUString& GetSelectedCategory() const { return msSelectedCategory; };
|
||||
+
|
||||
+ bool IsNewCategoryCreated() const { return mbIsNewCategory; }
|
||||
+
|
||||
+public:
|
||||
+ explicit SfxTemplateGmxDialog(weld::Window* pParent);
|
||||
+
|
||||
+ virtual ~SfxTemplateGmxDialog() override;
|
||||
+};
|
||||
+
|
||||
#endif // INCLUDED_SFX2_INC_TEMPLATEDLG_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx
|
||||
index 4284c74b334f..9e37a6e1d846 100644
|
||||
--- a/include/sfx2/templatelocalview.hxx
|
||||
+++ b/include/sfx2/templatelocalview.hxx
|
||||
@@ -98,6 +98,7 @@ public:
|
||||
OUString getRegionItemName(const sal_uInt16 nItemId) const;
|
||||
|
||||
std::vector<OUString> getFolderNames ();
|
||||
+ std::vector<OUString> getGmxLinks ();
|
||||
|
||||
std::vector<TemplateItemProperties>
|
||||
getFilteredItems (const std::function<bool (const TemplateItemProperties&) > &rFunc) const;
|
||||
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
|
||||
index 48efab143c82..8c7e14e709f6 100644
|
||||
index b78899a2c10b..5534755ac7dc 100644
|
||||
--- a/instsetoo_native/CustomTarget_setup.mk
|
||||
+++ b/instsetoo_native/CustomTarget_setup.mk
|
||||
@@ -185,7 +185,7 @@ ExtensionUpdateURL=https://updateexte.libreoffice.org/ExtensionUpdateService/che
|
||||
|
@ -442,8 +527,269 @@ index b5da0bfb6697..abd2276640fd 100644
|
|||
+ include {installscriptdir},{customtargetpath}/readlicense_oo/readme,{customtargetpath}/sysui/{pkgtype},{customtargetpath}/setup_native,{filelistpath}/PackageSet,{filelistpath}/GeneratedPackage,{filelistpath}/Package,{filelistpath}/ExtensionPackage,{filelistpath}/CustomTarget/helpcontent2/help3xsl/filelists,{extensionsdir},{licensepath},{packinfopath}
|
||||
+ }
|
||||
+}
|
||||
diff --git a/sfx2/source/control/templatelocalview.cxx b/sfx2/source/control/templatelocalview.cxx
|
||||
index ca165c99e9c6..2463be11701f 100644
|
||||
--- a/sfx2/source/control/templatelocalview.cxx
|
||||
+++ b/sfx2/source/control/templatelocalview.cxx
|
||||
@@ -32,7 +32,13 @@
|
||||
#include <sfxurlrelocator.hxx>
|
||||
#include <../doc/doctemplateslocal.hxx>
|
||||
|
||||
+#include <fstream>
|
||||
+#include <iostream>
|
||||
+#include <unotools/pathoptions.hxx>
|
||||
+#include <filesystem>
|
||||
+
|
||||
using namespace ::com::sun::star;
|
||||
+namespace fs = std::filesystem;
|
||||
|
||||
bool ViewFilter_Application::isFilteredExtension(FILTER_APPLICATION filter, std::u16string_view rExt)
|
||||
{
|
||||
@@ -289,6 +295,54 @@ std::vector<OUString> TemplateLocalView::getFolderNames()
|
||||
return ret;
|
||||
}
|
||||
|
||||
+// GMX-CODE Listado de instituciones
|
||||
+std::vector<OUString> TemplateLocalView::getGmxLinks()
|
||||
+{
|
||||
+ std::vector<OUString> ret;
|
||||
+ fs::path tmpDir = fs::temp_directory_path();
|
||||
+ // Verificar si el directorio temporal existe
|
||||
+ if (!fs::exists(tmpDir))
|
||||
+ {
|
||||
+ fs::create_directories(tmpDir);
|
||||
+ }
|
||||
+ std::string fileName = "instituciones.txt";
|
||||
+ std::string command = "wget -O ";
|
||||
+ std::string urlFile = " https://repos.libreoffice.gob.mx/templates/instituciones.txt";
|
||||
+
|
||||
+ fs::path filePath = tmpDir / fileName;
|
||||
+
|
||||
+ #if defined(_WIN32) || defined(_WIN64)
|
||||
+ command = "curl -o ";
|
||||
+ #endif
|
||||
+
|
||||
+ command += filePath.string() + urlFile;
|
||||
+ // Descargar el archivo de instituciones
|
||||
+ int result = system(command.c_str());
|
||||
+ if (result != 0)
|
||||
+ {
|
||||
+ std::cerr << "Error al descargar el archivo. Instituciones.txt" << std::endl;
|
||||
+ return ret;
|
||||
+ }
|
||||
+ std::ifstream file(filePath);
|
||||
+ if (file.is_open()){
|
||||
+ std::string line;
|
||||
+ while (std::getline(file, line))
|
||||
+ {
|
||||
+ ret.push_back(OUString::createFromAscii(line.c_str()));
|
||||
+ }
|
||||
+ file.close();
|
||||
+ } else {
|
||||
+ OUString aMsg(SfxResId(STR_MSG_ERROR_FILE_INSTITUTIONS));
|
||||
+ aMsg = aMsg.replaceFirst("$1", "Error no se pudo abrir archivo de instituciones");
|
||||
+ std::unique_ptr<weld::MessageDialog> xBox(Application::CreateMessageDialog(GetDrawingArea(),
|
||||
+ VclMessageType::Warning, VclButtonsType::Ok,
|
||||
+ aMsg));
|
||||
+ xBox->run();
|
||||
+ }
|
||||
+
|
||||
+ return ret;
|
||||
+}
|
||||
+
|
||||
std::vector<TemplateItemProperties>
|
||||
TemplateLocalView::getFilteredItems(const std::function<bool (const TemplateItemProperties&)> &rFunc) const
|
||||
{
|
||||
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
|
||||
index f0f0322a14d9..e158df74b965 100644
|
||||
--- a/sfx2/source/doc/templatedlg.cxx
|
||||
+++ b/sfx2/source/doc/templatedlg.cxx
|
||||
@@ -52,6 +52,10 @@
|
||||
|
||||
#include <sfx2/strings.hrc>
|
||||
#include <bitmaps.hlst>
|
||||
+#include <filesystem>
|
||||
+#include <iostream>
|
||||
+#include <string>
|
||||
+#include <unicode/unistr.h>
|
||||
|
||||
constexpr OUString TM_SETTING_MANAGER = u"TemplateManager"_ustr;
|
||||
constexpr OUString TM_SETTING_LASTFOLDER = u"LastFolder"_ustr;
|
||||
@@ -68,6 +72,7 @@ constexpr OUString MNI_ACTION_DEFAULT_IMPRESS = u"default_impress"_ustr;
|
||||
constexpr OUString MNI_ACTION_DEFAULT_DRAW = u"default_draw"_ustr;
|
||||
constexpr OUString MNI_ACTION_IMPORT = u"import_template"_ustr;
|
||||
constexpr OUString MNI_ACTION_EXTENSIONS = u"extensions"_ustr;
|
||||
+constexpr OUString MNI_ACTION_IMPORT_GMX = u"import_template_gmx"_ustr;
|
||||
#define MNI_ALL_APPLICATIONS 0
|
||||
#define MNI_WRITER 1
|
||||
#define MNI_CALC 2
|
||||
@@ -81,6 +86,7 @@ using namespace ::com::sun::star::frame;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::ui::dialogs;
|
||||
using namespace ::com::sun::star::document;
|
||||
+namespace fs = std::filesystem;
|
||||
|
||||
static bool lcl_getServiceName (const OUString &rFileURL, OUString &rName );
|
||||
|
||||
@@ -182,6 +188,8 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg(weld::Window *pParent)
|
||||
mxActionBar->append_separator(u"separator2"_ustr);
|
||||
mxActionBar->append_item(MNI_ACTION_IMPORT, SfxResId(STR_ACTION_IMPORT), BMP_ACTION_IMPORT);
|
||||
mxActionBar->append_item(MNI_ACTION_EXTENSIONS, SfxResId(STR_ACTION_EXTENSIONS), BMP_ACTION_EXTENSIONS);
|
||||
+ mxActionBar->append_separator(u"separator2"_ustr); //GMX-CODE
|
||||
+ mxActionBar->append_item(MNI_ACTION_IMPORT_GMX, SfxResId(STR_ACTION_IMPORT_GMX), BMP_ACTION_IMPORT); //Agrega en lista la opción para importar GMX
|
||||
|
||||
mxActionBar->connect_selected(LINK(this,SfxTemplateManagerDlg,MenuSelectHdl));
|
||||
|
||||
@@ -529,6 +537,8 @@ IMPL_LINK(SfxTemplateManagerDlg, MenuSelectHdl, const OUString&, rIdent, void)
|
||||
ImportActionHdl();
|
||||
else if(rIdent == MNI_ACTION_EXTENSIONS)
|
||||
ExtensionsActionHdl();
|
||||
+ else if(rIdent == MNI_ACTION_IMPORT_GMX) //GMX-CODE
|
||||
+ ImportActionGmxTemplates();
|
||||
}
|
||||
|
||||
void SfxTemplateManagerDlg::DefaultTemplateMenuSelectHdl(std::u16string_view rIdent)
|
||||
@@ -651,6 +661,41 @@ void SfxTemplateManagerDlg::ExtensionsActionHdl()
|
||||
comphelper::dispatchCommand(u".uno:AdditionsDialog"_ustr, aArgs);
|
||||
}
|
||||
|
||||
+ /* GMX-CODE
|
||||
+ Código para importar las templates GMX
|
||||
+ */
|
||||
+void SfxTemplateManagerDlg::ImportActionGmxTemplates()
|
||||
+{
|
||||
+ SfxTemplateCategoryDialog xDlg(m_xDialog.get());
|
||||
+ // Obtiene la lista de instituciones
|
||||
+ xDlg.SetCategoryLBEntries(mxLocalView->getGmxLinks());
|
||||
+
|
||||
+ if (xDlg.run() == RET_OK)
|
||||
+ {
|
||||
+ const OUString& sCategory = xDlg.GetSelectedCategory();
|
||||
+ bool bIsNewCategory = xDlg.IsNewCategoryCreated();
|
||||
+ if(bIsNewCategory)
|
||||
+ {
|
||||
+ if(mxLocalView->createRegion(sCategory))
|
||||
+ {
|
||||
+ mxCBFolder->append_text(sCategory);
|
||||
+ OnTemplateImportCategory(sCategory);
|
||||
+ }
|
||||
+ else
|
||||
+ {
|
||||
+ OUString aMsg( SfxResId(STR_CREATE_ERROR) );
|
||||
+ std::unique_ptr<weld::MessageDialog> xBox(Application::CreateMessageDialog(m_xDialog.get(),
|
||||
+ VclMessageType::Warning, VclButtonsType::Ok,
|
||||
+ aMsg.replaceFirst("$1", sCategory)));
|
||||
+ xBox->run();
|
||||
+ return;
|
||||
+ }
|
||||
+ }
|
||||
+ else
|
||||
+ OnTemplateImportGmxCategory(sCategory);
|
||||
+ }
|
||||
+}
|
||||
+
|
||||
IMPL_LINK_NOARG(SfxTemplateManagerDlg, OpenRegionHdl, void*, void)
|
||||
{
|
||||
maSelTemplates.clear();
|
||||
@@ -991,6 +1036,96 @@ void SfxTemplateManagerDlg::OnTemplateImportCategory(std::u16string_view sCatego
|
||||
}
|
||||
}
|
||||
|
||||
+/* Based on OnTemplateImportCategory */
|
||||
+void SfxTemplateManagerDlg::OnTemplateImportGmxCategory(std::u16string_view sCategory)
|
||||
+{
|
||||
+ std::u16string sCategoryStr(sCategory);
|
||||
+ icu::UnicodeString unicodeString(reinterpret_cast<const UChar*>(sCategoryStr.data()), sCategoryStr.size());
|
||||
+ std::string category;
|
||||
+ unicodeString.toUTF8String(category);
|
||||
+
|
||||
+ const std::string repoUrl = "https://repos.libreoffice.gob.mx/templates/" + category;
|
||||
+ fs::path tempDir = fs::temp_directory_path() / "temporal-gmx-templates" / category;
|
||||
+
|
||||
+ // Verificar si el directorio temporal existe
|
||||
+ if (!fs::exists(tempDir))
|
||||
+ {
|
||||
+ fs::create_directories(tempDir);
|
||||
+ }
|
||||
+ // Ejecutar el comando de descarga
|
||||
+ std::string command;
|
||||
+ #if defined(_WIN32) || defined(_WIN64)
|
||||
+ command = "curl -o \"" + tempDir.string() + "\" \"" + repoUrl + "\"";
|
||||
+ #else
|
||||
+ command = "wget -r -np -nH --cut-dirs=2 -P \"" + tempDir.string() + "\" \"" + repoUrl + "\"";
|
||||
+ #endif
|
||||
+
|
||||
+ int result = std::system(command.c_str());
|
||||
+ if (result != 0)
|
||||
+ {
|
||||
+ OUString aMsg(SfxResId(STR_MSG_ERROR_IMPORT));
|
||||
+ aMsg = aMsg.replaceFirst("$1", "Error clonando el repositorio");
|
||||
+ std::unique_ptr<weld::MessageDialog> xBox(Application::CreateMessageDialog(m_xDialog.get(),
|
||||
+ VclMessageType::Warning, VclButtonsType::Ok,
|
||||
+ aMsg));
|
||||
+ xBox->run();
|
||||
+ return;
|
||||
+ }
|
||||
+
|
||||
+ // Obtener la lista de archivos en la carpeta clonada
|
||||
+ std::vector<OUString> aFiles;
|
||||
+ for (const auto& entry : std::filesystem::directory_iterator(tempDir))
|
||||
+ {
|
||||
+ if (entry.is_regular_file())
|
||||
+ {
|
||||
+ aFiles.push_back(OUString::fromUtf8(entry.path().string()));
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+ if (aFiles.empty())
|
||||
+ {
|
||||
+ OUString aMsg(SfxResId(STR_MSG_ERROR_IMPORT));
|
||||
+ aMsg = aMsg.replaceFirst("$1", "No se encontraron archivos en el repositorio clonado");
|
||||
+ std::unique_ptr<weld::MessageDialog> xBox(Application::CreateMessageDialog(m_xDialog.get(),
|
||||
+ VclMessageType::Warning, VclButtonsType::Ok,
|
||||
+ aMsg));
|
||||
+ xBox->run();
|
||||
+ return;
|
||||
+ }
|
||||
+
|
||||
+ // Importar a las regiones seleccionadas
|
||||
+ TemplateContainerItem* pContItem = mxLocalView->getRegion(sCategory);
|
||||
+ if (!pContItem)
|
||||
+ return;
|
||||
+
|
||||
+ OUString aTemplateList;
|
||||
+
|
||||
+ for (const auto& rFile : aFiles)
|
||||
+ {
|
||||
+ if (!mxLocalView->copyFrom(pContItem, rFile))
|
||||
+ {
|
||||
+ if (aTemplateList.isEmpty())
|
||||
+ aTemplateList = rFile;
|
||||
+ else
|
||||
+ aTemplateList += "\n" + rFile;
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+ if (!aTemplateList.isEmpty())
|
||||
+ {
|
||||
+ OUString aMsg(SfxResId(STR_MSG_ERROR_IMPORT));
|
||||
+ aMsg = aMsg.replaceFirst("$1", pContItem->maTitle);
|
||||
+ std::unique_ptr<weld::MessageDialog> xBox(Application::CreateMessageDialog(m_xDialog.get(),
|
||||
+ VclMessageType::Warning, VclButtonsType::Ok,
|
||||
+ aMsg.replaceFirst("$2", aTemplateList)));
|
||||
+ fs::remove_all(tempDir);
|
||||
+ xBox->run();
|
||||
+ }
|
||||
+
|
||||
+ // Eliminar la carpeta temporal
|
||||
+ fs::remove_all(tempDir);
|
||||
+}
|
||||
+
|
||||
void SfxTemplateManagerDlg::OnTemplateExport()
|
||||
{
|
||||
uno::Reference<XComponentContext> xContext(comphelper::getProcessComponentContext());
|
||||
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
|
||||
index ad004c1868bb..a171c9d5280d 100644
|
||||
index 3aef4468fa0d..3808a26e79e4 100644
|
||||
--- a/solenv/flatpak-manifest.in
|
||||
+++ b/solenv/flatpak-manifest.in
|
||||
@@ -592,6 +592,13 @@
|
16
rpmbuild/SOURCES/libreoffice-multiliblauncher.sh
Normal file
16
rpmbuild/SOURCES/libreoffice-multiliblauncher.sh
Normal file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
OOO_ARCH=$(uname -m)
|
||||
case $OOO_ARCH in
|
||||
x86_64 | s390x | sparc64 | aarch64)
|
||||
OOO_LIB_DIR="/usr/lib64"
|
||||
SECONDARY_LIB_DIR="/usr/lib"
|
||||
;;
|
||||
* )
|
||||
OOO_LIB_DIR="/usr/lib"
|
||||
SECONDARY_LIB_DIR="/usr/lib64"
|
||||
;;
|
||||
esac
|
||||
if [ ! -x $OOO_LIB_DIR/BRAND/program/LAUNCHER ]; then
|
||||
OOO_LIB_DIR="$SECONDARY_LIB_DIR"
|
||||
fi
|
||||
exec $OOO_LIB_DIR/BRAND/program/LAUNCHER "$@"
|
23
rpmbuild/SOURCES/libxmis-0.6.2-libxml2-2.12.0-includes.patch
Normal file
23
rpmbuild/SOURCES/libxmis-0.6.2-libxml2-2.12.0-includes.patch
Normal file
|
@ -0,0 +1,23 @@
|
|||
From 72618e63433c7243e4d9e79a638f19a09402eecc Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Sturmlechner <asturm@gentoo.org>
|
||||
Date: Tue, 21 Nov 2023 23:10:07 +0100
|
||||
Subject: [PATCH] Fix build with libxml2-2.12 (missing include)
|
||||
|
||||
See also: https://github.com/tdf/libcmis/issues/51
|
||||
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
||||
---
|
||||
inc/libcmis/xml-utils.hxx | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/inc/libcmis/xml-utils.hxx b/inc/libcmis/xml-utils.hxx
|
||||
index 929385e1..9bd99aed 100644
|
||||
--- a/inc/libcmis/xml-utils.hxx
|
||||
+++ b/inc/libcmis/xml-utils.hxx
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <boost/date_time.hpp>
|
||||
+#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
#include <libxml/xmlwriter.h>
|
19
rpmbuild/SOURCES/lo-7.6-ppc64le-tests.patch
Normal file
19
rpmbuild/SOURCES/lo-7.6-ppc64le-tests.patch
Normal file
|
@ -0,0 +1,19 @@
|
|||
diff -up libreoffice-7.6.0.3/testtools/source/bridgetest/bridgetest.cxx.orig libreoffice-7.6.0.3/testtools/source/bridgetest/bridgetest.cxx
|
||||
--- libreoffice-7.6.0.3/testtools/source/bridgetest/bridgetest.cxx.orig 2023-08-21 13:15:31.738062821 +0200
|
||||
+++ libreoffice-7.6.0.3/testtools/source/bridgetest/bridgetest.cxx 2023-08-21 13:15:56.607246816 +0200
|
||||
@@ -469,6 +469,7 @@ static bool performTest(
|
||||
equals(aData, aSV2ret) && equals(aData, aRet2),
|
||||
"getValues2 test");
|
||||
}
|
||||
+#if 0
|
||||
{
|
||||
TwoFloats aIn(1.1f, 2.2f);
|
||||
TwoFloats aOut = xLBT->echoTwoFloats(aIn);
|
||||
@@ -479,6 +480,7 @@ static bool performTest(
|
||||
FourFloats aOut = xLBT->echoFourFloats(aIn);
|
||||
bRet = check( memcmp(&aIn, &aOut, sizeof(FourFloats)) == 0, "four floats struct test" ) && bRet;
|
||||
}
|
||||
+#endif
|
||||
{
|
||||
MixedFloatAndInteger aIn(7.7f, 8);
|
||||
MixedFloatAndInteger aOut = xLBT->echoMixedFloatAndInteger(aIn);
|
39
rpmbuild/SOURCES/lpsolve-5.5.0.11.cflags.patch
Normal file
39
rpmbuild/SOURCES/lpsolve-5.5.0.11.cflags.patch
Normal file
|
@ -0,0 +1,39 @@
|
|||
--- lp_solve_5.5/lpsolve55/ccc 2018-02-26 09:27:51.074682302 +0000
|
||||
+++ lp_solve_5.5/lpsolve55/ccc 2018-02-26 09:36:36.329990782 +0000
|
||||
@@ -35,16 +35,14 @@
|
||||
so=y
|
||||
fi
|
||||
|
||||
-opts='-O3'
|
||||
-
|
||||
-$c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
|
||||
+$c $CFLAGS -fPIC -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd $def $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
|
||||
ar rv bin/$PLATFORM/liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
|
||||
ranlib bin/$PLATFORM/liblpsolve55.a
|
||||
|
||||
if [ "$so" != "" ]
|
||||
then
|
||||
- $c -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
|
||||
- $c -shared -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so -o bin/$PLATFORM/liblpsolve55.so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc -lm -ldl
|
||||
+ $c $CFLAGS -fPIC -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
|
||||
+ $c $LDFLAGS -shared -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so -o bin/$PLATFORM/liblpsolve55.so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc -lm -ldl
|
||||
fi
|
||||
|
||||
rm *.o 2>/dev/null
|
||||
--- lp_solve_5.5/lp_solve/ccc 2018-02-26 14:32:54.304981484 +0000
|
||||
+++ lp_solve_5.5/lp_solve/ccc 2018-02-26 14:34:03.524750992 +0000
|
||||
@@ -28,8 +28,6 @@
|
||||
fi
|
||||
rm /tmp/isnan.c /tmp/isnan >/dev/null 2>&1
|
||||
|
||||
-opts='-O3'
|
||||
-
|
||||
def=
|
||||
if [ "$PLATFORM" = "SCO_UNIX" ]
|
||||
then opts='-O0'
|
||||
@@ -38,4 +36,4 @@
|
||||
else dl=-ldl
|
||||
fi
|
||||
|
||||
-$c -I.. -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I../shared $opts $def $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src -o bin/$PLATFORM/lp_solve $math $dl
|
||||
+$c $CFLAGS $LDFLAGS -I.. -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I../shared $def $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src -o bin/$PLATFORM/lp_solve $math $dl
|
22
rpmbuild/SOURCES/lpsolve-5.5.2.0.defines.patch
Normal file
22
rpmbuild/SOURCES/lpsolve-5.5.2.0.defines.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
--- lp_solve_5.5/lpsolve55/ccc
|
||||
+++ lp_solve_5.5/lpsolve55/ccc
|
||||
@@ -18,7 +18,7 @@
|
||||
echo '#include <stdio.h>'>>/tmp/isnan.c
|
||||
echo '#include <stdlib.h>'>>/tmp/isnan.c
|
||||
echo '#include <math.h>'>>/tmp/isnan.c
|
||||
-echo 'main(){isnan(0);}'>>/tmp/isnan.c
|
||||
+echo 'main(){isnan(0.0);}'>>/tmp/isnan.c
|
||||
$c /tmp/isnan.c -o /tmp/isnan $math >/dev/null 2>&1
|
||||
if [ $? = 0 ]
|
||||
then NOISNAN=
|
||||
--- lp_solve_5.5/lp_solve/ccc
|
||||
+++ lp_solve_5.5/lp_solve/ccc
|
||||
@@ -20,7 +20,7 @@
|
||||
echo '#include <stdio.h>'>>/tmp/isnan.c
|
||||
echo '#include <stdlib.h>'>>/tmp/isnan.c
|
||||
echo '#include <math.h>'>>/tmp/isnan.c
|
||||
-echo 'main(){isnan(0);}'>>/tmp/isnan.c
|
||||
+echo 'main(){isnan(0.0);}'>>/tmp/isnan.c
|
||||
$c /tmp/isnan.c -o /tmp/isnan $math >/dev/null 2>&1
|
||||
if [ $? = 0 ]
|
||||
then NOISNAN=
|
22
rpmbuild/SOURCES/read-cc-from-env.patch
Normal file
22
rpmbuild/SOURCES/read-cc-from-env.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff -ruN lp_solve_5.5.orig/lp_solve/ccc lp_solve_5.5/lp_solve/ccc
|
||||
--- lp_solve_5.5.orig/lp_solve/ccc 2020-12-08 12:24:15.118953722 +0100
|
||||
+++ lp_solve_5.5/lp_solve/ccc 2020-12-08 12:49:39.661428497 +0100
|
||||
@@ -1,6 +1,6 @@
|
||||
:
|
||||
src='../lp_MDO.c ../shared/commonlib.c ../colamd/colamd.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c lp_solve.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c'
|
||||
-c=cc
|
||||
+c=$CC
|
||||
|
||||
#determine platform (32/64 bit)
|
||||
>/tmp/platform.c
|
||||
diff -ruN lp_solve_5.5.orig/lpsolve55/ccc lp_solve_5.5/lpsolve55/ccc
|
||||
--- lp_solve_5.5.orig/lpsolve55/ccc 2020-12-08 12:24:15.118953722 +0100
|
||||
+++ lp_solve_5.5/lpsolve55/ccc 2020-12-08 12:40:22.677752522 +0100
|
||||
@@ -1,6 +1,6 @@
|
||||
:
|
||||
src='../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c'
|
||||
-c=cc
|
||||
+c=$CC
|
||||
|
||||
#determine platform (32/64 bit)
|
||||
>/tmp/platform.c
|
175
rpmbuild/SPECS/Box2D.spec
Normal file
175
rpmbuild/SPECS/Box2D.spec
Normal file
|
@ -0,0 +1,175 @@
|
|||
%global __cmake_in_source_build 1
|
||||
Name: Box2D
|
||||
Version: 2.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A 2D Physics Engine for Games
|
||||
|
||||
License: Zlib
|
||||
URL: http://box2d.org/
|
||||
Source0: https://github.com/erincatto/box2d/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: make
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
Box2D is an open source C++ engine for simulating rigid bodies in 2D.
|
||||
Box2D is developed by Erin Catto and has the zlib license.
|
||||
While the zlib license does not require acknowledgement,
|
||||
we encourage you to give credit to Box2D in your product.
|
||||
|
||||
%description devel
|
||||
Box2D is an open source C++ engine for simulating rigid bodies in 2D.
|
||||
Box2D is developed by Erin Catto and has the zlib license.
|
||||
While the zlib license does not require acknowledgement,
|
||||
we encourage you to give credit to Box2D in your product.
|
||||
|
||||
These are the development files.
|
||||
|
||||
%prep
|
||||
%setup -qn box2d-%{version}
|
||||
rm -r extern
|
||||
|
||||
%build
|
||||
%cmake -DBOX2D_INSTALL=ON -DBOX2D_BUILD_SHARED=ON -DBOX2D_BUILD_TESTBED=OFF -DBOX2D_BUILD_UNIT_TESTS=OFF .
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%{_libdir}/*.so.2*
|
||||
|
||||
%files devel
|
||||
%doc README.md docs/
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/box2d
|
||||
%{_libdir}/cmake/box2d/*.cmake
|
||||
|
||||
%changelog
|
||||
* Mon Aug 12 2024 Gwyn Ciesla <gwync@protonmail.com> - 2.4.2-1
|
||||
- 2.4.2
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jan 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Fri Mar 03 2023 Gwyn Ciesla <gwync@protonmail.com> - 2.4.1-10
|
||||
- migrated to SPDX license
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Feb 17 2021 Caolán McNamara <caolanm@redhat.com> - 2.4.1-5
|
||||
- disable building BOX2D_BUILD_UNIT_TESTS due to "SIGSTKSZ ... no
|
||||
longer constant on Linux ... redefined to sysconf(_SC_SIGSTKSZ)"
|
||||
https://github.com/bminor/glibc/blob/master/NEWS causing build failure
|
||||
|
||||
* Wed Feb 17 2021 Caolán McNamara <caolanm@redhat.com> - 2.4.1-4
|
||||
- reduce unnecessary dependencies
|
||||
|
||||
* Wed Feb 10 2021 Timm Bäder <tbaeder@redhat.com> - 2.4.1-3
|
||||
- Use make macros
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Oct 19 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.4.1-1
|
||||
- 2.4.1
|
||||
|
||||
* Mon Aug 10 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.4.0-1
|
||||
- 2.4.0 with patch for cmake shared libs.
|
||||
|
||||
* Tue Aug 04 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.3.1-15
|
||||
- Fix FTBFS.
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-14
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.3.1-2
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Fri Feb 20 2015 Lubomir Rintel <lkundrak@v3.sk> - 2.3.1-1
|
||||
- Update
|
||||
|
||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Aug 06 2012 Jon Ciesla <limburgher@gmail.com> - 2.2.1-3
|
||||
- Review fixes from BZ 844090 comment 6.
|
||||
|
||||
* Thu Aug 02 2012 Jon Ciesla <limburgher@gmail.com> - 2.2.1-2
|
||||
- Unbundle freeglut and glui.
|
||||
|
||||
* Sat Jul 28 2012 Jon Ciesla <limburgher@gmail.com> - 2.2.1-1
|
||||
- create.
|
57
rpmbuild/SPECS/dragonbox.spec
Normal file
57
rpmbuild/SPECS/dragonbox.spec
Normal file
|
@ -0,0 +1,57 @@
|
|||
# Header-only package
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: dragonbox
|
||||
Version: 1.1.3
|
||||
Release: %autorelease
|
||||
Summary: Reference implementation of Dragonbox in C++
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR BSL-1.0
|
||||
URL: https://github.com/jk-jeon/dragonbox
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
Dragonbox is a float-to-string conversion algorithm based on a beautiful
|
||||
algorithm Schubfach, developed by Raffaello Giulietti in 2017-2018.
|
||||
Dragonbox is further inspired by Grisu and Grisu-Exact.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Development files for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%cmake -DDRAGONBOX_INSTALL_TO_CHARS=OFF
|
||||
%cmake_build
|
||||
|
||||
|
||||
%check
|
||||
# No tests provided
|
||||
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
|
||||
%files devel
|
||||
%license LICENSE-Apache2-LLVM LICENSE-Boost
|
||||
%doc README.md
|
||||
%{_includedir}/%{name}-%{version}/
|
||||
%{_libdir}/cmake/%{name}-%{version}/
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
215
rpmbuild/SPECS/fonts-rpm-macros.spec
Normal file
215
rpmbuild/SPECS/fonts-rpm-macros.spec
Normal file
|
@ -0,0 +1,215 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
%global forgeurl https://pagure.io/fonts-rpm-macros
|
||||
Epoch: 1
|
||||
Version: 2.0.5
|
||||
%forgemeta
|
||||
|
||||
#https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/51
|
||||
%global _spectemplatedir %{_datadir}/rpmdevtools/fedora
|
||||
%global _docdir_fmt %{name}
|
||||
%global ftcgtemplatedir %{_datadir}/fontconfig/templates
|
||||
|
||||
# Master definition that will be written to macro files
|
||||
%global _fontbasedir %{_datadir}/fonts
|
||||
%global _fontconfig_masterdir %{_sysconfdir}/fonts
|
||||
%global _fontconfig_confdir %{_sysconfdir}/fonts/conf.d
|
||||
%global _fontconfig_templatedir %{_datadir}/fontconfig/conf.avail
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Name: fonts-rpm-macros
|
||||
Release: 7%{?dist}.1
|
||||
Summary: Build-stage rpm automation for fonts packages
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/
|
||||
Source: %{forgesource}
|
||||
|
||||
Requires: fonts-srpm-macros = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires: fonts-filesystem = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
Provides: fontpackages-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: fontpackages-devel < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
# Tooling dropped for now as no one was willing to maintain it
|
||||
Obsoletes: fontpackages-tools < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
Requires: fontconfig
|
||||
Requires: libappstream-glib
|
||||
Requires: uchardet
|
||||
|
||||
# For the experimental generator
|
||||
Requires: python3-ruamel-yaml
|
||||
Requires: python3-lxml
|
||||
|
||||
%description
|
||||
This package provides build-stage rpm automation to simplify the creation of
|
||||
fonts packages.
|
||||
|
||||
It does not need to be included in the default build root: fonts-srpm-macros
|
||||
will pull it in for fonts packages only.
|
||||
|
||||
%package -n fonts-srpm-macros
|
||||
Summary: Source-stage rpm automation for fonts packages
|
||||
Requires: redhat-rpm-config
|
||||
|
||||
%description -n fonts-srpm-macros
|
||||
This package provides SRPM-stage rpm automation to simplify the creation of
|
||||
fonts packages.
|
||||
|
||||
It limits itself to the automation subset required to create fonts SRPM
|
||||
packages and needs to be included in the default build root.
|
||||
|
||||
The rest of the automation is provided by the fonts-rpm-macros package, that
|
||||
fonts-srpm-macros will pull in for fonts packages only.
|
||||
|
||||
%package -n fonts-filesystem
|
||||
Summary: Directories used by font packages
|
||||
License: MIT
|
||||
|
||||
Provides: fontpackages-filesystem = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: fontpackages-filesystem < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description -n fonts-filesystem
|
||||
This package contains the basic directory layout used by font packages,
|
||||
including the correct permissions for the directories.
|
||||
|
||||
%package -n fonts-rpm-templates
|
||||
Summary: Example fonts packages rpm spec templates
|
||||
License: MIT
|
||||
|
||||
Requires: fonts-rpm-macros = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Supplements: fonts-rpm-macros = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description -n fonts-rpm-templates
|
||||
This package contains documented rpm spec templates showcasing how to use the
|
||||
macros provided by fonts-rpm-macros to create fonts packages.
|
||||
|
||||
%prep
|
||||
%forgesetup
|
||||
%writevars -f rpm/macros.d/macros.fonts-srpm _fontbasedir _fontconfig_masterdir _fontconfig_confdir _fontconfig_templatedir
|
||||
for template in templates/rpm/*\.spec ; do
|
||||
target=$(echo "${template}" | sed "s|^\(.*\)\.spec$|\1-bare.spec|g")
|
||||
grep -v '^%%dnl' "${template}" > "${target}"
|
||||
touch -r "${template}" "${target}"
|
||||
done
|
||||
|
||||
%install
|
||||
install -m 0755 -d %{buildroot}%{_fontbasedir} \
|
||||
%{buildroot}%{_fontconfig_masterdir} \
|
||||
%{buildroot}%{_fontconfig_confdir} \
|
||||
%{buildroot}%{_fontconfig_templatedir}
|
||||
|
||||
install -m 0755 -vd %{buildroot}%{_spectemplatedir}
|
||||
install -m 0644 -vp templates/rpm/*spec \
|
||||
%{buildroot}%{_spectemplatedir}
|
||||
install -m 0755 -vd %{buildroot}%{ftcgtemplatedir}
|
||||
install -m 0644 -vp templates/fontconfig/*{conf,txt} \
|
||||
%{buildroot}%{ftcgtemplatedir}
|
||||
|
||||
install -m 0755 -vd %{buildroot}%{rpmmacrodir}
|
||||
install -m 0644 -vp rpm/macros.d/macros.fonts-* \
|
||||
%{buildroot}%{rpmmacrodir}
|
||||
install -m 0755 -vd %{buildroot}%{_rpmluadir}/fedora/srpm
|
||||
install -m 0644 -vp rpm/lua/srpm/*lua \
|
||||
%{buildroot}%{_rpmluadir}/fedora/srpm
|
||||
install -m 0755 -vd %{buildroot}%{_rpmluadir}/fedora/rpm
|
||||
install -m 0644 -vp rpm/lua/rpm/*lua \
|
||||
%{buildroot}%{_rpmluadir}/fedora/rpm
|
||||
|
||||
install -m 0755 -vd %{buildroot}%{_bindir}
|
||||
install -m 0755 -vp bin/* %{buildroot}%{_bindir}
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%{_bindir}/*
|
||||
%{rpmmacrodir}/macros.fonts-rpm*
|
||||
%{_rpmluadir}/fedora/rpm/*.lua
|
||||
|
||||
%files -n fonts-srpm-macros
|
||||
%license LICENSE.txt
|
||||
%doc *.md changelog.txt
|
||||
%{rpmmacrodir}/macros.fonts-srpm*
|
||||
%{_rpmluadir}/fedora/srpm/*.lua
|
||||
|
||||
%files -n fonts-filesystem
|
||||
%dir %{_datadir}/fontconfig
|
||||
%dir %{_fontbasedir}
|
||||
%dir %{_fontconfig_masterdir}
|
||||
%dir %{_fontconfig_confdir}
|
||||
%dir %{_fontconfig_templatedir}
|
||||
|
||||
%files -n fonts-rpm-templates
|
||||
%license LICENSE-templates.txt
|
||||
%doc *.md changelog.txt
|
||||
%{_spectemplatedir}/*.spec
|
||||
%dir %{ftcgtemplatedir}
|
||||
%doc %{ftcgtemplatedir}/*conf
|
||||
%doc %{ftcgtemplatedir}/*txt
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com>
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat May 23 17:00:05 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1:2.0.5-3
|
||||
- Insert Epoch in Requires/Provides/Obsoletes
|
||||
|
||||
* Sat May 23 09:03:10 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1:2.0.5-2
|
||||
- Revert to 2.0.5
|
||||
|
||||
* Tue Apr 28 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 3.0.3-1
|
||||
🐞 Fix bugs in the 3.0.2 refactoring
|
||||
- 3.0.2-1
|
||||
🐞 Workaround Fedora problems created by rpm commit 93604e2
|
||||
harder
|
||||
|
||||
* Mon Apr 27 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 3.0.1-1
|
||||
🐞 Workaround Fedora problems created by rpm commit 93604e2
|
||||
|
||||
* Fri Apr 3 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.0.5-1
|
||||
✅ do not add empty urls to appstream files
|
||||
|
||||
* Thu Apr 2 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.0.4-2
|
||||
✅ validate fontconfig files by default
|
||||
|
||||
* Sat Feb 29 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.0.3-1
|
||||
✅ minor rpmlint-oriented fixlets
|
||||
|
||||
* Sat Feb 22 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.0.2-1
|
||||
✅ improve experimental fontconfig configuration generator
|
||||
|
||||
* Thu Feb 20 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.0.1-3
|
||||
✅ limit descriptions to 80 columns
|
||||
|
||||
* Fri Feb 14 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.0.1-2
|
||||
✅ use fonts packaging guidelines as URL
|
||||
- 2.0.1-1
|
||||
✅ first 2.x version proposed to Fedora, after FPC approval
|
||||
https://meetbot-raw.fedoraproject.org/fedora-meeting-1/2020-02-13/fpc.2020-02-13-17.00.txt
|
||||
|
||||
* Mon Nov 11 2019 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.0.0-1
|
||||
✅ transform into fonts-rpm-macros
|
||||
✅ major rpm macro and rpm spec template rework
|
||||
|
||||
|
||||
* Mon Nov 10 2008 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 1.0-1
|
||||
✅ initial release
|
|
@ -2,16 +2,13 @@
|
|||
%global debug_package %{nil}
|
||||
|
||||
Name: frozen
|
||||
Version: 1.1.1
|
||||
Release: 3%{?dist}
|
||||
Summary: A header-only, constexpr alternative to gperf for C++14 users
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A header-only, constexpr alternative to gperf for C++14 users
|
||||
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/serge-sans-paille/frozen
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
# Fixes FTBFS, already present in upstream main branch.
|
||||
Patch0: includes.patch
|
||||
Patch1: 079f73cc5c6413127d47f325cbb34a607e2cb030.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
|
@ -34,9 +31,6 @@ Development files for %{name}.
|
|||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch -P 0 -p0
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
%cmake -DCMAKE_BUILD_TYPE=Release
|
||||
%cmake_build
|
||||
|
@ -55,6 +49,18 @@ Development files for %{name}.
|
|||
%{_datadir}/cmake/%{name}/
|
||||
|
||||
%changelog
|
||||
* Tue Sep 03 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.2.0-1
|
||||
- 1.2.0
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.1.1-3
|
||||
- Drop main package.
|
||||
|
||||
|
|
37
rpmbuild/SPECS/gcc-toolset-12-annobin-symlink.spec
Normal file
37
rpmbuild/SPECS/gcc-toolset-12-annobin-symlink.spec
Normal file
|
@ -0,0 +1,37 @@
|
|||
%global scl_gcc_prefix /opt/rh/gcc-toolset-12/root/usr/lib/gcc
|
||||
%global scl_plugin_prefix %{scl_gcc_prefix}/x86_64-redhat-linux/12/plugin
|
||||
|
||||
Name: gcc-toolset-12-annobin-symlink
|
||||
Version: 12.0.0
|
||||
Release: 2%{?dist}
|
||||
Summary: A symlink gcc-annobin.so to gts-gcc-annobin.so
|
||||
|
||||
License: Beerware
|
||||
URL: http://gcc.gnu.org
|
||||
|
||||
Requires: gcc-toolset-12-gcc-plugin-annobin
|
||||
|
||||
%description
|
||||
Quick and dirty hack for gcc error:
|
||||
cc1: fatal error: inaccessible plugin file /opt/rh/gcc-toolset-12/root/usr/lib/gcc/x86_64-redhat-linux/12/plugin/gcc-annobin.so expanded from short plugin name gcc-annobin: No such file or directory
|
||||
A symlink gcc-annobin.so to gts-gcc-annobin.so fixes the issue
|
||||
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{scl_plugin_prefix}
|
||||
ln -svf gts-annobin.so %{buildroot}%{scl_plugin_prefix}/annobin.so
|
||||
ln -svf gts-gcc-annobin.so %{buildroot}%{scl_plugin_prefix}/gcc-annobin.so
|
||||
|
||||
|
||||
%files
|
||||
%{scl_plugin_prefix}/annobin.so
|
||||
%{scl_plugin_prefix}/gcc-annobin.so
|
||||
|
||||
%changelog
|
||||
* Fri Feb 16 2024 Sandino Araico Sánchez <sandino@sandino.net>
|
||||
- Liga simbólica también para annobin.so
|
||||
|
||||
* Thu Jan 18 2024 Sandino Araico Sánchez <sandino@sandino.net>
|
||||
- Liga simbólica para que jale esta chingadera
|
||||
- cd /opt/rh/gcc-toolset-12/root/usr/lib/gcc/x86_64-redhat-linux/12/plugin
|
||||
- ln -svf gts-gcc-annobin.so gcc-annobin.so
|
82
rpmbuild/SPECS/google-rubik-fonts.spec
Normal file
82
rpmbuild/SPECS/google-rubik-fonts.spec
Normal file
|
@ -0,0 +1,82 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
%global forgeurl https://github.com/googlefonts/rubik
|
||||
%global commit 2e360a2044e6d1d4e3a6ddd992144a9a0b5446af
|
||||
%forgemeta
|
||||
|
||||
Version: 2.100
|
||||
Release: 12%{?dist}
|
||||
URL: %{forgeurl}
|
||||
|
||||
%global foundry google
|
||||
%global fontlicense OFL
|
||||
%global fontlicenses OFL.txt
|
||||
%global fontdocs *txt *md
|
||||
%global fontdocsex %{fontlicenses}
|
||||
|
||||
%global fontfamily Rubik
|
||||
%global fontsummary Rubik, a sans serif font family with slightly rounded corners
|
||||
%global fonts fonts/ttf/*ttf fonts/variable*fonts/*ttf
|
||||
%global fontconfngs %{SOURCE10}
|
||||
%global fontdescription %{expand:
|
||||
Rubik is a sans serif font family with slightly rounded corners designed by
|
||||
Philipp Hubert and Sebastian Fischer at Hubert & Fischer as part of the Chrome
|
||||
Cube Lab project.}
|
||||
|
||||
Source0: %{forgesource}
|
||||
Source10: 58-%{fontpkgname}.xml
|
||||
|
||||
%fontpkg
|
||||
|
||||
%prep
|
||||
%forgesetup
|
||||
chmod 644 %{fontdocs} %{fontlicenses}
|
||||
|
||||
%build
|
||||
%fontbuild
|
||||
|
||||
%install
|
||||
%fontinstall
|
||||
|
||||
%check
|
||||
%fontcheck
|
||||
|
||||
%fontfiles
|
||||
|
||||
%changelog
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat Feb 22 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.100-2
|
||||
✅ Rebuild with fonts-rpm-macros 2.0.2
|
||||
|
||||
* Sat Feb 15 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.100-1.20191208git2e360a2
|
||||
✅ Initial packaging
|
746
rpmbuild/SPECS/harfbuzz.spec
Normal file
746
rpmbuild/SPECS/harfbuzz.spec
Normal file
|
@ -0,0 +1,746 @@
|
|||
Name: harfbuzz
|
||||
Version: 8.2.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Text shaping library
|
||||
|
||||
License: MIT-Modern-Variant
|
||||
URL: https://github.com/harfbuzz/harfbuzz/
|
||||
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/harfbuzz-%{version}.tar.xz
|
||||
|
||||
Patch0: https://github.com/harfbuzz/harfbuzz/commit/3a1b0f0a72525d847197a8446d9503e44b1f2add.patch
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: graphite2-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
HarfBuzz is an implementation of the OpenType Layout engine.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-icu%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package icu
|
||||
Summary: Harfbuzz ICU support library
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description icu
|
||||
This package contains Harfbuzz ICU support library.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-graphite2 --with-gobject --enable-introspection
|
||||
%{make_build}
|
||||
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%ldconfig_scriptlets icu
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS AUTHORS README
|
||||
%{_libdir}/libharfbuzz.so.0*
|
||||
%{_libdir}/libharfbuzz-cairo.so.*
|
||||
%{_libdir}/libharfbuzz-gobject.so.0*
|
||||
%{_libdir}/libharfbuzz-subset.so.0*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
|
||||
|
||||
%files devel
|
||||
%doc %{_datadir}/gtk-doc
|
||||
%{_bindir}/hb-info
|
||||
%{_bindir}/hb-view
|
||||
%{_bindir}/hb-ot-shape-closure
|
||||
%{_bindir}/hb-shape
|
||||
%{_bindir}/hb-subset
|
||||
%{_includedir}/harfbuzz/
|
||||
%{_libdir}/libharfbuzz.so
|
||||
%{_libdir}/libharfbuzz-gobject.so
|
||||
%{_libdir}/libharfbuzz-cairo.so
|
||||
%{_libdir}/libharfbuzz-icu.so
|
||||
%{_libdir}/libharfbuzz-subset.so
|
||||
%{_libdir}/pkgconfig/harfbuzz.pc
|
||||
%{_libdir}/pkgconfig/harfbuzz-cairo.pc
|
||||
%{_libdir}/pkgconfig/harfbuzz-gobject.pc
|
||||
%{_libdir}/pkgconfig/harfbuzz-icu.pc
|
||||
%{_libdir}/pkgconfig/harfbuzz-subset.pc
|
||||
%{_libdir}/cmake/harfbuzz/
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/HarfBuzz-0.0.gir
|
||||
|
||||
%files icu
|
||||
%{_libdir}/libharfbuzz-icu.so.*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 30 2023 Parag Nemade <pnemade AT redhat DOT com> - 8.2.1-2
|
||||
- Resolves:rh#2241391 - Fix LibreOffice tests run
|
||||
|
||||
* Wed Sep 20 2023 Parag Nemade <pnemade AT redhat DOT com> - 8.2.1-1
|
||||
- Update to 8.2.1 version (#2239664)
|
||||
|
||||
* Tue Sep 12 2023 Parag Nemade <pnemade AT redhat DOT com> - 8.2.0-1
|
||||
- Update to 8.2.0 version (#2238190)
|
||||
|
||||
* Thu Aug 03 2023 Parag Nemade <pnemade AT redhat DOT com> - 8.1.1-1
|
||||
- Update to 8.1.1 version (#2228195)
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jul 18 2023 Parag Nemade <pnemade AT redhat DOT com> - 8.0.1-2
|
||||
- Attempt another build for previouslt failed i686 build
|
||||
|
||||
* Fri Jul 14 2023 Parag Nemade <pnemade AT redhat DOT com> - 8.0.1-1
|
||||
- Update to 8.0.1 version (#2222800)
|
||||
|
||||
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 8.0.0-2
|
||||
- Rebuilt for ICU 73.2
|
||||
|
||||
* Tue Jul 11 2023 Parag Nemade <pnemade AT redhat DOT com> - 8.0.0-1
|
||||
- Update to 8.0.0 version (#2221636)
|
||||
|
||||
* Fri Jul 07 2023 Parag Nemade <pnemade AT redhat DOT com> - 7.3.0-2
|
||||
- Migrate to SPDX license expression
|
||||
|
||||
* Thu May 11 2023 Parag Nemade <pnemade AT redhat DOT com> - 7.3.0-1
|
||||
- Update to 7.3.0 version (#2201459)
|
||||
|
||||
* Fri Apr 28 2023 Parag Nemade <pnemade AT redhat DOT com> - 7.2.0-1
|
||||
- Update to 7.2.0 version (#2190067)
|
||||
|
||||
* Fri Mar 03 2023 Parag Nemade <pnemade AT redhat DOT com> - 7.1.0-1
|
||||
- Update to 7.1.0 version (#2175109)
|
||||
|
||||
* Sat Feb 25 2023 Marek Kasik <mkasik@redhat.com> - 7.0.1-2
|
||||
- Rebuild for freetype-2.13.0
|
||||
|
||||
* Wed Feb 22 2023 Parag Nemade <pnemade AT redhat DOT com> - 7.0.1-1
|
||||
- Update to 7.0.1 version (#2169172)
|
||||
|
||||
* Mon Feb 13 2023 Parag Nemade <pnemade AT redhat DOT com> - 7.0.0-2
|
||||
- Add hb-info, libharfbuzz-cairo library files
|
||||
|
||||
* Mon Feb 13 2023 Parag Nemade <pnemade AT redhat DOT com> - 7.0.0-1
|
||||
- Update to 7.0.0 version (#2169172)
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 6.0.0-2
|
||||
- Rebuild for ICU 72
|
||||
|
||||
* Sat Dec 17 2022 Parag Nemade <pnemade AT redhat DOT com> - 6.0.0-1
|
||||
- Update to 6.0.0 version (#2154489)
|
||||
|
||||
* Mon Oct 24 2022 Parag Nemade <pnemade AT redhat DOT com> - 5.3.1-1
|
||||
- Update to 5.3.1 version (#2136315)
|
||||
|
||||
* Tue Oct 11 2022 Parag Nemade <pnemade AT redhat DOT com> - 5.3.0-1
|
||||
- Update to 5.3.0 version (#2133292)
|
||||
|
||||
* Sat Sep 17 2022 Parag Nemade <pnemade AT redhat DOT com> - 5.2.0-1
|
||||
- Update to 5.2.0 version (#2127603)
|
||||
|
||||
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.1.0-2
|
||||
- Rebuilt for ICU 71.1
|
||||
|
||||
* Mon Aug 01 2022 Parag Nemade <pnemade AT redhat DOT com> - 5.1.0-1
|
||||
- Update to 5.1.0 version (#2112779)
|
||||
|
||||
* Sun Jul 24 2022 Parag Nemade <pnemade AT redhat DOT com> - 5.0.1-1
|
||||
- Update to 5.0.1 version (#2110181)
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jun 29 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.4.1-1
|
||||
- Update to 4.4.1 version (#2102301)
|
||||
|
||||
* Tue Jun 28 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.4.0-1
|
||||
- Update to 4.4.0 version (#2101663)
|
||||
|
||||
* Mon May 23 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.3.0-1
|
||||
- Update to 4.3.0 version (#2088860)
|
||||
|
||||
* Mon Apr 25 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.2.1-1
|
||||
- Update to 4.2.1 version (#2078234)
|
||||
|
||||
* Thu Mar 31 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.2.0-1
|
||||
- Update to 4.2.0 version (#2070259)
|
||||
|
||||
* Mon Mar 28 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.1.0-1
|
||||
- Update to 4.1.0 version (#2067726)
|
||||
|
||||
* Mon Mar 14 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.0.1-1
|
||||
- Update to 4.0.1 version (#2063439)
|
||||
|
||||
* Thu Mar 03 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.0.0-1
|
||||
- Update to 4.0.0 version (#2059806)
|
||||
|
||||
* Sun Feb 13 2022 Parag Nemade <pnemade AT redhat DOT com> - 3.4.0-1
|
||||
- Update to 3.4.0 version (#2053891)
|
||||
|
||||
* Sun Feb 06 2022 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 3.3.2-1
|
||||
- Update to 3.3.2 (#2051293)
|
||||
|
||||
* Thu Feb 03 2022 Parag Nemade <pnemade AT redhat DOT com> - 3.3.1-1
|
||||
- Update to 3.3.1 version (#2048881)
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Mon Dec 13 2021 Parag Nemade <pnemade AT redhat DOT com> - 3.2.0-1
|
||||
- Update to 3.2.0 version (#2031525)
|
||||
|
||||
* Tue Nov 30 2021 Parag Nemade <pnemade AT redhat DOT com> - 3.1.2-1
|
||||
- Update to 3.1.2 version (#2026992)
|
||||
|
||||
* Tue Nov 09 2021 Parag Nemade <pnemade AT redhat DOT com> - 3.1.1-1
|
||||
- Update to 3.1.1 version (#2021316)
|
||||
|
||||
* Sat Nov 06 2021 Parag Nemade <pnemade AT redhat DOT com> - 3.1.0-2
|
||||
- Fix build failure on armv7hl architecture
|
||||
|
||||
* Fri Nov 05 2021 Parag Nemade <pnemade AT redhat DOT com> - 3.1.0-1
|
||||
- Update to 3.1.0 version (#2020154)
|
||||
|
||||
* Sat Sep 18 2021 Parag Nemade <pnemade AT redhat DOT com> - 3.0.0-1
|
||||
- Update to 3.0.0 version (#2005503)
|
||||
|
||||
* Mon Sep 13 2021 Parag Nemade <pnemade AT redhat DOT com> - 2.9.1-1
|
||||
- Update to 2.9.1 version (#2002020)
|
||||
|
||||
* Fri Aug 20 2021 Parag Nemade <pnemade AT redhat DOT com> - 2.9.0-1
|
||||
- Update to 2.9.0 version (#1995436)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Jul 12 2021 Parag Nemade <pnemade AT redhat DOT com> - 2.8.2-1
|
||||
- Update to 2.8.2 version (#1980729)
|
||||
|
||||
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 2.8.1-2
|
||||
- Rebuild for ICU 69
|
||||
|
||||
* Wed May 05 2021 Parag Nemade <pnemade AT redhat DOT com> - 2.8.1-1
|
||||
- Update to 2.8.1 version (#1956915)
|
||||
|
||||
* Wed Mar 17 2021 Parag Nemade <pnemade AT redhat DOT com> - 2.8.0-1
|
||||
- Update to 2.8.0 version (#1939692)
|
||||
|
||||
* Fri Feb 5 2021 Marek Kasik <mkasik@redhat.com> - 2.7.4-3
|
||||
- Build HarfBuzz with bootstrapped freetype
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Dec 27 20:48:11 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.7.4-1
|
||||
- Update to 2.7.4 version (#1911046)
|
||||
|
||||
* Fri Dec 25 14:01:50 IST 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.7.3-1
|
||||
- Update to 2.7.3 version (#1910482)
|
||||
|
||||
* Sat Aug 29 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.7.2-1
|
||||
- Update to 2.7.2 version (#1873689)
|
||||
|
||||
* Thu Aug 20 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.7.1-1
|
||||
- Update to 2.7.1 version (#1860607)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jun 23 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.6.8-1
|
||||
- Update to 2.6.8 version (#1849805)
|
||||
|
||||
* Thu Jun 04 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.6.7-1
|
||||
- Update to 2.6.7 version (#1843592)
|
||||
|
||||
* Fri May 15 2020 Pete Walter <pwalter@fedoraproject.org> - 2.6.6-2
|
||||
- Rebuild for ICU 67
|
||||
|
||||
* Tue May 12 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.6.6-1
|
||||
- Update to 2.6.6 version (#1834887)
|
||||
|
||||
* Wed Mar 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.6.4-4
|
||||
- Use make_build and make_install macros
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 2.6.4-2
|
||||
- Rebuild for ICU 65
|
||||
|
||||
* Wed Oct 30 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.6.4-1
|
||||
- Update to 2.6.4 version (#1766762)
|
||||
|
||||
* Tue Oct 29 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.6.3-1
|
||||
- Update to 2.6.3 version (#1766396)
|
||||
|
||||
* Tue Oct 01 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.6.2-1
|
||||
- Update to 2.6.2 version (#1757207)
|
||||
|
||||
* Wed Sep 18 2019 Kalev Lember <klember@redhat.com> - 2.6.1-2
|
||||
- Build with --with-gobject --enable-introspection (#1737186)
|
||||
- Tighten soname globs
|
||||
|
||||
* Fri Aug 23 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.6.1-1
|
||||
- Update to 2.6.1 version (#1744835)
|
||||
|
||||
* Sat Aug 17 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.6.0-1
|
||||
- Update to 2.6.0 version (#1742730)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Jul 12 2019 Adam Williamson <awilliam@redhat.com> - 2.5.3-2
|
||||
- Revert the offending commit to avoid RHBZ #1689037
|
||||
|
||||
* Thu Jun 27 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.5.3-1
|
||||
- Update to 2.5.3 version (#1724317)
|
||||
|
||||
* Fri Jun 21 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.5.2-1
|
||||
- Update to 2.5.2 version (#1722623)
|
||||
|
||||
* Sat Jun 01 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.5.1-1
|
||||
- Update to 2.5.1 version (#1716024)
|
||||
|
||||
* Sun May 26 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.5.0-1
|
||||
- Update to 2.5.0 version (#1713797)
|
||||
|
||||
* Fri Apr 12 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.4.0-1
|
||||
- Update to 2.4.0 version (#1693940)
|
||||
|
||||
* Thu Jan 31 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.3.1-1
|
||||
- Update to 2.3.1 version (#1671165)
|
||||
|
||||
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 2.1.3-2
|
||||
- Rebuild for ICU 63
|
||||
|
||||
* Fri Nov 23 2018 Parag Nemade <pnemade AT redhat DOT com> - 2.1.3-1
|
||||
- Update to 2.1.3 version
|
||||
|
||||
* Thu Nov 08 2018 Parag Nemade <pnemade AT redhat DOT com> - 2.1.1-1
|
||||
- Update to 2.1.1 version
|
||||
|
||||
* Sun Nov 04 2018 Parag Nemade <pnemade AT redhat DOT com> - 2.1.0-1
|
||||
- Update to 2.1.0 version
|
||||
|
||||
* Thu Nov 01 2018 Parag Nemade <pnemade AT redhat DOT com> - 2.0.2-1
|
||||
- Update to 2.0.2 version
|
||||
|
||||
* Sun Oct 28 2018 Parag Nemade <pnemade AT redhat DOT com> - 2.0.1-1
|
||||
- Update to 2.0.1 version
|
||||
|
||||
* Sat Oct 27 2018 Parag Nemade <pnemade AT redhat DOT com> - 2.0.0-1
|
||||
- Update to 2.0.0 version
|
||||
|
||||
* Fri Sep 07 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.8-1
|
||||
- Update to 1.8.8 version
|
||||
|
||||
* Thu Aug 09 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.7-1
|
||||
- Update to 1.8.7 version (#1613591)
|
||||
|
||||
* Thu Aug 02 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.5-1
|
||||
- Update to 1.8.5 version (#1611028)
|
||||
|
||||
* Wed Jul 18 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.4-1
|
||||
- Update to 1.8.4 version (#1601890)
|
||||
|
||||
* Fri Jul 13 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.3-1
|
||||
- Update to 1.8.3 version (#1600306)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 1.8.2-2
|
||||
- Rebuild for ICU 62
|
||||
|
||||
* Tue Jul 03 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.2-1
|
||||
- Update to 1.8.2 version (#1597679)
|
||||
|
||||
* Thu Jun 14 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.1-1
|
||||
- Update to 1.8.1 version (#1590575)
|
||||
|
||||
* Wed Jun 06 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-1
|
||||
- Update to 1.8.0 version (#1587987)
|
||||
|
||||
* Wed Jun 06 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.7.7-1
|
||||
- Update to 1.7.7 version (#1552962)
|
||||
|
||||
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 1.7.6-2
|
||||
- Rebuild for ICU 61.1
|
||||
|
||||
* Thu Mar 08 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.7.6-1
|
||||
- Update to 1.7.6 version (#1552962)
|
||||
- Added new lib libharfbuzz-subset by upstream
|
||||
- Added harfbuzz cmake file
|
||||
- Added hb-subset binary file
|
||||
|
||||
* Mon Feb 19 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.7.5-3
|
||||
- Add BuildRequires: gcc-c++ as per packaging guidelines
|
||||
- Used %%autosetup
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jan 31 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.7.5-1
|
||||
- Update to 1.7.5 version (#1540396)
|
||||
|
||||
* Thu Dec 21 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.7.4-1
|
||||
- Update to 1.7.4 version (#1528086)
|
||||
|
||||
* Tue Dec 19 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.7.3-1
|
||||
- Update to 1.7.3 version (#1527486)
|
||||
|
||||
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 1.7.1-2
|
||||
- Rebuild for ICU 60.1
|
||||
|
||||
* Wed Nov 15 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.7.1-1
|
||||
- Update to 1.7.1 version (#1513204)
|
||||
|
||||
* Tue Nov 14 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-1
|
||||
- Update to 1.7.0 version (#1512740)
|
||||
|
||||
* Wed Nov 01 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.6.3-1
|
||||
- Update to 1.6.3 version (#1508201)
|
||||
|
||||
* Mon Oct 23 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.6.1-1
|
||||
- Update to 1.6.1 version (#1505192)
|
||||
|
||||
* Sat Oct 21 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.6.0-1
|
||||
- Update to 1.6.0 version (#1504371)
|
||||
|
||||
* Wed Sep 06 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.5.1-1
|
||||
- Update to 1.5.1 version
|
||||
|
||||
* Thu Aug 24 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.5.0-1
|
||||
- Update to 1.5.0 version
|
||||
|
||||
* Wed Aug 09 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.4.8-1
|
||||
- Update to 1.4.8 version
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.4.7-1
|
||||
- Update to 1.4.7 version
|
||||
|
||||
* Mon Apr 24 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.4.6-1
|
||||
- Update to 1.4.6 version
|
||||
|
||||
* Sun Mar 12 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.4.5-1
|
||||
- Update to 1.4.5 version
|
||||
|
||||
* Mon Mar 06 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.4.4-1
|
||||
- Update to 1.4.4
|
||||
|
||||
* Sun Feb 26 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.4.3-1
|
||||
- Update to 1.4.3
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 06 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.4.1-1
|
||||
- Update to 1.4.1
|
||||
|
||||
* Thu Jan 05 2017 Parag Nemade <pnemade AT redhat DOT com> - 1.4.0-1
|
||||
- Update to 1.4.0
|
||||
|
||||
* Tue Dec 06 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.3.4-1
|
||||
- Update to 1.3.4
|
||||
|
||||
* Fri Oct 28 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.3.3-1
|
||||
- Update to 1.3.3
|
||||
|
||||
* Wed Sep 28 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.3.2-1
|
||||
- Update to 1.3.2
|
||||
|
||||
* Thu Sep 08 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.3.1-1
|
||||
- Update to 1.3.1
|
||||
|
||||
* Sun Jul 24 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.3.0-1
|
||||
- Update to 1.3.0
|
||||
|
||||
* Mon May 02 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.2.7-1
|
||||
- Update to 1.2.7
|
||||
|
||||
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 1.2.6-2
|
||||
- rebuild for ICU 57.1
|
||||
|
||||
* Sun Apr 10 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.2.6-1
|
||||
- Update to 1.2.6
|
||||
|
||||
* Tue Apr 05 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.2.5-1
|
||||
- Update to 1.2.5
|
||||
|
||||
* Sat Mar 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.2.4-1
|
||||
- Update to 1.2.4
|
||||
|
||||
* Fri Feb 26 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.2.3-1
|
||||
- Update to 1.2.3
|
||||
|
||||
* Thu Feb 25 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.2.2-1
|
||||
- Update to 1.2.2
|
||||
|
||||
* Thu Feb 25 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.2.1-1
|
||||
- Update to 1.2.1
|
||||
|
||||
* Mon Feb 22 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.2.0-1
|
||||
- Update to 1.2.0
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Jan 12 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.1.3-1
|
||||
- Update to 1.1.3
|
||||
|
||||
* Mon Dec 21 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.1.2-1
|
||||
- Update to 1.1.2
|
||||
|
||||
* Thu Nov 26 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.1.1-1
|
||||
- Update to 1.1.1
|
||||
|
||||
* Thu Nov 19 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.1.0-1
|
||||
- Update to 1.1.0
|
||||
|
||||
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 1.0.6-2
|
||||
- rebuild for ICU 56.1
|
||||
|
||||
* Fri Oct 16 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.0.6-1
|
||||
- Update to 1.0.6
|
||||
|
||||
* Wed Oct 14 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.0.5-1
|
||||
- Update to 1.0.5
|
||||
|
||||
* Thu Oct 01 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.0.4-1
|
||||
- Update to 1.0.4
|
||||
|
||||
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 1.0.3-1
|
||||
- Update to 1.0.3
|
||||
- Use license macro for COPYING
|
||||
|
||||
* Mon Aug 24 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.0.2-1
|
||||
- Update to 1.0.2
|
||||
|
||||
* Wed Jul 29 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.0.1-1
|
||||
- Update to 1.0.1
|
||||
|
||||
* Fri Jun 19 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.9.41-1
|
||||
- Update to 0.9.41 upstream release
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.40-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.9.40-2
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Sat Mar 21 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.9.40-1
|
||||
- Update to 0.9.40 upstream release
|
||||
|
||||
* Fri Mar 06 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.9.39-1
|
||||
- Update to 0.9.39 upstream release
|
||||
|
||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.9.38-4
|
||||
- Rebuilt for Fedora 23 Change
|
||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||
|
||||
* Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 0.9.38-3
|
||||
- Bump for rebuild.
|
||||
|
||||
* Wed Feb 4 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.9.38-2
|
||||
- Rebuild for libicu soname bump
|
||||
|
||||
* Tue Jan 27 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.9.38-1
|
||||
- Update to 0.9.38 upstream release
|
||||
|
||||
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 0.9.37-2
|
||||
- rebuild for ICU 54.1
|
||||
|
||||
* Tue Dec 23 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.37-1
|
||||
- Update to 0.9.37 upstream release
|
||||
|
||||
* Tue Nov 25 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.36-1
|
||||
- Update to 0.9.36 upstream release
|
||||
|
||||
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 0.9.35-3
|
||||
- rebuild for ICU 53.1
|
||||
|
||||
* Mon Aug 18 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.35-1
|
||||
- Update to 0.9.35 upstream release
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.34-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Wed Aug 06 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.34-1
|
||||
- Update to 0.9.34 upstream release
|
||||
|
||||
* Tue Jul 29 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.33-1
|
||||
- Update to 0.9.33 upstream release
|
||||
|
||||
* Fri Jul 18 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.32-1
|
||||
- Update to 0.9.32 (have all the recent releases on koji)
|
||||
|
||||
* Thu Jul 17 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.31-1
|
||||
- Update to 0.9.31 (have all the recent releases on koji)
|
||||
|
||||
* Fri Jul 11 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.30-1
|
||||
- Update to 0.9.30 upstream release
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.29-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Mon Jun 02 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.29-1
|
||||
- Update to 0.9.29 upstream release
|
||||
|
||||
* Tue Apr 29 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.28-1
|
||||
- Update to 0.9.28 upstream release
|
||||
|
||||
* Thu Mar 20 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.27-1
|
||||
- Update to 0.9.27 upstream release
|
||||
|
||||
* Wed Feb 12 2014 Nils Philippsen <nils@redhat.com> - 0.9.26-3
|
||||
- rebuild for new libicu
|
||||
|
||||
* Wed Feb 12 2014 Dan Mashal <dan.mashal@fedoraproject.org> - 0.9.26-2
|
||||
- Rebuilding for icu soname bump.
|
||||
|
||||
* Fri Jan 31 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.9.26-1
|
||||
- Update to 0.9.26 upstream release
|
||||
|
||||
* Thu Dec 05 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.25-1
|
||||
- Update to 0.9.25 upstream release
|
||||
|
||||
* Fri Nov 15 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.24-1
|
||||
- Update to 0.9.24 upstream release
|
||||
|
||||
* Wed Oct 30 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.23-1
|
||||
- Update to 0.9.23 upstream release
|
||||
|
||||
* Tue Oct 08 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.22-1
|
||||
- Update to 0.9.22 upstream release
|
||||
|
||||
* Tue Sep 17 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.21-1
|
||||
- Update to 0.9.21 upstream release
|
||||
|
||||
* Fri Aug 30 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.20-1
|
||||
- Update to 0.9.20 upstream release
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Jul 17 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.19-1
|
||||
- Update to 0.9.19 upstream release
|
||||
|
||||
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 0.9.18-3
|
||||
- Don't ship a (humongous) ChangeLog
|
||||
|
||||
* Fri Jun 07 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.18-2
|
||||
- Resolves:rh#971795:Merge -icu-devel subpackage into -devel subpackage
|
||||
|
||||
* Wed Jun 05 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.18-1
|
||||
- Update to 0.9.18 upstream release
|
||||
|
||||
* Tue May 21 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.17-1
|
||||
- Update to 0.9.17 upstream release
|
||||
|
||||
* Sat Apr 20 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.16-1
|
||||
- Update to 0.9.16 upstream release
|
||||
|
||||
* Fri Mar 22 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.14-1
|
||||
- Update to 0.9.14 upstream release
|
||||
|
||||
* Tue Feb 26 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.9.13-1
|
||||
- Update to 0.9.13 upstream release
|
||||
|
||||
* Wed Jan 30 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.9.12-6
|
||||
- Kill icu-config hack and rebuild against new icu again
|
||||
|
||||
* Tue Jan 29 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-5
|
||||
- Resolves:rh#905334 - Please rebuild harfbuzz for new graphite-1.2.0
|
||||
|
||||
* Sun Jan 27 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-4
|
||||
- Resolves:rh#904700-Enable additional shaper graphite2
|
||||
|
||||
* Sat Jan 26 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.9.12-3
|
||||
- Add "icu-config --cppflags" to compiler flags to fix build
|
||||
|
||||
* Fri Jan 25 2013 Orion Poplawski <orion@cora.nwra.com> - 0.9.12-2
|
||||
- Rebuild for libicu 50
|
||||
|
||||
* Sun Jan 20 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.12-1
|
||||
- Update to 0.9.12 upstream release
|
||||
|
||||
* Fri Jan 11 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.11-1
|
||||
- Update to 0.9.11 upstream release
|
||||
|
||||
* Thu Jan 03 2013 Parag Nemade <pnemade AT pnemade DOT com> - 0.9.10-1
|
||||
- Update to 0.9.10 upstream release
|
||||
|
||||
* Thu Dec 06 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.9-1
|
||||
- Update to 0.9.9 upstream release
|
||||
|
||||
* Wed Dec 05 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.8-1
|
||||
- Update to 0.9.8 upstream release
|
||||
|
||||
* Wed Nov 21 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.7-1
|
||||
- Update to 0.9.7 upstream release
|
||||
|
||||
* Wed Nov 14 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.6-1
|
||||
- Update to 0.9.6 upstream release
|
||||
|
||||
* Mon Oct 15 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.5-1
|
||||
- Update to 0.9.5 upstream release
|
||||
|
||||
* Mon Sep 10 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.4-1
|
||||
- Update to 0.9.4 upstream release
|
||||
|
||||
* Sun Aug 19 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.3-1
|
||||
- Update to 0.9.3 upstream release
|
||||
|
||||
* Mon Aug 13 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 0.9.2-1
|
||||
- Update to 0.9.2 upstream release
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Apr 23 2012 Kalev Lember <kalevlember@gmail.com> - 0.6.0-6
|
||||
- Rebuilt for libicu 49
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.6.0-4
|
||||
- Rebuild for new libpng
|
||||
|
||||
* Sat Sep 10 2011 Kalev Lember <kalevlember@gmail.com> - 0.6.0-3
|
||||
- Rebuilt for libicu 4.8
|
||||
|
||||
* Thu Jun 16 2011 Kalev Lember <kalev@smartlink.ee> - 0.6.0-2
|
||||
- Moved hb-view to -devel subpackage (#713126)
|
||||
|
||||
* Tue Jun 14 2011 Kalev Lember <kalev@smartlink.ee> - 0.6.0-1
|
||||
- Initial RPM release
|
208
rpmbuild/SPECS/libabw.spec
Normal file
208
rpmbuild/SPECS/libabw.spec
Normal file
|
@ -0,0 +1,208 @@
|
|||
%global apiversion 0.1
|
||||
|
||||
Name: libabw
|
||||
Version: 0.1.3
|
||||
Release: 7%{?dist}
|
||||
Summary: A library for import of AbiWord files
|
||||
|
||||
License: MPLv2.0
|
||||
URL: https://wiki.documentfoundation.org/DLP/Libraries/libabw
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gperf
|
||||
BuildRequires: help2man
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
%{name} is a library for import of AbiWord files.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation of %{name} API
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
The %{name}-doc package contains documentation files for %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Tools to transform AbiWord files into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform AbiWord files into other formats. Currently
|
||||
supported: XHTML, raw, text.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
# we install API docs directly from build
|
||||
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||
|
||||
# generate and install man pages
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
for tool in abw2html abw2raw abw2text; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 abw2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc CREDITS README
|
||||
%license COPYING.MPL
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
|
||||
%files devel
|
||||
%doc ChangeLog
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
|
||||
%files doc
|
||||
%license COPYING.MPL
|
||||
%doc docs/doxygen/html
|
||||
|
||||
%files tools
|
||||
%{_bindir}/abw2raw
|
||||
%{_bindir}/abw2text
|
||||
%{_bindir}/abw2html
|
||||
%{_mandir}/man1/abw2raw.1*
|
||||
%{_mandir}/man1/abw2text.1*
|
||||
%{_mandir}/man1/abw2html.1*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.3-7
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.3-6
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.1.3-3
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Aug 17 2019 David Tardon <dtardon@redhat.com> - 0.1.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 02 2018 David Tardon <dtardon@redhat.com> - 0.1.2-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.1-14
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.1-12
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.1.1-10
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Sun Aug 30 2015 Jonathan Wakely <jwakely@redhat.com> - 0.1.1-9
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Sun Aug 30 2015 David Tardon <dtardon@redhat.com> - 0.1.1-8
|
||||
- Resolves: rhbz#1258125 fix build with boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.1.1-6
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon May 04 2015 David Tardon <dtardon@redhat.com> - 0.1.1-4
|
||||
- fix two potential crashes
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.1.1-3
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 0.1.1-2
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Sat Dec 20 2014 David Tardon <dtardon@redhat.com> - 0.1.1-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.1.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 0.0.2-2
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Mon Feb 10 2014 David Tardon <dtardon@redhat.com> - 0.0.2-1
|
||||
- new upstream release 0.0.2
|
||||
- generate man pages for the tools
|
||||
|
||||
* Wed Jan 15 2014 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Jan 13 2014 David Tardon <dtardon@redhat.com> - 0.0.0-1
|
||||
- initial import
|
87
rpmbuild/SPECS/libcmis.spec
Normal file
87
rpmbuild/SPECS/libcmis.spec
Normal file
|
@ -0,0 +1,87 @@
|
|||
%global apiversion 0.6
|
||||
|
||||
Name: libcmis
|
||||
Version: 0.6.2
|
||||
Release: %autorelease
|
||||
Summary: A C/C++ client library for CM interfaces
|
||||
|
||||
License: GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1
|
||||
URL: https://github.com/tdf/libcmis
|
||||
Source: https://github.com/tdf/libcmis/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||
# https://github.com/tdf/libcmis/issues/51
|
||||
Patch: libxmis-0.6.2-libxml2-2.12.0-includes.patch
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
LibCMIS is a C/C++ client library for working with CM (content management)
|
||||
interfaces. The primary supported interface (which gave the library its
|
||||
name) is CMIS, which allows applications to connect to any ECM behaving
|
||||
as a CMIS server (Alfresco or Nuxeo are examples of open source ones).
|
||||
Another supported interface is Google Drive.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Command line tool to access CMIS
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
The %{name}-tools package contains a tool for accessing CMIS from the
|
||||
command line.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static --disable-werror \
|
||||
DOCBOOK2MAN='xmlto man'
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
%make_build check
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS
|
||||
%license COPYING.*
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
%{_libdir}/%{name}-c-%{apiversion}.so.*
|
||||
|
||||
%files devel
|
||||
%doc ChangeLog
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_includedir}/%{name}-c-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/%{name}-c-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
%{_libdir}/pkgconfig/%{name}-c-%{apiversion}.pc
|
||||
|
||||
%files tools
|
||||
%{_bindir}/cmis-client
|
||||
%{_mandir}/man1/cmis-client.1*
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
112
rpmbuild/SPECS/libe-book.spec
Normal file
112
rpmbuild/SPECS/libe-book.spec
Normal file
|
@ -0,0 +1,112 @@
|
|||
%global apiversion 0.1
|
||||
|
||||
Name: libe-book
|
||||
Version: 0.1.3
|
||||
Release: %autorelease
|
||||
Summary: A library for import of reflowable e-book formats
|
||||
|
||||
License: MPL-2.0
|
||||
URL: https://sourceforge.net/projects/libebook/
|
||||
Source: http://downloads.sourceforge.net/libebook/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gperf
|
||||
BuildRequires: help2man
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(icu-i18n)
|
||||
BuildRequires: pkgconfig(liblangtag)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
Patch0: 0001-fix-build-with-ICU-68.patch
|
||||
|
||||
%description
|
||||
%{name} is a library for import of reflowable e-book formats.
|
||||
Currently supported are PalmDoc, TealDoc, Plucker eBook, eReader eBook,
|
||||
FictionBook v.2, TCR, zTXT and Broad Band eBook (LRF).
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation of %{name} API
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
The %{name}-doc package contains documentation files for %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Tools to transform e-books into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform e-books into other formats.
|
||||
Currently supported: XHTML, raw, text.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
# we install API docs directly from build
|
||||
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||
|
||||
# generate and install man pages
|
||||
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
for tool in ebook2html ebook2raw ebook2text; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 ebook2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
%make_build check
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
|
||||
%files devel
|
||||
%doc ChangeLog
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
|
||||
%files doc
|
||||
%license COPYING
|
||||
%doc docs/doxygen/html
|
||||
|
||||
%files tools
|
||||
%{_bindir}/ebook2raw
|
||||
%{_bindir}/ebook2text
|
||||
%{_bindir}/ebook2html
|
||||
%{_mandir}/man1/ebook2html.1*
|
||||
%{_mandir}/man1/ebook2raw.1*
|
||||
%{_mandir}/man1/ebook2text.1*
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
118
rpmbuild/SPECS/libeot.spec
Normal file
118
rpmbuild/SPECS/libeot.spec
Normal file
|
@ -0,0 +1,118 @@
|
|||
Name: libeot
|
||||
Version: 0.01
|
||||
Release: 18%{?dist}
|
||||
Summary: A library for parsing Embedded OpenType font files
|
||||
|
||||
License: MPLv2.0
|
||||
URL: https://github.com/umanwizard/libeot
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
%{name} is a library for parsing Embedded OpenType files (Microsoft
|
||||
embedded font "standard") and converting them to other formats.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Tools to transform EOT font files into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform EOT font files into other formats. Only TTF is
|
||||
supported currently.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc PATENTS
|
||||
%license LICENSE
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%files tools
|
||||
%{_bindir}/eot2ttf
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.01-18
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.01-17
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 0.01-14
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed Dec 04 2013 David Tardon <dtardon@redhat.com> - 0.01-1
|
||||
- initial import
|
158
rpmbuild/SPECS/libepubgen.spec
Normal file
158
rpmbuild/SPECS/libepubgen.spec
Normal file
|
@ -0,0 +1,158 @@
|
|||
%global apiversion 0.1
|
||||
|
||||
Name: libepubgen
|
||||
Version: 0.1.1
|
||||
Release: 9%{?dist}
|
||||
Summary: An EPUB generator library
|
||||
|
||||
License: MPLv2.0
|
||||
URL: https://sourceforge.net/projects/libepubgen/
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
%{name} is a library for generating EPUB documents. It is directly
|
||||
pluggable into import filters based on librevenge.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation of %{name} API
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
The %{name}-doc package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
# we install API docs directly from build
|
||||
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
make %{?_smp_mflags} check
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc AUTHORS README NEWS
|
||||
%license COPYING
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
|
||||
%files devel
|
||||
%doc ChangeLog
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
|
||||
%files doc
|
||||
%license COPYING
|
||||
%doc docs/doxygen/html
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.1-9
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.1-8
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sun Jun 03 2018 David Tardon <dtardon@redhat.com> - 0.1.1-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Dec 14 2017 David Tardon <dtardon@redhat.com> - 0.1.0-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Aug 04 2017 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sat Jan 28 2017 Jonathan Wakely <jwakely@redhat.com> - 0.0.0-11
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Jan 18 2016 Jonathan Wakely <jwakely@redhat.com> - 0.0.0-9
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.0.0-8
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.0.0-6
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.0.0-4
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.0.0-3
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jul 05 2014 David Tardon <dtardon@redhat.com> - 0.0.0-1
|
||||
- initial import
|
149
rpmbuild/SPECS/libexttextcat.spec
Normal file
149
rpmbuild/SPECS/libexttextcat.spec
Normal file
|
@ -0,0 +1,149 @@
|
|||
Name: libexttextcat
|
||||
Version: 3.4.5
|
||||
Release: 11%{?dist}
|
||||
Summary: Text categorization library
|
||||
|
||||
License: BSD
|
||||
URL: https://wiki.documentfoundation.org/Libexttextcat
|
||||
Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
%{name} is an N-Gram-Based Text Categorization library primarily
|
||||
intended for language guessing.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Tool for creating custom document fingerprints
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
The %{name}-tools package contains the createfp program that allows
|
||||
you to easily create your own document fingerprints.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static --disable-werror
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc ChangeLog README*
|
||||
%license LICENSE
|
||||
%{_libdir}/%{name}*.so.*
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/%{name}*.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/vala/vapi/libexttextcat.vapi
|
||||
|
||||
%files tools
|
||||
%{_bindir}/createfp
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.4.5-11
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.4.5-10
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 3.4.5-7
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Sep 20 2017 Caolán McNamara <caolanm@redhat.com> 3.4.5-1
|
||||
- latest version
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Fri Jun 27 2014 Caolán McNamara <caolanm@redhat.com> 3.4.4-1
|
||||
- latest version
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Jul 05 2013 Caolán McNamara <caolanm@redhat.com> 3.4.3-1
|
||||
- latest version
|
||||
|
||||
* Thu May 30 2013 David Tardon <dtardon@redhat.com> - 3.4.1-1
|
||||
- new release
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Nov 05 2012 Caolán McNamara <caolanm@redhat.com> 3.4.0-1
|
||||
- latest import
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2012 David Tardon <dtardon@redhat.com> 3.3.1-1
|
||||
- latest import
|
||||
|
||||
* Fri May 25 2012 Caolán McNamara <caolanm@redhat.com> 3.3.0-1
|
||||
- latest version
|
||||
|
||||
* Tue Jan 24 2012 David Tardon <dtardon@redhat.com> 3.2.0-1
|
||||
- initial import
|
|
@ -1,9 +1,8 @@
|
|||
|
||||
%global apiversion 0.18
|
||||
|
||||
Name: libixion
|
||||
Version: 0.18.0
|
||||
Release: 1
|
||||
Version: 0.19.0
|
||||
Release: %autorelease
|
||||
Summary: A general purpose formula parser & interpreter library
|
||||
|
||||
License: MPL-2.0
|
||||
|
@ -136,196 +135,4 @@ make %{?_smp_mflags} check
|
|||
%doc doc/python
|
||||
|
||||
%changelog
|
||||
* Sat Aug 05 2023 Sandino Araico Sánchez <sandino@sandino.net> - 0.18.0-1
|
||||
- 0.18.0 needed for liborcus
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jul 08 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.17.0-12
|
||||
- Rebuilt due to spdlog 1.12 update.
|
||||
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.17.0-11
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 0.17.0-10
|
||||
- Rebuilt for Boost 1.81
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 0.17.0-6
|
||||
- Convert license to SPDX
|
||||
|
||||
* Thu Nov 03 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 0.17.0-5
|
||||
- Rebuilt due to spdlog update.
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.17.0-3
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 0.17.0-2
|
||||
- Rebuilt for Boost 1.78
|
||||
|
||||
* Wed Feb 02 2022 Caolán McNamara <colanm@redhat.com> - 0.17.0-1
|
||||
- new upstream release
|
||||
- TODO: i686 make check failure in python
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Aug 06 2021 Jonathan Wakely <jwakely@redhat.com> - 0.16.1-7
|
||||
- Rebuilt for Boost 1.76
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.16.1-5
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 0.16.1-4
|
||||
- Rebuilt for removed libstdc++ symbol (#1937698)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 0.16.1-2
|
||||
- Rebuilt for Boost 1.75
|
||||
|
||||
* Tue Sep 29 2020 Caolán McNamara <colanm@redhat.com> - 0.16.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Sep 24 2020 Caolán McNamara <colanm@redhat.com> - 0.16.0-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu May 28 2020 Jonathan Wakely <jwakely@redhat.com> - 0.15.0-4
|
||||
- Rebuilt for Boost 1.73
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.15.0-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Tue Aug 20 2019 Caolán McNamara <colanm@redhat.com> - 0.15.0-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.14.1-5
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 0.14.1-2
|
||||
- Rebuilt for Boost 1.69
|
||||
|
||||
* Fri Oct 26 2018 David Tardon <dtardon@redhat.com> - 0.14.1-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Sep 02 2018 David Tardon <dtardon@redhat.com> - 0.14.0-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-4
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.13.0-2
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Wed Oct 11 2017 David Tardon <dtardon@redhat.com> - 0.13.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.12.2-5
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.12.2-3
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.12.2-2
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Thu Dec 15 2016 David Tardon <dtardon@redhat.com> - 0.12.2-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Sep 26 2016 David Tardon <dtardon@redhat.com> - 0.12.1-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Jul 20 2016 David Tardon <dtardon@redhat.com> - 0.12.0-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.1-2
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Thu May 12 2016 David Tardon <dtardon@redhat.com> - 0.11.1-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Mar 11 2016 David Tardon <dtardon@redhat.com> - 0.11.0-2
|
||||
- build python documentation
|
||||
|
||||
* Sun Feb 14 2016 David Tardon <dtardon@redhat.com> - 0.11.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.9.1-7
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.9.1-6
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.9.1-4
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Apr 13 2015 David Tardon <dtardon@redhat.com> - 0.9.1-2
|
||||
- rebuild for yet another C++ ABI break
|
||||
|
||||
* Sun Apr 05 2015 David Tardon <dtardon@redhat.com> - 0.9.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Mar 05 2015 David Tardon <dtardon@redhat.com> - 0.9.0-2
|
||||
- fix python bindings on i386
|
||||
|
||||
* Wed Feb 18 2015 David Tardon <dtardon@redhat.com> - 0.9.0-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.7.0-4
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu May 22 2014 David Tardon <dtardon@redhat.com> - 0.7.0-1
|
||||
- initial import
|
||||
|
||||
%autochangelog
|
||||
|
|
298
rpmbuild/SPECS/libmwaw.spec
Normal file
298
rpmbuild/SPECS/libmwaw.spec
Normal file
|
@ -0,0 +1,298 @@
|
|||
%global apiversion 0.3
|
||||
|
||||
Name: libmwaw
|
||||
Version: 0.3.22
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for import of many old Mac document formats
|
||||
|
||||
License: LGPLv2+ or MPLv2.0
|
||||
URL: https://sourceforge.net/projects/libmwaw/
|
||||
Source: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
|
||||
%description
|
||||
%{name} is a library for import of old Mac documents. It supports many
|
||||
kinds of text documents, spreadsheets, databases, vector and bitmap images.
|
||||
Supported are, for example, documents created by BeagleWorks, ClarisWorks,
|
||||
MacPaint, MacWrite or Microsoft Word for Mac. A full list of supported formats
|
||||
is available at https://sourceforge.net/p/libmwaw/wiki/Home/ .
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation of %{name} API
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
The %{name}-doc package contains documentation files for %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Tools to transform the supported formats into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform the supported document formats into other formats.
|
||||
Supported output formats are CSV, HTML, SVG, plain text and raw.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-werror --disable-zip --enable-docs
|
||||
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
|
||||
%make_build
|
||||
|
||||
export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
help2man -N -n 'convert Mac spreadsheet into CSV' -o mwaw2csv.1 ./src/conv/csv/.libs/mwaw2csv
|
||||
help2man -N -n 'debug the conversion library' -o mwaw2raw.1 ./src/conv/raw/.libs/mwaw2raw
|
||||
help2man -N -n 'convert Mac text document into HTML' -o mwaw2html.1 ./src/conv/html/.libs/mwaw2html
|
||||
help2man -N -n 'convert Mac drawing into SVG' -o mwaw2svg.1 ./src/conv/svg/.libs/mwaw2svg
|
||||
help2man -N -n 'convert Mac text document into plain text' -o mwaw2text.1 ./src/conv/text/.libs/mwaw2text
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
# it seems this tool is only useful on MacOS
|
||||
rm -f %{buildroot}/%{_bindir}/mwawFile
|
||||
|
||||
# rhbz#1001297 we install API docs directly from build
|
||||
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 mwaw2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc CHANGES README
|
||||
%license COPYING.*
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
|
||||
%files devel
|
||||
%doc HACKING
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
|
||||
%files doc
|
||||
%license COPYING.*
|
||||
%doc docs/doxygen/html
|
||||
|
||||
%files tools
|
||||
%{_bindir}/mwaw2csv
|
||||
%{_bindir}/mwaw2html
|
||||
%{_bindir}/mwaw2raw
|
||||
%{_bindir}/mwaw2svg
|
||||
%{_bindir}/mwaw2text
|
||||
%{_mandir}/man1/mwaw2csv.1*
|
||||
%{_mandir}/man1/mwaw2html.1*
|
||||
%{_mandir}/man1/mwaw2raw.1*
|
||||
%{_mandir}/man1/mwaw2svg.1*
|
||||
%{_mandir}/man1/mwaw2text.1*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 28 2024 Renich Bon Ćirić <renich@woralelandia.com> - 1.3.5-1
|
||||
- Update to v0.3.22.
|
||||
|
||||
* Tue Dec 14 2021 Caolán McNamara <caolanm@redhat.com> - 0.3.21-1
|
||||
- rhbz#2031658 merge in fedora 34 changes
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.20-2
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Mon Jul 26 2021 David Tardon <dtardon@redhat.com> - 0.3.20-1
|
||||
- new upstream release
|
||||
|
||||
* Mon May 10 2021 David Tardon <dtardon@redhat.com> - 0.3.19-1
|
||||
- new upstream release
|
||||
|
||||
* Fri May 07 2021 David Tardon <dtardon@redhat.com> - 0.3.18-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.17-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.17-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Sep 21 2020 David Tardon <dtardon@redhat.com> - 0.3.17-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.3.16-2
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Sun Apr 05 2020 David Tardon <dtardon@redhat.com> - 0.3.16-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Apr 18 2019 David Tardon <dtardon@redhat.com> - 0.3.15-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Apr 24 2018 David Tardon <dtardon@redhat.com> - 0.3.14-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Nov 14 2017 David Tardon <dtardon@redhat.com> - 0.3.13-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Jul 15 2017 David Tardon <dtardon@redhat.com> - 0.3.12-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jun 15 2017 David Tardon <dtardon@redhat.com> - 0.3.11-3
|
||||
- Resolves: rhbz#1461763 CVE-2017-9433 Out-of-bounds write in the
|
||||
MsWrd1Parser::readFootnoteCorrespondence function
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Fri Mar 31 2017 David Tardon <dtardon@redhat.com> - 0.3.11-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Jan 30 2017 David Tardon <dtardon@redhat.com> - 0.3.10-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Nov 22 2016 David Tardon <dtardon@redhat.com> - 0.3.9-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jun 16 2016 David Tardon <dtardon@redhat.com> - 0.3.8-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.3.7-2
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Thu Nov 26 2015 David Tardon <dtardon@redhat.com> - 0.3.7-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.3.6-2
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Mon Aug 24 2015 David Tardon <dtardon@redhat.com> - 0.3.6-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.3.5-3
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 16 2015 David Tardon <dtardon@redhat.com> - 0.3.5-1
|
||||
- new upstream release
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.3.4-4
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.3.4-3
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Wed Jan 07 2015 David Tardon <dtardon@redhat.com> - 0.3.4-2
|
||||
- Resolves: fdo#88098 ClarisWorks: import empty starting lines/columns
|
||||
|
||||
* Sun Jan 04 2015 David Tardon <dtardon@redhat.com> - 0.3.4-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Oct 14 2014 David Tardon <dtardon@redhat.com> - 0.3.3-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Wed Aug 13 2014 David Tardon <dtardon@redhat.com> - 0.3.2-1
|
||||
- new upstream release
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.3.1-1
|
||||
- new upstream release
|
||||
|
||||
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 0.2.0-5
|
||||
- rebuild for boost 1.55.0
|
||||
|
||||
* Thu Apr 24 2014 David Tardon <dtardon@redhat.com> - 0.2.0-4
|
||||
- avoid out-of-bounds access
|
||||
- ... and other fixes from upstream 0.2 branch
|
||||
|
||||
* Wed Apr 09 2014 David Tardon <dtardon@redhat.com> - 0.2.0-3
|
||||
- generate man pages
|
||||
|
||||
* Wed Jan 22 2014 David Tardon <dtardon@redhat.com> - 0.2.0-2
|
||||
- update licenses to current (simpler) state
|
||||
|
||||
* Sat Nov 02 2013 David Tardon <dtardon@redhat.com> - 0.2.0-1
|
||||
- new release
|
||||
|
||||
* Mon Sep 09 2013 David Tardon <dtardon@redhat.com> - 0.1.11-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Aug 30 2013 David Tardon <dtardon@redhat.com> - 0.1.10-3
|
||||
- Resolves: rhbz#1001297 duplicate documentation files / potentially conflicting
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Jun 27 2013 David Tardon <dtardon@redhat.com> - 0.1.10-1
|
||||
- new release
|
||||
|
||||
* Tue May 14 2013 David Tardon <dtardon@redhat.com> - 0.1.9-1
|
||||
- new release
|
||||
|
||||
* Tue Apr 30 2013 David Tardon <dtardon@redhat.com> - 0.1.8-1
|
||||
- new upstream release
|
||||
|
||||
* Sat Apr 27 2013 David Tardon <dtardon@redhat.com> - 0.1.7-2
|
||||
- minor fixes
|
||||
|
||||
* Tue Mar 19 2013 David Tardon <dtardon@redhat.com> 0.1.7-1
|
||||
- initial import
|
105
rpmbuild/SPECS/libnumbertext.spec
Normal file
105
rpmbuild/SPECS/libnumbertext.spec
Normal file
|
@ -0,0 +1,105 @@
|
|||
Name: libnumbertext
|
||||
Version: 1.0.6
|
||||
Release: 4%{?dist}
|
||||
Summary: Number to number name and money text conversion library
|
||||
|
||||
#The entire source code is dual license LGPLv3+ or BSD, except for
|
||||
#the data files hr.sor, sr.sor and sh.sor which are tri license
|
||||
#CC-BY-SA or LGPLv3+ or BSD
|
||||
License: (LGPLv3+ or BSD) and (LGPLv3+ or BSD or CC-BY-SA)
|
||||
URL: https://github.com/Numbertext/libnumbertext
|
||||
Source: https://github.com/Numbertext/libnumbertext/releases/download/%{version}/libnumbertext-%{version}.tar.xz
|
||||
|
||||
BuildRequires: autoconf, automake, libtool, gcc-c++
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
|
||||
|
||||
%package devel
|
||||
Requires: libnumbertext = %{version}-%{release}
|
||||
Summary: Files for developing with libnumbertext
|
||||
|
||||
%description devel
|
||||
Includes and definitions for developing with libnumbertext
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -v --install --force
|
||||
%configure --disable-silent-rules --disable-static --disable-werror --with-pic
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%make_install
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog NEWS THANKS
|
||||
%license COPYING
|
||||
%{_bindir}/spellout
|
||||
%{_libdir}/*.so.*
|
||||
%{_datadir}/libnumbertext
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libnumbertext
|
||||
%{_libdir}/pkgconfig/libnumbertext.pc
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.6-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.6-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Aug 08 2020 Caolán McNamara <caolanm@redhat.com> - 1.0.6-1
|
||||
- latest version
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.0.5-5
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Oct 16 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.5-1
|
||||
- latest version
|
||||
|
||||
* Thu Aug 16 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.3-1
|
||||
- latest version
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 12 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.2-3
|
||||
- fix changelog order
|
||||
- remove clean section
|
||||
- set COPYING as license
|
||||
- use LT_INIT
|
||||
|
||||
* Mon Jun 11 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.2-2
|
||||
- clarify extra license option of the sh/sr/hr data files
|
||||
|
||||
* Mon Jun 11 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.2-1
|
||||
- initial version
|
|
@ -1,13 +1,3 @@
|
|||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.5.1)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 2;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global apiversion 0.18
|
||||
|
||||
%if 0%{?rhel}
|
||||
|
@ -207,294 +197,4 @@ make check %{?_smp_mflags}
|
|||
%doc doc/_doxygen/html
|
||||
|
||||
%changelog
|
||||
* Thu Jan 18 2024 Jonathan Wakely <jwakely@redhat.com> - 0.19.2-2
|
||||
- Rebuilt for Boost 1.83
|
||||
|
||||
* Wed Jan 17 2024 Gwyn Ciesla <gwync@protonmail.com> - 0.19.2-1
|
||||
- 0.19.2
|
||||
|
||||
* Wed Aug 23 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.18.1-2
|
||||
- Fix libixion dep
|
||||
|
||||
* Wed Aug 23 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.18.1-1
|
||||
- 0.18.1
|
||||
|
||||
* Tue Jul 25 2023 Sandino Araico Sánchez <sandino@sandino.net> - 0.18.1-1
|
||||
- latest release
|
||||
|
||||
* Tue Jul 25 2023 Sandino Araico Sánchez <sandino@sandino.net> - 0.18.0-1
|
||||
- new upstream release needed for libreoffice 7.6
|
||||
|
||||
* Tue Jul 25 2023 Sandino Araico Sánchez <sandino@sandino.net> - 0.18.0-1
|
||||
- New upstream release needed for libreoffice 7.6
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.17.2-10
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 0.17.2-9
|
||||
- Rebuilt for Boost 1.81
|
||||
|
||||
* Mon Jan 23 2023 Caolán McNamara <caolanm@redhat.com> - 0.17.2-8
|
||||
- inclue cstdint for gcc 13
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 0.17.2-5
|
||||
- Convert license to SPDX
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.17.2-3
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 0.17.2-2
|
||||
- Rebuilt for Boost 1.78
|
||||
|
||||
* Wed Feb 02 2022 Caolán McNamara <caolanm@redhat.com> - 0.17.2-1
|
||||
- Resolves: rhbz#2018620 Update to 0.17.2
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sat Aug 07 2021 Jonathan Wakely <jwakely@redhat.com> - 0.16.1-9
|
||||
- Rebuilt for Boost 1.76
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.16.1-7
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 0.16.1-5
|
||||
- Rebuilt for Boost 1.75
|
||||
|
||||
* Tue Dec 08 2020 Caolán McNamara <caolanm@redhat.com> - 0.16.1-4
|
||||
- fix build without libixion under rhel
|
||||
|
||||
* Wed Dec 02 2020 Caolán McNamara <caolanm@redhat.com> - 0.16.1-3
|
||||
- build without libixion under rhel
|
||||
|
||||
* Mon Oct 19 2020 Jeff Law <law@redhat.com> - 0.16.1-2
|
||||
- Fix missing headers for gcc-11
|
||||
|
||||
* Tue Sep 29 2020 Caolán McNamara <caolanm@redhat.com> - 0.16.1-1
|
||||
- latest release
|
||||
|
||||
* Fri Sep 25 2020 Caolán McNamara <caolanm@redhat.com> - 0.16.0-3
|
||||
- reenable make check
|
||||
|
||||
* Fri Sep 25 2020 Caolán McNamara <caolanm@redhat.com> - 0.16.0-2
|
||||
- replace -DSIZEOF_VOID_P=4 with upstream solution
|
||||
|
||||
* Thu Sep 24 2020 Caolán McNamara <caolanm@redhat.com> - 0.16.0-1
|
||||
- latest release
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.15.3-5
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Thu May 28 2020 Jonathan Wakely <jwakely@redhat.com> - 0.15.3-4
|
||||
- Rebuilt for Boost 1.73
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.15.3-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Nov 02 2019 David Tardon <dtardon@redhat.com> - 0.15.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.15.2-2
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Thu Aug 29 2019 Caolán McNamara <caolanm@redhat.com> - 0.15.2-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Aug 20 2019 Caolán McNamara <caolanm@redhat.com> - 0.15.0-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.14.1-6
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Apr 05 2019 Stephan Bergmann <sbergman@redhat.com> - 0.14.1-4
|
||||
- Replace hard-coded /usr/bin with _bindir macro for flatpak build
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 0.14.1-2
|
||||
- Rebuilt for Boost 1.69
|
||||
|
||||
* Fri Oct 26 2018 David Tardon <dtardon@redhat.com> - 0.14.1-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Sep 02 2018 David Tardon <dtardon@redhat.com> - 0.14.0-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.13.4-2
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Wed Feb 28 2018 David Tardon <dtardon@redhat.com> - 0.13.4-1
|
||||
- new upstream release
|
||||
|
||||
* Sat Feb 17 2018 David Tardon <dtardon@redhat.com> - 0.13.3-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jan 31 2018 David Tardon <dtardon@redhat.com> - 0.13.2-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.13.1-2
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Mon Nov 20 2017 David Tardon <dtardon@redhat.com> - 0.13.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 0.12.1-5
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Wed Feb 15 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.12.1-4
|
||||
- Rebuild for brp-python-bytecompile
|
||||
|
||||
* Tue Feb 07 2017 Björn Esser <besser82@fedoraproject.org> - 0.12.1-3
|
||||
- Rebuilt for Boost 1.63
|
||||
- Fix build and directory ownership
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.12.1-2
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Thu Sep 29 2016 David Tardon <dtardon@redhat.com> - 0.12.1-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Jul 20 2016 David Tardon <dtardon@redhat.com> - 0.11.2-2
|
||||
- rebuild for libixion 0.12
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-1
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Mon Mar 14 2016 David Tardon <dtardon@redhat.com> - 0.11.1-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Mar 08 2016 David Tardon <dtardon@redhat.com> - 0.11.0-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Feb 14 2016 David Tardon <dtardon@redhat.com> - 0.9.2-4
|
||||
- switch to new mdds and libixion
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 0.9.2-2
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Mon Oct 19 2015 David Tardon <dtardon@redhat.com> - 0.9.2-1
|
||||
- rebase to the 0.9.x line
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.7.1-7
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Fri Jul 24 2015 Adam Williamson <awilliam@redhat.com> - 0.7.1-5
|
||||
- rebuild for Boost 1.58 (for f23, for real this time)
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.7.1-4
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Apr 14 2015 David Tardon <dtardon@redhat.com> - 0.7.1-2
|
||||
- rebuild for yet another C++ ABI break
|
||||
|
||||
* Wed Feb 25 2015 David Tardon <dtardon@redhat.com> - 0.7.1-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.7.0-7
|
||||
- include <iostream> in string_pool_test (liborcus-0.7.0-iostream.patch)
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.7.0-6
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu May 29 2014 David Tardon <dtardon@redhat.com> - 0.7.0-3
|
||||
- enable conversion tools
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.7.0-2
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Thu May 22 2014 David Tardon <dtardon@redhat.com> - 0.7.0-1
|
||||
- new upstream release
|
||||
|
||||
* Mon May 05 2014 Jaromir Capik <jcapik@redhat.com> - 0.5.1-7
|
||||
- add support for ppc64le
|
||||
|
||||
* Wed Jan 22 2014 David Tardon <dtardon@redhat.com> - 0.5.1-6
|
||||
- add support for aarch64
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2013 pmachata@redhat.com - 0.5.1-4
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Mon Jun 10 2013 David Tardon <dtardon@redhat.com> - 0.5.1-3
|
||||
- trivial changes
|
||||
|
||||
* Tue May 28 2013 David Tardon <dtardon@redhat.com> - 0.5.1-2
|
||||
- build orcus-zip-dump too
|
||||
|
||||
* Mon May 06 2013 David Tardon <dtardon@redhat.com> - 0.5.1-1
|
||||
- new release
|
||||
|
||||
* Fri Feb 15 2013 Stephan Bergmannn <sbergman@redhat.com> - 0.3.0-5
|
||||
- missing boost include
|
||||
|
||||
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.0-4
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.0-3
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Sat Dec 08 2012 David Tardon <dtardon@redhat.com> - 0.3.0-2
|
||||
- a pointless release bump
|
||||
|
||||
* Fri Dec 07 2012 David Tardon <dtardon@redhat.com> - 0.3.0-1
|
||||
- new release
|
||||
|
||||
* Sun Sep 09 2012 David Tardon <dtardon@redhat.com> - 0.1.0-1
|
||||
- initial import
|
||||
|
||||
## END: Generated by rpmautospec
|
||||
%autochangelog
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# download path contains version without the last (fourth) digit
|
||||
%global libo_version 24.2.5
|
||||
%global libo_version 24.8.1
|
||||
# Should contain .alphaX / .betaX, if this is pre-release (actually
|
||||
# pre-RC) version. The pre-release string is part of tarball file names,
|
||||
# so we need a way to define it easily at one place.
|
||||
|
@ -53,6 +53,7 @@
|
|||
%if 0%{?rhel} && 0%{?rhel} < 10
|
||||
%bcond_with kf5
|
||||
%bcond_with kf6
|
||||
%bcond_without gcc12
|
||||
%endif
|
||||
|
||||
# KDE Plasma 5 integration only for Fedora
|
||||
|
@ -78,7 +79,7 @@ Summary: Free Software Productivity Suite
|
|||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.2
|
||||
Release: 5+gob.mx1.4%{?dist}
|
||||
Release: 6+gob.mx1.5.1%{?dist}
|
||||
|
||||
# default new files are: MPLv2
|
||||
# older files are typically: MPLv2 incorporating work under ASLv2
|
||||
|
@ -112,7 +113,7 @@ Source11: %{external_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zi
|
|||
# with system provided hsqldb without major hacking.
|
||||
Source12: %{external_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
|
||||
Source13: %{external_url}/../extern/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf
|
||||
Source14: %{external_url}/Java-WebSocket-1.5.4.tar.gz
|
||||
Source14: %{external_url}/Java-WebSocket-1.5.6.tar.gz
|
||||
|
||||
# Fonts GMX (gob.mx)
|
||||
Source21: https://repos.libreoffice.gob.mx/src/gmx-fonts.tar.gz
|
||||
|
@ -123,7 +124,7 @@ Source24: %{external_url}/c74b7223abe75949b4af367942d96c7a-crosextrafonts-
|
|||
Source25: %{external_url}/33e1e61fab06a547851ed308b4ffef42-dejavu-fonts-ttf-2.37.zip
|
||||
Source26: %{external_url}/1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip
|
||||
Source27: %{external_url}/liberation-narrow-fonts-ttf-1.07.6.tar.gz
|
||||
Source28: %{external_url}/liberation-fonts-ttf-2.1.4.tar.gz
|
||||
Source28: %{external_url}/liberation-fonts-ttf-2.1.5.tar.gz
|
||||
Source29: %{external_url}/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
|
||||
Source30: %{external_url}/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz
|
||||
Source31: %{external_url}/noto-fonts-20171024.tar.gz
|
||||
|
@ -151,18 +152,19 @@ Source48: https://raw.githubusercontent.com/gnome-design-team/gnome-icons/
|
|||
# New fonts required in 24.2
|
||||
Source49: %{external_url}/NotoKufiArabic-v2.109.zip
|
||||
Source50: %{external_url}/NotoNaskhArabic-v2.019.zip
|
||||
Source51: %{external_url}/NotoSans-v2.012.zip
|
||||
Source51: %{external_url}/NotoSans-v2.013.zip
|
||||
Source52: %{external_url}/NotoSansArabic-v2.010.zip
|
||||
Source53: %{external_url}/NotoSansArmenian-v2.008.zip
|
||||
Source54: %{external_url}/NotoSansGeorgian-v2.003.zip
|
||||
Source54: %{external_url}/NotoSansGeorgian-v2.005.zip
|
||||
Source55: %{external_url}/NotoSansHebrew-v3.001.zip
|
||||
Source56: %{external_url}/NotoSansLao-v2.003.zip
|
||||
Source57: %{external_url}/NotoSansLisu-v2.102.zip
|
||||
Source58: %{external_url}/NotoSerif-v2.012.zip
|
||||
Source58: %{external_url}/NotoSerif-v2.013.zip
|
||||
Source59: %{external_url}/NotoSerifArmenian-v2.008.zip
|
||||
Source60: %{external_url}/NotoSerifGeorgian-v2.003.zip
|
||||
Source61: %{external_url}/NotoSerifHebrew-v2.004.zip
|
||||
Source62: %{external_url}/NotoSerifLao-v2.003.zip
|
||||
Source63: %{external_url}/ReemKufi-1.7.zip
|
||||
|
||||
# Diccionarios
|
||||
Source66: %{source_url}/libreoffice-dictionaries-%{version}%{?libo_prerelease}%{?libo_buildfix}.tar.xz
|
||||
|
@ -279,7 +281,7 @@ BuildRequires: %{libo_python_executable}
|
|||
#BuildRequires: gdb
|
||||
|
||||
# libs / headers - conditional
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 10
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||
BuildRequires: pkgconfig(libe-book-0.1)
|
||||
%endif
|
||||
|
||||
|
@ -296,6 +298,7 @@ BuildRequires: kf5-kwindowsystem-devel
|
|||
|
||||
%if %{with kf6}
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtmultimedia-devel
|
||||
BuildRequires: kf6-kconfig-devel
|
||||
BuildRequires: kf6-kcoreaddons-devel
|
||||
BuildRequires: kf6-ki18n-devel
|
||||
|
@ -331,6 +334,7 @@ BuildRequires: dejavu-serif-fonts
|
|||
BuildRequires: google-carlito-fonts
|
||||
BuildRequires: google-rubik-fonts
|
||||
BuildRequires: google-crosextra-caladea-fonts
|
||||
BuildRequires: google-noto-sans-hebrew-fonts
|
||||
# Amiri used in vcl/qa/cppunit tests
|
||||
BuildRequires: amiri-fonts
|
||||
BuildRequires: amiri-quran-fonts
|
||||
|
@ -341,14 +345,13 @@ BuildRequires: liberation-serif-fonts
|
|||
BuildRequires: linux-libertine-fonts
|
||||
|
||||
# Libreoffice 24.2 requiere gcc 12
|
||||
%if %{with gcc12}
|
||||
BuildRequires: gcc-toolset-12
|
||||
# Esta macro habilita el toolset de gcc 12
|
||||
%enable_devtoolset12
|
||||
#Con esta liga simbólica jala el pluguín de annobin
|
||||
# cd /opt/rh/gcc-toolset-12/root/usr/lib/gcc/x86_64-redhat-linux/12/plugin/
|
||||
# ln -svf gts-gcc-annobin.so gcc-annobin.so
|
||||
BuildRequires: gcc-toolset-12-annobin-symlink
|
||||
|
||||
%endif
|
||||
|
||||
Requires: %{name}-writer%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-calc%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
@ -365,33 +368,19 @@ Patch0: 0001-don-t-suppress-crashes.patch
|
|||
Patch1: 0001-disble-tip-of-the-day-dialog-by-default.patch
|
||||
# rhbz#1736810 disable opencl by default again
|
||||
Patch2: 0001-Resolves-rhbz-1432468-disable-opencl-by-default.patch
|
||||
# backported
|
||||
Patch3: 0001-default-to-sifr-for-gnome-light-mode.patch
|
||||
# backported
|
||||
Patch4: py313.patch
|
||||
# not upstreamed
|
||||
# fix FTB in ppc64le from sharkcz
|
||||
# https://lists.freedesktop.org/archives/libreoffice/2023-August/090870.html
|
||||
Patch11: lo-7.6-ppc64le-tests.patch
|
||||
# icu 74 compatibility patch, from gentoo, via arch linux
|
||||
# https://bugs.gentoo.org/917618
|
||||
# https://bugs.documentfoundation.org/show_bug.cgi?id=158108
|
||||
Patch12: libreoffice-7.5.8.2-icu-74-compatibility.patch
|
||||
Patch12: cflags.patch
|
||||
|
||||
# Parches para CentOS 9
|
||||
# ICE
|
||||
#Patch11: 0001-workaround-x86-ICE-with-gcc-12.patch
|
||||
#Patch12: 0001-s390x-canvas-test-fails.patch
|
||||
#Patch13: 0001-tdf-144862-use-resolution-independent-positions-for-.patch
|
||||
# ICU
|
||||
#Patch14: 0001-unistr.patch
|
||||
# gpgme
|
||||
Patch15: 0001-gpgme.patch
|
||||
# Patches for CentOS 9
|
||||
Patch15: CentOS-9-std-strcmp.patch
|
||||
|
||||
# Patchset gob.mx 1.3
|
||||
Patch21: libreoffice-24.2.5.2+gobmx1.4-patchset.patch
|
||||
# Patchset gob.mx 1.5
|
||||
Patch21: libreoffice-24.8.1.2+gobmx1.5.1-patchset.patch
|
||||
|
||||
Patch500: 0001-disable-libe-book-support.patch
|
||||
#Patch500: 0001-disable-libe-book-support.patch
|
||||
# https://lists.freedesktop.org/archives/libreoffice/2023-September/090948.html
|
||||
Patch501: kahansum_test_fix_for_aarc64_s390x.patch
|
||||
|
||||
|
@ -1606,10 +1595,10 @@ rm -rf git-hooks */git-hooks
|
|||
mv -f redhat.soc extras/source/palettes/standard.soc
|
||||
|
||||
# apply patches
|
||||
%autopatch -p1 -M 99
|
||||
%if 0%{?rhel}
|
||||
%patch -P 500 -p1
|
||||
%endif
|
||||
%autopatch -p1
|
||||
#if ! (0%{?fedora} || 0%{?rhel} >= 10)
|
||||
#patch -P 500 -p1
|
||||
#endif
|
||||
|
||||
%ifarch aarch64 s390x ppc64le
|
||||
%patch -P 501 -p1
|
||||
|
@ -1640,6 +1629,7 @@ sed -i -e /CppunitTest_desktop_lib/d desktop/Module_desktop.mk
|
|||
sed -i -e /CppunitTest_vcl_png_test/d vcl/Module_vcl.mk
|
||||
# https://bugs.documentfoundation.org/show_bug.cgi?id=159211
|
||||
sed -i -e /CppunitTest_sd_png_export_tests/d sd/Module_sd.mk
|
||||
sed -i -e /CppunitTest_sw_core_text/d sw/Module_sw.mk
|
||||
%endif
|
||||
%ifarch riscv64
|
||||
# Failed test on RV64
|
||||
|
@ -1647,17 +1637,13 @@ sed -i -e /CppunitTest_sd_png_export_tests/d sd/Module_sd.mk
|
|||
sed -i -e s/CustomTarget_uno_test// testtools/Module_testtools.mk
|
||||
sed -i -e s/CppunitTest_sw_macros_test// sw/Module_sw.mk
|
||||
# https://bugs.documentfoundation.org/show_bug.cgi?id=152943
|
||||
sed -i -e s/CppunitTest_sc_ucalc_formula2// sc/Module_sc.mk
|
||||
sed -i -e s/CppunitTest_sc_ucalc_formula2// sc/Module_sc.mCppunitTest_sw_layoutwriter2k
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
%if 0%{?rhel} >= 10
|
||||
# Test already limited to x86, also fails with x86-64-v3
|
||||
sed -i -e 's/defined X86_64/0/' sc/qa/unit/functions_array.cxx
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel}
|
||||
# Pruebas unitarias que fallan en 24.2.0.1
|
||||
sed -i -e /CppunitTest_sc_ucalc_formula\ /d sc/Module_sc.mk
|
||||
sed -i -e /CppunitTest_sdext_pdfimport/d sdext/Module_sdext.mk
|
||||
sed -i -e /CppunitTest_sw_core_layout/d sw/Module_sw.mk
|
||||
sed -i -e /CppunitTest_sw_htmlimport/d sw/Module_sw.mk
|
||||
sed -i -e /CppunitTest_sw_layoutwriter/d sw/Module_sw.mk # Se borran todas, 1 2 y 3
|
||||
sed -i -e /CppunitTest_sw_uiwriter6/d sw/Module_sw.mk
|
||||
%endif
|
||||
|
||||
# Pruebas que fallan al poner la opción --with-product-name=Office
|
||||
|
@ -1667,28 +1653,35 @@ sed -i -e /CppunitTest_sc_subsequent_export_test4/d sc/Module_sc.mk
|
|||
#see rhbz#2072615
|
||||
rm -f vcl/qa/cppunit/graphicfilter/data/tiff/fail/CVE-2017-9936-1.tiff
|
||||
|
||||
%if 0%{?rhel}
|
||||
# Pruebas unitarias que fallan en 24.8.0
|
||||
sed -i -e s/CppunitTest_basic_macros// basic/Module_basic.mk
|
||||
sed -i -e /CppunitTest_sc_tiledrendering\ /d sc/Module_sc.mk
|
||||
sed -i -e /CppunitTest_sw_tiledrendering\ /d sw/Module_sw.mk
|
||||
sed -i -e /CppunitTest_sw_htmlimpor/d sw/Module_sw.mk
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel}
|
||||
# Pruebas unitarias que fallaban en CentOS 8
|
||||
#sed -i -e /CppunitTest_i18nlangtag_test_languagetag/d i18nlangtag/Module_i18nlangtag.mk
|
||||
#sed -i -e /CppunitTest_i18npool_test_breakiterator/d i18npool/Module_i18npool.mk
|
||||
#sed -i -e /CppunitTest_vcl_text/d vcl/Module_vcl.mk
|
||||
#sed -i -e /CppunitTest_writerperfect_writer/d writerperfect/Module_writerperfect.mk
|
||||
# Pruebas unitarias que fallaban en 7.4.6
|
||||
#sed -i -e /CppunitTest_writerperfect_writer/d writerperfect/Module_writerperfect.mk
|
||||
# Pruebas unitarias que fallaban desde 7.4.6
|
||||
#sed -i -e /CppunitTest_dbaccess_dialog_save/d dbaccess/Module_dbaccess.mk
|
||||
#sed -i -e /CppunitTest_dbaccess_empty_stdlib_save/d dbaccess/Module_dbaccess.mk
|
||||
sed -i -e /CppunitTest_sdext_pdfimport/d sdext/Module_sdext.mk
|
||||
sed -i -e /CppunitTest_sw_uiwriter6/d sw/Module_sw.mk
|
||||
# Pruebas unitarias que fallaban en 7.5.0
|
||||
sed -i -e /CppunitTest_sw_core_layout/d sw/Module_sw.mk
|
||||
# Pruebas unitarias que fallaban en 7.5.1
|
||||
# Pruebas unitarias que fallaban desde 7.5.1
|
||||
sed -i -e /CppunitTest_sw_layoutwriter2/d sw/Module_sw.mk
|
||||
# Pruebas unitarias que fallan en la 7.5.5
|
||||
sed -i -e /CppunitTest_sw_layoutwriter\\s/d sw/Module_sw.mk
|
||||
# Pruebas unitarias que fallan en la 7.6.0
|
||||
# Pruebas unitarias que fallaban desde 7.5.0
|
||||
sed -i -e /CppunitTest_sw_core_layout/d sw/Module_sw.mk
|
||||
# Pruebas unitarias que fallan desde 7.5.5
|
||||
sed -i -e /CppunitTest_sw_layoutwriter\ /d sw/Module_sw.mk
|
||||
# Pruebas unitarias que fallan desde 7.6.0
|
||||
#sed -i -e /CppunitTest_sc_tiledrendering/d sc/Module_sc.mk
|
||||
sed -i -e /CppunitTest_sc_ucalc_formula\\s/d sc/Module_sc.mk
|
||||
# Pruebas unitarias que fallan en la 7.6.2
|
||||
sed -i -e /CppunitTest_sw_htmlimport/d sw/Module_sw.mk
|
||||
sed -i -e /CppunitTest_sc_ucalc_formula\ /d sc/Module_sc.mk
|
||||
# Pruebas unitarias que fallan desde 7.6.2
|
||||
sed -i -e /CppunitTest_sw_layoutwriter3/d sw/Module_sw.mk
|
||||
# Pruebas que fallan al poner la opción --with-product-name=Office
|
||||
sed -i -e /CppunitTest_sc_subsequent_export_test2/d sc/Module_sc.mk
|
||||
|
@ -1700,8 +1693,14 @@ sed -i -e /CppunitTest_vcl_text/d vcl/Module_vcl.mk
|
|||
|
||||
# Failing on multiple arches
|
||||
sed -i -e /CppunitTest_svgio/d svgio/Module_svgio.mk
|
||||
sed -i -e /CppunitTest_sw_layoutwriter3/d sw/Module_sw.mk
|
||||
|
||||
%build
|
||||
# activate gcc-12 if required
|
||||
%if %{with gcc12}
|
||||
source /opt/rh/gcc-toolset-12/enable
|
||||
%endif
|
||||
|
||||
# path to external tarballs
|
||||
EXTSRCDIR=`dirname %{SOURCE0}`
|
||||
|
||||
|
@ -1733,8 +1732,9 @@ export CXXFLAGS="$ARCH_FLAGS -I%{_includedir}/zxcvbn -I%{_includedir}/KF6/KConfi
|
|||
%define with_lang --with-lang='%{langpack_langs}'
|
||||
%endif
|
||||
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
#aclocal -I m4
|
||||
#autoconf
|
||||
|
||||
SMP_MFLAGS=%{?_smp_mflags}
|
||||
SMP_MFLAGS=$[${SMP_MFLAGS/-j/}]
|
||||
|
||||
|
@ -1742,8 +1742,8 @@ SMP_MFLAGS=$[${SMP_MFLAGS/-j/}]
|
|||
%define flatpakoptions --with-beanshell-jar=/app/share/java/bsh.jar --with-boost-libdir=%{_libdir} --with-external-dict-dir=/app/share/hunspell --with-external-hyph-dir=/app/share/hyphen --with-external-thes-dir=/app/share/mythes --with-flute-jar=/app/share/java/flute.jar --with-jdk-home=/app/lib/jvm/java --with-jfreereport-jar=/app/share/java/flow-engine.jar --with-libbase-jar=/app/share/java/libbase.jar --with-libfonts-jar=/app/share/java/libfonts.jar --with-libformula-jar=/app/share/java/libformula.jar --with-liblayout-jar=/app/share/java/liblayout.jar --with-libloader-jar=/app/share/java/libloader.jar --with-librepository-jar=/app/share/java/librepository.jar --with-libserializer-jar=/app/share/java/libserializer.jar --with-libxml-jar=/app/share/java/libxml.jar --with-sac-jar=/app/share/java/sac.jar FIREBIRDCONFIG=%{_libdir}/fb_config QT4INC=%{_includedir}
|
||||
%endif
|
||||
|
||||
%define gobmxoptions --with-branding=custom_images --with-product-name=Office --disable-community-flavor --with-myspell-dicts
|
||||
#define gobmxoptions --with-branding=custom_images --disable-community-flavor
|
||||
%define gobmxoptions --with-branding=custom_images --with-product-name=Office --disable-community-flavor --with-myspell-dicts
|
||||
#define gobmxoptions --with-branding=custom_images --disable-community-flavor
|
||||
|
||||
# TODO: enable coinmp?
|
||||
# avoid running autogen.sh on make
|
||||
|
@ -1949,7 +1949,7 @@ popd
|
|||
rm -vf %{buildroot}%{baseinstdir}/program/resource/common/fonts/*ttf
|
||||
rm -vf %{buildroot}%{baseinstdir}/share/fonts/truetype/*.ttf
|
||||
rm -vf %{buildroot}%{baseinstdir}/share/fonts/truetype/*.otf
|
||||
|
||||
|
||||
# move platform-independent data into shared dir
|
||||
install -m 0755 -d %{buildroot}%{datadir}
|
||||
rm -f %{buildroot}%{baseinstdir}/CREDITS.fodt %{buildroot}%{baseinstdir}/LICENSE* %{buildroot}%{baseinstdir}/NOTICE
|
||||
|
@ -2226,7 +2226,6 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
|||
%{baseinstdir}/program/libchart*lo.so
|
||||
%{baseinstdir}/program/libclewlo.so
|
||||
%{baseinstdir}/program/libcmdmaillo.so
|
||||
%{baseinstdir}/program/libcollator_data.so
|
||||
%{baseinstdir}/program/libcomphelper.so
|
||||
%{baseinstdir}/program/libconfigmgrlo.so
|
||||
%{baseinstdir}/program/libcppcanvaslo.so
|
||||
|
@ -2242,10 +2241,7 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
|||
%{baseinstdir}/program/libdeployment.so
|
||||
%{baseinstdir}/program/libdeploymentgui.so
|
||||
%{baseinstdir}/program/libdeploymentmisclo.so
|
||||
%{baseinstdir}/program/libdesktop_detectorlo.so
|
||||
%{baseinstdir}/program/libdesktopbe1lo.so
|
||||
%{baseinstdir}/program/libdict_ja.so
|
||||
%{baseinstdir}/program/libdict_zh.so
|
||||
%{baseinstdir}/program/libdlgprovlo.so
|
||||
%{baseinstdir}/program/libdocmodello.so
|
||||
%{baseinstdir}/program/libdrawinglayerlo.so
|
||||
|
@ -2259,7 +2255,6 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
|||
%{baseinstdir}/program/libfps_officelo.so
|
||||
%{baseinstdir}/program/libfwklo.so
|
||||
%{baseinstdir}/program/libicglo.so
|
||||
%{baseinstdir}/program/libindex_data.so
|
||||
%{baseinstdir}/program/libfilelo.so
|
||||
%{baseinstdir}/program/libfilterconfiglo.so
|
||||
%{baseinstdir}/program/libflatlo.so
|
||||
|
@ -2333,7 +2328,6 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
|||
%{baseinstdir}/program/libswdlo.so
|
||||
%{baseinstdir}/program/libswlo.so
|
||||
%{baseinstdir}/program/libsysshlo.so
|
||||
%{baseinstdir}/program/libtextconv_dict.so
|
||||
%{baseinstdir}/program/libtextconversiondlgslo.so
|
||||
%{baseinstdir}/program/libtextfdlo.so
|
||||
%{baseinstdir}/program/libtklo.so
|
||||
|
@ -2609,8 +2603,6 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
|||
%{baseinstdir}/program/libpdfimportlo.so
|
||||
%{baseinstdir}/program/xpdfimport
|
||||
%{baseinstdir}/share/registry/pdfimport.xcd
|
||||
%dir %{baseinstdir}/share/xpdfimport
|
||||
%{baseinstdir}/share/xpdfimport/xpdfimport_err.pdf
|
||||
|
||||
%_font_pkg -n %{fontname} opens___.ttf
|
||||
%doc instdir/LICENSE
|
||||
|
@ -2676,7 +2668,7 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
|||
%{baseinstdir}/program/libswuilo.so
|
||||
%{baseinstdir}/program/libt602filterlo.so
|
||||
%{baseinstdir}/program/libwpftwriterlo.so
|
||||
%{baseinstdir}/program/libwriterfilterlo.so
|
||||
%{baseinstdir}/program/libsw_writerfilterlo.so
|
||||
%{baseinstdir}/program/libwriterlo.so
|
||||
%{baseinstdir}/program/libvbaswobjlo.so
|
||||
%{baseinstdir}/share/registry/writer.xcd
|
||||
|
@ -2940,6 +2932,52 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_includedir}/LibreOfficeKit
|
||||
|
||||
%changelog
|
||||
* Thu Sep 19 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.1.2-6+gob.mx1.5.1
|
||||
- Merge gob.mx-1.5.1-24.8.1.2-fc39
|
||||
|
||||
* Wed Sep 18 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.1.2-5
|
||||
- Backport 24.8.1.2 to CentOS 9
|
||||
|
||||
* Tue Sep 17 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.1.2-4+gob.mx1.5.1
|
||||
- Merge 24.8.1.2-fc39
|
||||
- Merge gob.mx-1.5.1-24.8.1.2-fc40
|
||||
|
||||
* Sat Sep 14 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.1.2-3
|
||||
- Backport 24.8.1.2 to Fedora 39
|
||||
|
||||
* Sat Sep 14 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.1.2-2+gob.mx1.5.1
|
||||
- Merge 24.8.1.2-fc40
|
||||
- Parche gob.mx 1.5.1
|
||||
|
||||
* Thu Sep 12 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.0.3-9+gob.mx1.5
|
||||
- Backport 24.8.0.3 + gob.mx 1.5 to CentOS 9
|
||||
|
||||
* Wed Sep 11 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.8.1.2-1
|
||||
- 24.8.1.2
|
||||
|
||||
* Tue Sep 10 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.0.3-8
|
||||
- Backport 24.8.0.3 to CentOS 9
|
||||
|
||||
* Mon Sep 09 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.0.3-7+gob.mx1.5
|
||||
- Backport 24.8.0.3 + gob.mx 1.5 to Fedora 39
|
||||
|
||||
* Mon Sep 09 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.0.3-6
|
||||
- Backport 24.8.0.3 to Fedora 39
|
||||
|
||||
* Sun Sep 08 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.0.3-5+gob.mx1.5
|
||||
- Actualización del parche gob.mx 1.5
|
||||
|
||||
* Sun Sep 08 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.0.3-4+gob.mx1.4
|
||||
- Merge 24.8.0.3-fc40
|
||||
- Actualización del parche gob.mx 1.4
|
||||
- Actualización d eversiones de fonts
|
||||
|
||||
* Fri Sep 06 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.8.0.3-3
|
||||
- 24.8.0.3
|
||||
|
||||
* Fri Aug 30 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.8.0.3-2
|
||||
- RPMAUTOSPEC: unresolvable merge
|
||||
|
||||
* Fri Aug 02 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.5.2-5+gob.mx1.4
|
||||
- Backport to CentOS 9
|
||||
|
||||
|
@ -2964,6 +3002,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
- NotoNaskhArabic-v2.019.zip
|
||||
- NotoSansHebrew-v3.001.zip
|
||||
|
||||
* Wed Jul 24 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.5.2-2
|
||||
- Backport to Fedora 39
|
||||
|
||||
* Thu Jul 11 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.2.5.2-1
|
||||
- 24.2.5.2
|
||||
|
||||
|
@ -3018,7 +3059,7 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
- Disabled kf6 dependency on fedora < 40
|
||||
|
||||
* Fri Jun 21 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.1.2-9+gob.mx1.2
|
||||
- Rebuild
|
||||
- Rebuild
|
||||
|
||||
* Fri Jun 21 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.3.2-2
|
||||
- Backport to Fedora 39
|
||||
|
@ -3237,8 +3278,8 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
- 7.6.0.3 (versión release de libreoffice.org)
|
||||
|
||||
* Fri Aug 18 2023 Sandino Araico Sánchez <sandino@sandino.net> - 1:7.5.5.2-5+gob.mx
|
||||
- Actualización de parches de gob.mx
|
||||
- Acuerdo de licenciamiento de fuentes GMX
|
||||
- Actualización de parches de gob.mx
|
||||
- Acuerdo de licenciamiento de fuentes GMX
|
||||
|
||||
* Thu Aug 17 2023 Sandino Araico Sánchez <sandino@sandino.net> - 1:7.5.5.2-4+gob.mx
|
||||
- Se cambió la ruta de gmx-fonts a /usr/share/fonts/gmx
|
||||
|
@ -6055,4 +6096,3 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
* Wed Sep 29 2010 Caolán McNamara <caolanm@redhat.com> 3.2.99.1-1
|
||||
- initial import of the leviathan
|
||||
|
||||
## END: Generated by rpmautospec
|
||||
|
|
165
rpmbuild/SPECS/libstaroffice.spec
Normal file
165
rpmbuild/SPECS/libstaroffice.spec
Normal file
|
@ -0,0 +1,165 @@
|
|||
%global apiversion 0.0
|
||||
|
||||
Name: libstaroffice
|
||||
Version: 0.0.7
|
||||
Release: 5%{?dist}
|
||||
Summary: A library for import of binary StarOffice documents
|
||||
|
||||
License: MPLv2.0 or LGPLv2+
|
||||
URL: https://github.com/fosnola/libstaroffice/wiki
|
||||
Source: https://github.com/fosnola/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
%{name} is a library for import of binary StarOffice documents.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation of %{name} API
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
The %{name}-doc package contains documentation files for %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Tools to transform StarOffice documents into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform StarOffice documents into other formats. Currently
|
||||
supported: CSV, HTML, plain text, SVG, raw.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-silent-rules --enable-zip
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
# rhbz#1001245 we install API docs directly from build
|
||||
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||
|
||||
# generate and install man pages
|
||||
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
for tool in sd2raw sd2svg sd2text sdc2csv sdw2html; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 sd2*.1 sd?2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc CREDITS NEWS README
|
||||
%license COPYING.LGPL COPYING.MPL
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
|
||||
%files devel
|
||||
%doc ChangeLog
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
|
||||
%files doc
|
||||
%license COPYING.LGPL COPYING.MPL
|
||||
%doc docs/doxygen/html
|
||||
|
||||
%files tools
|
||||
%{_bindir}/sdw2html
|
||||
%{_bindir}/sd2raw
|
||||
%{_bindir}/sd2svg
|
||||
%{_bindir}/sd2text
|
||||
%{_bindir}/sdc2csv
|
||||
%{_mandir}/man1/sdw2html.1*
|
||||
%{_mandir}/man1/sd2raw.1*
|
||||
%{_mandir}/man1/sd2svg.1*
|
||||
%{_mandir}/man1/sd2text.1*
|
||||
%{_mandir}/man1/sdc2csv.1*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.7-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.7-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sun Apr 05 2020 David Tardon <dtardon@redhat.com> - 0.0.7-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Apr 26 2018 David Tardon <dtardon@redhat.com> - 0.0.6-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Nov 07 2017 David Tardon <dtardon@redhat.com> - 0.0.5-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Jul 16 2017 David Tardon <dtardon@redhat.com> - 0.0.4-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jun 06 2017 David Tardon <dtardon@redhat.com> - 0.0.3-3
|
||||
- Resolves: rhbz#1458800 CVE-2017-9432 Stack-buffer overflow in the
|
||||
StarWriterStruct::DatabaseName::read
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Wed Feb 22 2017 David Tardon <dtardon@redhat.com> - 0.0.3-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Aug 11 2016 David Tardon <dtardon@redhat.com> - 0.0.2-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 11 2016 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
||||
- initial import
|
325
rpmbuild/SPECS/linux-libertine-fonts.spec
Normal file
325
rpmbuild/SPECS/linux-libertine-fonts.spec
Normal file
|
@ -0,0 +1,325 @@
|
|||
# Packaging template: multi-family fonts packaging.
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# This template documents spec declarations, used when packaging multiple font
|
||||
# families, from a single dedicated source archive. The source rpm is named
|
||||
# after the first (main) font family). Look up “fonts-3-sub” when the source
|
||||
# rpm needs to be named some other way.
|
||||
#
|
||||
# It is part of the following set of packaging templates:
|
||||
# “fonts-0-simple”: basic single-family fonts packaging
|
||||
# “fonts-1-full”: less common patterns for single-family fonts packaging
|
||||
# “fonts-2-multi”: multi-family fonts packaging
|
||||
# “fonts-3-sub”: packaging fonts, released as part of something else
|
||||
#
|
||||
%global posttag 2012_07_02
|
||||
|
||||
Version: 5.3.0
|
||||
Release: 30.%{posttag}%{?dist}
|
||||
URL: http://linuxlibertine.sf.net
|
||||
BuildRequires: fonts-rpm-macros >= 1:2.0.5
|
||||
|
||||
|
||||
# The following declarations will be aliased to [variable]0 and reused for all
|
||||
# generated *-fonts packages unless overriden by a specific [variable][number]
|
||||
# declaration.
|
||||
%global foundry linux-libertine
|
||||
%global fontlicense GPL-2.0-or-later WITH Font-exception-2.0 OR OFL-1.1
|
||||
%global fontlicenses OFL-1.1.txt GPL.txt LICENCE.txt
|
||||
%global fontdocs ToDo.txt Readme-TEX.txt README ChangeLog.txt Bugs.txt
|
||||
%global fontdocsex %{fontlicenses}
|
||||
|
||||
# A text block that can be reused as part of the description of each generated
|
||||
# subpackage.
|
||||
%global common_description %{expand:
|
||||
The Linux Libertine Open Fonts are a TrueType font family for practical use in documents. They were created to provide a free alternative to proprietary standard fonts.
|
||||
}
|
||||
|
||||
# Declaration for the subpackage containing the first font family. Also used as
|
||||
# source rpm info. All the [variable]0 declarations are equivalent and aliased
|
||||
# to [variable].
|
||||
|
||||
%global fontfamily0 Linux Libertine
|
||||
%global fontsummary0 Linux Libertine Open Fonts
|
||||
%global fontpkgheader0 %{expand:
|
||||
Obsoletes: linux-libertine-fonts-common < 5.3.0-25
|
||||
Provides: linux-libertine-fonts-common = %{version}-%{release}
|
||||
}
|
||||
%global fonts0 LinLibertine_RZ.otf LinLibertine_RZI.otf LinLibertine_R.otf LinLibertine_RI.otf LinLibertine_RB.otf LinLibertine_RBI.otf LinLibertine_DR.otf LinLibertine_I.otf
|
||||
%global fontsex0 %{nil}
|
||||
%global fontconfs0 %{SOURCE10} %{SOURCE13}
|
||||
%global fontconfsex0 %{nil}
|
||||
%global fontdescription0 %{expand:
|
||||
%{common_description}
|
||||
This package contains Serif fonts.
|
||||
}
|
||||
|
||||
%global fontfamily1 Linux Biolinum
|
||||
%global fontsummary1 Sans-serif fonts from Linux Libertine Open Fonts
|
||||
%global fontpkgheader1 %{expand:
|
||||
Obsoletes: linux-libertine-fonts-common < 5.3.0-25
|
||||
Provides: linux-libertine-fonts-common = %{version}-%{release}
|
||||
}
|
||||
%global fonts1 LinBiolinum_R.otf LinBiolinum_RI.otf LinBiolinum_RB.otf LinBiolinum_K.otf
|
||||
%global fontsex1 %{nil}
|
||||
%global fontconfs1 %{SOURCE11}
|
||||
%global fontconfsex1 %{nil}
|
||||
%global fontdescription1 %{expand:
|
||||
%{common_description}
|
||||
This package contains Sans fonts.
|
||||
}
|
||||
|
||||
%global fontfamily2 Linux Libertine Mono
|
||||
%global fontsummary2 Monospace font from Linux Libertine Open Fonts
|
||||
%global fontpkgheader2 %{expand:
|
||||
Obsoletes: linux-libertine-fonts < 5.3.0-25
|
||||
Obsoletes: linux-libertine-fonts-common < 5.3.0-25
|
||||
Provides: linux-libertine-fonts-common = %{version}-%{release}
|
||||
}
|
||||
%global fonts2 LinLibertine_M.otf
|
||||
%global fontsex2 %{nil}
|
||||
%global fontconfs2 %{SOURCE12}
|
||||
%global fontconfsex2 %{nil}
|
||||
%global fontdescription2 %{expand:
|
||||
%{common_description}
|
||||
This package contains Monospace font.
|
||||
}
|
||||
|
||||
Source0: http://download.sourceforge.net/sourceforge/linuxlibertine/LinLibertineOTF_%{version}_%{posttag}.tgz
|
||||
Source10: 60-linux-libertine-fonts.conf
|
||||
Source11: 61-linux-libertine-biolinum-fonts.conf
|
||||
Source12: 61-linux-libertine-mono-fonts.conf
|
||||
Source13: 29-linux-libertine-fonts-metrics-alias.conf
|
||||
|
||||
# “fontpkg” will generate the font subpackage headers corresponding to the
|
||||
# elements declared above.
|
||||
# “fontpkg” accepts the following selection arguments:
|
||||
# – “-a” process everything
|
||||
# – “-z [number]” process a specific declaration block
|
||||
# If no flag is specified it will only process the zero/nosuffix block.
|
||||
%fontpkg -a
|
||||
|
||||
# “fontmetapkg” will generate a font meta(sub)package header for all the font
|
||||
# subpackages generated in this spec. Optional arguments:
|
||||
# – “-n [name]” use [name] as metapackage name
|
||||
# – “-s [variable]” use the content of [variable] as metapackage summary
|
||||
# – “-d [variable]” use the content of [variable] as metapackage description
|
||||
# – “-z [numbers]” restrict metapackaging to [numbers] comma-separated list
|
||||
# of font package suffixes
|
||||
%fontmetapkg
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
# “fontbuild” accepts the usual selection arguments:
|
||||
# – “-a” process everything
|
||||
# – “-z [number]” process a specific declaration block
|
||||
# If no flag is specified it will only process the zero/nosuffix block.
|
||||
%fontbuild -a
|
||||
|
||||
%install
|
||||
# “fontinstall” accepts the usual selection arguments:
|
||||
# – “-a” process everything
|
||||
# – “-z [number]” process a specific declaration block
|
||||
# If no flag is specified it will only process the zero/nosuffix block.
|
||||
%fontinstall -a
|
||||
|
||||
%check
|
||||
# “fontcheck” accepts the usual selection arguments:
|
||||
# – “-a” process everything
|
||||
# – “-z [number]” process a specific declaration block
|
||||
# If no flag is specified it will only process the zero/nosuffix block.
|
||||
%fontcheck -a
|
||||
|
||||
# “fontfiles” accepts the usual selection arguments:
|
||||
# – “-a” process everything
|
||||
# – “-z [number]” process a specific declaration block
|
||||
# If no flag is specified it will only process the zero/nosuffix block
|
||||
%fontfiles -a
|
||||
|
||||
%changelog
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-30.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jun 10 2024 Akira TAGOH <tagoh@redhat.com> - 5.3.0-29.2012_07_02
|
||||
- Correct package replacement of linux-libertine-fonts-common.
|
||||
Resolves: rhbz#2282595
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-28.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-27.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-26.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Feb 13 2023 Akira TAGOH <tagoh@redhat.com> - 5.3.0-24.2012_07_02
|
||||
- Revise the spec file for new packaging guidelines.
|
||||
- Add linux-libertine-mono-fonts sub-package.
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-24.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Dec 2 2022 Akira TAGOH <tagoh@redhat.com> - 5.3.0-23.2012_07_02
|
||||
- Convert License tag to SPDX.
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-22.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-21.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-20.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-19.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-18.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-17.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-16.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Wed Jun 5 2019 Akira TAGOH <tagoh@redhat.com> - 5.3.0-15.2012_07_02
|
||||
- Install metainfo files under %%{_metainfodir}.
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-14.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-13.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Mon Jul 09 2018 Akira TAGOH <tagoh@redhat.com> - 5.3.0-12.2012_07_02
|
||||
- Modernize the spec file.
|
||||
- Fix bogus date in the spec file.
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-11.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-10.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-9.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-8.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Jan 4 2016 Akira TAGOH <tagoh@redhat.com>
|
||||
- Use %%global instead of %%define.
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-7.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Oct 15 2014 Richard Hughes <richard@hughsie.com> - 5.3.0-6.2012_07_02
|
||||
- Add a MetaInfo file for the software center; this is a font we want to show.
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-5.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-4.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-3.2012_07_02
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Tue Jul 31 2012 Akira TAGOH <tagoh@redhat.com> - 5.3.0-2.2012_07_02
|
||||
- Use OTF version of fonts.
|
||||
|
||||
* Tue Jul 24 2012 Akira TAGOH <tagoh@redhat.com> - 5.3.0-1.2012_07_02
|
||||
- New upstream release.
|
||||
- Giving up to build fonts from the source due to lacking of the build script.
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.3-3.2011_06_21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Wed Jun 13 2012 Akira TAGOH <tagoh@redhat.com> - 5.1.3-2.2011_06_21
|
||||
- Fix the order for substitute of Times New Roman. (#830849)
|
||||
|
||||
* Thu Apr 19 2012 Akira TAGOH <tagoh@redhat.com> - 5.1.3-1.2011_06_21
|
||||
- New upstream release. (#813730)
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.5-2.2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu Feb 17 2011 Akira TAGOH <tagoh@redhat.com> - 4.7.5-1.2
|
||||
- Improve the spec file to meet the packaging guidelines. (#477418)
|
||||
- Updates to 4.7.5-2 (#628540)
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2009 Kevin Fenzi <kevin@tummy.com> - 4.4.1-1
|
||||
- Upgrade to 4.4.1
|
||||
- Fix to match current font guidelines
|
||||
|
||||
* Sun Mar 15 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 4.1.8-3
|
||||
— Make sure F11 font packages have been built with F11 fontforge
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Fri Nov 21 2008 Frank Arnold <frank@scirocco-5v-turbo.de> 4.1.8-1
|
||||
- Updated to 4.1.8
|
||||
- Modified build procedure according to GENERATING.txt
|
||||
|
||||
* Wed Sep 3 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
- 2.7.9-2
|
||||
⚙ Rebuild with pre-F10-freeze fontforge
|
||||
|
||||
* Sun Feb 03 2008 Frank Arnold <frank@scirocco-5v-turbo.de> 2.7.9-1
|
||||
- Updated to 2.7.9
|
||||
- Drop generated PDF files to save space
|
||||
|
||||
* Sun Sep 16 2007 Kevin Fenzi <kevin@tummy.com> - 2.6.9-1
|
||||
- Updated to 2.6.9
|
||||
- Update License tag
|
||||
|
||||
* Sat Mar 17 2007 Frank Arnold <frank@scirocco-5v-turbo.de> 2.4.9-1
|
||||
- Updated to 2.4.9
|
||||
- Reenabled generation of PDF files
|
||||
|
||||
* Sun Oct 01 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.2.0-1
|
||||
- Updated to 2.2.0
|
||||
- Removed ghosted cache file as it's no longer stored in tree
|
||||
- Disabled generation of PDF files because fontforge will segfault
|
||||
- Added OFL to License field
|
||||
|
||||
* Tue Sep 19 2006 Kevin Fenzi <kevin@tummy.com> 2.1.9-2
|
||||
- Upload proper 2.1.9 sources and rebuild
|
||||
|
||||
* Tue Sep 19 2006 Kevin Fenzi <kevin@tummy.com> 2.1.9-1
|
||||
- Update to 2.1.9
|
||||
|
||||
* Tue Aug 29 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.1.0-1
|
||||
- Updated to 2.1.0
|
||||
|
||||
* Tue Feb 28 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.0.4-2
|
||||
- Named back to linux-libertine-fonts
|
||||
|
||||
* Mon Feb 13 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.0.4-1
|
||||
- Updated to 2.0.4
|
||||
- Removed handling of fonts.cache-2
|
||||
|
||||
* Wed Feb 01 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.0.1-3
|
||||
- Nuked separate fontforge build script, now in %%build section
|
||||
|
||||
* Tue Jan 31 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.0.1-2
|
||||
- Fixed the following issues addressed by Ignacio Vazquez-Abrams
|
||||
- Package renaming to font-linux-libertine
|
||||
- Generate fonts from sources
|
||||
- Sample sheets for each font in PDF format
|
||||
|
||||
* Mon Jan 30 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.0.1-1
|
||||
- Initial RPM release
|
||||
- Spec derived from other font packages
|
180
rpmbuild/SPECS/lpsolve.spec
Normal file
180
rpmbuild/SPECS/lpsolve.spec
Normal file
|
@ -0,0 +1,180 @@
|
|||
Name: lpsolve
|
||||
Summary: A Mixed Integer Linear Programming (MILP) solver
|
||||
Version: 5.5.2.0
|
||||
Release: 28%{?dist}
|
||||
Source: http://downloads.sourceforge.net/lpsolve/lp_solve_%{version}_source.tar.gz
|
||||
URL: http://sourceforge.net/projects/lpsolve
|
||||
License: LGPLv2+
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
Patch0: lpsolve-5.5.0.11.cflags.patch
|
||||
Patch1: lpsolve-5.5.2.0.defines.patch
|
||||
Patch2: read-cc-from-env.patch
|
||||
|
||||
%description
|
||||
Mixed Integer Linear Programming (MILP) solver lpsolve solves pure linear,
|
||||
(mixed) integer/binary, semi-continuous and special ordered sets (SOS) models.
|
||||
|
||||
%package devel
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Summary: Files for developing with lpsolve
|
||||
|
||||
%description devel
|
||||
Includes and definitions for developing with lpsolve
|
||||
|
||||
%prep
|
||||
%setup -q -n lp_solve_5.5
|
||||
%patch0 -p1 -b .cflags.patch
|
||||
%patch1 -p1 -b .defines.patch
|
||||
%patch2 -p1 -b .cc-from-env.patch
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
cd lpsolve55
|
||||
sh -x ccc
|
||||
rm bin/ux*/liblpsolve55.a
|
||||
cd ../lp_solve
|
||||
sh -x ccc
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
install -d $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_includedir}/lpsolve
|
||||
install -p -m 755 \
|
||||
lp_solve/bin/ux*/lp_solve $RPM_BUILD_ROOT%{_bindir}
|
||||
install -p -m 755 \
|
||||
lpsolve55/bin/ux*/liblpsolve55.so $RPM_BUILD_ROOT%{_libdir}
|
||||
install -p -m 644 \
|
||||
lp*.h $RPM_BUILD_ROOT%{_includedir}/lpsolve
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc README.txt ./bfp/bfp_LUSOL/LUSOL/LUSOL_LGPL.txt ./bfp/bfp_LUSOL/LUSOL/LUSOL_README.txt ./bfp/bfp_LUSOL/LUSOL/LUSOL-overview.txt
|
||||
%{_bindir}/lp_solve
|
||||
%{_libdir}/*.so
|
||||
|
||||
%files devel
|
||||
%{_includedir}/lpsolve
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.5.2.0-28
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.5.2.0-27
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Mon Feb 26 2018 Caolán McNamara <caolanm@redhat.com> - 5.5.2.0-20
|
||||
- Related: rhbz#1548689 ... and LDFLAGS
|
||||
|
||||
* Mon Feb 26 2018 Caolán McNamara <caolanm@redhat.com> - 5.5.2.0-19
|
||||
- Related: rhbz#1548689 there are two build scripts that need adjusting
|
||||
|
||||
* Mon Feb 26 2018 Caolán McNamara <caolanm@redhat.com> - 5.5.2.0-18
|
||||
- Resolves: rhbz#1548689 use fedora compile/link flags
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Feb 15 2016 Caolán McNamara <caolanm@redhat.com> - 5.5.2.0-13
|
||||
- Resolves: rhbz#1307751 FTBFS
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.2.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.2.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.2.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Tue Jun 17 2014 Caolán McNamara <caolanm@redhat.com> - 5.5.2.0-9
|
||||
- Resolves: rhbz#1109265 lpsolve.i686 missing in x86_64 repo
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.2.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.2.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.2.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.2.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Tue Dec 21 2010 Dan Horák <dan[at]danny.cz> - 5.5.2.0-2
|
||||
- fix build on s390(x)
|
||||
|
||||
* Fri Aug 13 2010 Caolán McNamara <caolanm@redhat.com> - 5.5.2.0-1
|
||||
- latest version
|
||||
|
||||
* Mon Dec 21 2009 Caolán McNamara <caolanm@redhat.com> - 5.5.0.15-3
|
||||
- Preserve timestamps
|
||||
|
||||
* Thu Nov 05 2009 Caolán McNamara <caolanm@redhat.com> - 5.5.0.15-2
|
||||
- upstream source silently changed content
|
||||
|
||||
* Sat Sep 12 2009 Caolán McNamara <caolanm@redhat.com> - 5.5.0.15-1
|
||||
- latest version
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.0.14-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5.0.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Mon Feb 23 2009 Caolán McNamara <caolanm@redhat.com> - 5.5.0.14-2
|
||||
- defuzz patch
|
||||
|
||||
* Mon Feb 02 2009 Caolán McNamara <caolanm@redhat.com> - 5.5.0.14-1
|
||||
- latest version
|
||||
|
||||
* Fri Jan 02 2009 Dennis Gilmore <dennis@ausil.us> - 5.5.0.13-2
|
||||
- use -fPIC on sparc and s390 arches
|
||||
|
||||
* Mon Aug 04 2008 Caolán McNamara <caolanm@redhat.com> - 5.5.0.13-1
|
||||
- latest version
|
||||
|
||||
* Sat Aug 02 2008 Caolán McNamara <caolanm@redhat.com> - 5.5.0.12-2
|
||||
- Mar 20 upstream tarball now differs from Mar 14 tarball
|
||||
|
||||
* Fri Mar 14 2008 Caolán McNamara <caolanm@redhat.com> - 5.5.0.12-1
|
||||
- latest version
|
||||
|
||||
* Wed Feb 20 2008 Caolán McNamara <caolanm@redhat.com> - 5.5.0.11-1
|
||||
- initial version
|
65
rpmbuild/SPECS/mdds.spec
Normal file
65
rpmbuild/SPECS/mdds.spec
Normal file
|
@ -0,0 +1,65 @@
|
|||
# header-only library
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global apiversion 2.1
|
||||
|
||||
Name: mdds
|
||||
Version: 2.1.1
|
||||
Release: %autorelease
|
||||
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
||||
|
||||
License: MIT
|
||||
URL: https://gitlab.com/mdds/mdds
|
||||
Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: autoconf
|
||||
|
||||
%description
|
||||
%{name} is a collection of multi-dimensional data structures and
|
||||
indexing algorithms.
|
||||
|
||||
%package devel
|
||||
Summary: Headers for %{name}
|
||||
BuildArch: noarch
|
||||
Requires: boost-devel
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%{name} is a collection of multi-dimensional data structures and
|
||||
indexing algorithms.
|
||||
|
||||
It implements the following data structures:
|
||||
* segment tree
|
||||
* flat segment tree
|
||||
* rectangle set
|
||||
* point quad tree
|
||||
* multi type matrix
|
||||
* multi type vector
|
||||
|
||||
See README.md for a brief description of the structures.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoconf
|
||||
%configure
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -rf %{buildroot}%{_docdir}/%{name}
|
||||
|
||||
%check
|
||||
make check %{?_smp_mflags}
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
%doc AUTHORS README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
436
rpmbuild/SPECS/xmlsec1.spec
Normal file
436
rpmbuild/SPECS/xmlsec1.spec
Normal file
|
@ -0,0 +1,436 @@
|
|||
%global forgeurl https://github.com/lsh123/xmlsec
|
||||
%global tag 1.3.5
|
||||
|
||||
%forgemeta
|
||||
|
||||
Name: xmlsec1
|
||||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||
Version: 1.3.5
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Source: %{forgesource}
|
||||
URL: https://www.aleksey.com/xmlsec/
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.8.0
|
||||
BuildRequires: pkgconfig(libxslt) >= 1.0.20
|
||||
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
||||
BuildRequires: pkgconfig(nss) >= 3.11.1
|
||||
BuildRequires: pkgconfig(nspr) >= 4.4.1
|
||||
BuildRequires: libgcrypt-devel >= 1.4.0
|
||||
BuildRequires: pkgconfig(gnutls) >= 2.8.0
|
||||
BuildRequires: libtool-ltdl-devel
|
||||
|
||||
# autoreconf stuff
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libtool
|
||||
|
||||
%description
|
||||
XML Security Library is a C library based on LibXML2 and OpenSSL.
|
||||
The library was created with a goal to support major XML security
|
||||
standards "XML Digital Signature" and "XML Encryption".
|
||||
|
||||
%package devel
|
||||
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
|
||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
||||
Requires: openssl-devel%{?_isa} >= 1.0.0
|
||||
|
||||
%description devel
|
||||
Libraries, includes, etc. you can use to develop applications with XML Digital
|
||||
Signatures and XML Encryption support.
|
||||
|
||||
%package openssl
|
||||
Summary: OpenSSL crypto plugin for XML Security Library
|
||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description openssl
|
||||
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
|
||||
for the xmlsec library.
|
||||
|
||||
%package openssl-devel
|
||||
Summary: OpenSSL crypto plugin for XML Security Library
|
||||
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
||||
Requires: xmlsec1-openssl%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description openssl-devel
|
||||
Libraries, includes, etc. for developing XML Security applications with OpenSSL
|
||||
|
||||
%package gcrypt
|
||||
Summary: GCrypt crypto plugin for XML Security Library
|
||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description gcrypt
|
||||
GCrypt plugin for XML Security Library provides GCrypt based crypto services
|
||||
for the xmlsec library.
|
||||
|
||||
%package gcrypt-devel
|
||||
Summary: GCrypt crypto plugin for XML Security Library
|
||||
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
||||
Requires: xmlsec1-gnutls-devel%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description gcrypt-devel
|
||||
Libraries, includes, etc. for developing XML Security applications with GCrypt.
|
||||
|
||||
%package gnutls
|
||||
Summary: GNUTls crypto plugin for XML Security Library
|
||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description gnutls
|
||||
GNUTls plugin for XML Security Library provides GNUTls based crypto services
|
||||
for the xmlsec library.
|
||||
|
||||
%package gnutls-devel
|
||||
Summary: GNUTls crypto plugin for XML Security Library
|
||||
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
||||
Requires: xmlsec1-openssl-devel%{?_isa} = %{version}-%{release}
|
||||
Requires: libgcrypt-devel%{?_isa} >= 1.2.0
|
||||
Requires: gnutls-devel%{?_isa} >= 1.0.20
|
||||
|
||||
%description gnutls-devel
|
||||
Libraries, includes, etc. for developing XML Security applications with GNUTls.
|
||||
|
||||
%package nss
|
||||
Summary: NSS crypto plugin for XML Security Library
|
||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description nss
|
||||
NSS plugin for XML Security Library provides NSS based crypto services
|
||||
for the xmlsec library
|
||||
|
||||
%package nss-devel
|
||||
Summary: NSS crypto plugin for XML Security Library
|
||||
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
||||
Requires: xmlsec1-nss%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description nss-devel
|
||||
Libraries, includes, etc. for developing XML Security applications with NSS.
|
||||
|
||||
%prep
|
||||
%forgesetup
|
||||
|
||||
%build
|
||||
autoreconf -vfi
|
||||
%configure --disable-static --disable-md5 --disable-sha1
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
%make_build V=1
|
||||
|
||||
# positively ugly but only sane way to get around #192756
|
||||
sed 's+/lib64+/$archlib+g' < xmlsec1-config | sed 's+/lib+/$archlib+g' | sed 's+ -DXMLSEC_NO_SIZE_T++' > xmlsec1-config.$$ && mv xmlsec1-config.$$ xmlsec1-config
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -vf %{buildroot}%{_libdir}/*.la
|
||||
|
||||
# move installed docs to include them in -devel package via %%doc magic
|
||||
rm -rf __tmp_doc ; mkdir __tmp_doc
|
||||
mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
||||
|
||||
%ldconfig_scriptlets
|
||||
%ldconfig_scriptlets gnutls
|
||||
%ldconfig_scriptlets openssl
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog NEWS Copyright
|
||||
%{_mandir}/man1/xmlsec1.1*
|
||||
%{_libdir}/libxmlsec1.so.*
|
||||
%{_bindir}/xmlsec1
|
||||
|
||||
%files devel
|
||||
%{_bindir}/xmlsec1-config
|
||||
%dir %{_includedir}/xmlsec1
|
||||
%dir %{_includedir}/xmlsec1/xmlsec
|
||||
%{_includedir}/xmlsec1/xmlsec/*.h
|
||||
%{_libdir}/libxmlsec1.so
|
||||
%{_libdir}/pkgconfig/xmlsec1.pc
|
||||
%{_libdir}/xmlsec1Conf.sh
|
||||
%{_datadir}/aclocal/xmlsec1.m4
|
||||
%{_mandir}/man1/xmlsec1-config.1*
|
||||
%doc HACKING __tmp_doc/*
|
||||
|
||||
%files openssl
|
||||
%{_libdir}/libxmlsec1-openssl.so.*
|
||||
%{_libdir}/libxmlsec1-openssl.so
|
||||
|
||||
%files openssl-devel
|
||||
%{_includedir}/xmlsec1/xmlsec/openssl/
|
||||
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
|
||||
|
||||
%files gcrypt
|
||||
%{_libdir}/libxmlsec1-gcrypt.so.*
|
||||
%{_libdir}/libxmlsec1-gcrypt.so
|
||||
|
||||
%files gcrypt-devel
|
||||
%{_includedir}/xmlsec1/xmlsec/gcrypt/
|
||||
%{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
|
||||
|
||||
%files gnutls
|
||||
%{_libdir}/libxmlsec1-gnutls.so.*
|
||||
%{_libdir}/libxmlsec1-gnutls.so
|
||||
|
||||
%files gnutls-devel
|
||||
%{_includedir}/xmlsec1/xmlsec/gnutls/
|
||||
%{_libdir}/pkgconfig/xmlsec1-gnutls.pc
|
||||
|
||||
%files nss
|
||||
%{_libdir}/libxmlsec1-nss.so.*
|
||||
%{_libdir}/libxmlsec1-nss.so
|
||||
|
||||
%files nss-devel
|
||||
%{_includedir}/xmlsec1/xmlsec/nss/
|
||||
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
||||
|
||||
%changelog
|
||||
* Sat Sep 28 2024 Renich Bon Ćirić <renich@woralelandia.com> - 1.3.5-1
|
||||
- Using forge macros now.
|
||||
- Update to v1.3.5.
|
||||
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-9
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 1.2.29-8
|
||||
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
|
||||
|
||||
* Thu Jun 17 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-7
|
||||
- compile without sha1 and md5
|
||||
- Resolves: rhbz#1936682 - xmlsec1 implements and/or uses the deprecated
|
||||
SHA-1 algorithm by default
|
||||
|
||||
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-6
|
||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||
Related: rhbz#1971065
|
||||
|
||||
* Thu Jun 3 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-5
|
||||
- Rebuilt for OpenSSL3
|
||||
- Related: rhbz#1962052 - lasso: Port to OpenSSL 3.0
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Caolán McNamara <caolanm@redhat.com> - 1.2.29-1
|
||||
- New upstream release
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.27-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.27-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Oct 23 2018 Simo Sorce <simo@redhat.com> - 1.2.27-1
|
||||
- New upstream release
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.25-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Apr 12 2018 John Dennis <jdennis@redhat.com> - 1.2.25-4
|
||||
- Resolves: rhbz#1566748
|
||||
xmlSecOpenSSLX509DataNodeRead fails to return error
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.25-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.25-2
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.25-1
|
||||
- Update to 1.2.25
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Oct 17 2016 Simo Sorce <simo@redhat.com> - 1.2.23-1
|
||||
- New Upstream relase 1.2.23
|
||||
- Adds compatibility for OpenSSL 1.1.0
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.20-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Sep 19 2014 Simo Sorce <simo@redhat.com> - 1.2.20-1
|
||||
- Update to new upstream release 1.2.20
|
||||
- This release fixes a number of miscellaneous bugs and updates expired or
|
||||
soon-to-be-expired certificates in the test suite.
|
||||
- Also drops the no-ecdsa patch
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.19-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.19-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu Apr 24 2014 Tomáš Mráz <tmraz@redhat.com> - 1.2.19-4
|
||||
- Rebuild for new libgcrypt
|
||||
|
||||
* Fri Dec 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 1.2.19-3
|
||||
- Fix duplicate documentation (#1001250)
|
||||
- Turn on verbose build output via V=1 make
|
||||
- Use %%?_isa in explicit package deps
|
||||
- Fix base package Group tag to "System Environment/Libraries"
|
||||
- Remove %%defattr
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Mon Mar 25 2013 Daniel Veillard <veillard@redhat.com> - 1.2.19-1
|
||||
- Update to upstream release 1.2.19
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.18-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.18-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu May 12 2011 Daniel Veillard <veillard@redhat.com> - 1.2.18-1
|
||||
- Update to upstream release 1.2.18
|
||||
|
||||
* Mon Apr 11 2011 Daniel Veillard <veillard@redhat.com> - 1.2.17-1
|
||||
- Update to upstream release 1.2.17
|
||||
- fixes CVE-2011-1425 on xslt file creation
|
||||
|
||||
* Tue Mar 22 2011 Daniel Veillard <veillard@redhat.com> - 1.2.16-4
|
||||
- Fix missing links to unversioned shared library files 541599
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Jun 2 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.2.16-2
|
||||
- add missing BuildRequires: libtool-ltdl-devel
|
||||
|
||||
* Wed Jun 2 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.2.16-1
|
||||
- update to 1.2.16
|
||||
- cleanup spec file
|
||||
- disable static libs
|
||||
- disable rpath
|
||||
- enable gcrypt subpackage
|
||||
|
||||
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.12-2
|
||||
- rebuilt with new openssl
|
||||
|
||||
* Tue Aug 11 2009 Daniel Veillard <veillard@redhat.com> - 1.2.12-1
|
||||
- update to new upstream release 1.2.12
|
||||
- includes fix for CVE-2009-0217
|
||||
- cleanup spec file
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.11-2
|
||||
- rebuild with new openssl
|
||||
|
||||
* Fri Jul 11 2008 Daniel Veillard <veillard@redhat.com> - 1.2.11-1
|
||||
- update to new upstream release 1.2.11
|
||||
- rebuild for gnutls update
|
||||
|
||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.9-10.1
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.2.9-9
|
||||
- Rebuild for deps
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-8.1
|
||||
- rebuild
|
||||
|
||||
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.9-8
|
||||
- rebuilt with new gnutls
|
||||
|
||||
* Thu Jun 8 2006 Daniel Veillard <veillard@redhat.com> - 1.2.9-7
|
||||
- oops libxmlsec1.la was still there, should fix #171410 and #154142
|
||||
|
||||
* Thu Jun 8 2006 Daniel Veillard <veillard@redhat.com> - 1.2.9-6
|
||||
- Ugly patch and sed based changes to work around #192756 xmlsec1-config
|
||||
multilib problem
|
||||
|
||||
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.9-5
|
||||
- move .so symlinks to -devel subpackage
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-4.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-4.1
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 1.2.9-4
|
||||
- NSS has been split out of the mozilla package, so require that now
|
||||
and update separate_nspr.patch to account for the new NSS as well
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Nov 23 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-3
|
||||
- rebuilt due to gnutls library revision
|
||||
|
||||
* Wed Nov 9 2005 <veillard@redhat.com> 1.2.9-2
|
||||
- rebuilt due to openssl library revision
|
||||
|
||||
* Tue Sep 20 2005 <veillard@redhat.com> 1.2.9-1
|
||||
- update from upstream, release done in July
|
||||
- apparently nss is now available on ppc64
|
||||
|
||||
* Mon Aug 8 2005 <veillard@redhat.com> 1.2.8-3
|
||||
- rebuilt with new gnutls
|
||||
- nspr has been split to a separate package
|
||||
|
||||
* Fri Jul 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-2
|
||||
- Enabling the mozilla-nss crypto backend
|
||||
|
||||
* Fri Jul 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-1
|
||||
- update from upstream, needed for openoffice
|
||||
|
||||
* Tue Mar 8 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-4
|
||||
- rebuilt with gcc4
|
||||
|
||||
* Wed Feb 23 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-1
|
||||
- Upstream release of 1.2.7, mostly bug fixes plus new functions
|
||||
to GetKeys from simple store and X509 handling.
|
||||
|
||||
* Wed Feb 9 2005 Daniel Veillard <veillard@redhat.com> 1.2.6-4
|
||||
- Adding support for GNUTls crypto backend
|
||||
|
||||
* Wed Sep 1 2004 Daniel Veillard <veillard@redhat.com> 1.2.6-3
|
||||
- adding missing ldconfig calls
|
||||
|
||||
* Thu Aug 26 2004 Daniel Veillard <veillard@redhat.com> 1.2.6-2
|
||||
- updated with upstream release from Aleksey
|
||||
|
||||
* Mon Jun 21 2004 Daniel Veillard <veillard@redhat.com> 1.2.5-2
|
||||
- rebuilt
|
||||
|
||||
* Mon Apr 19 2004 Daniel Veillard <veillard@redhat.com> 1.2.5-1
|
||||
- updated with upstream release from Aleksey
|
||||
|
||||
* Wed Feb 11 2004 Daniel Veillard <veillard@redhat.com> 1.2.4-1
|
||||
- updated with upstream release from Aleksey
|
||||
|
||||
* Tue Jan 6 2004 Daniel Veillard <veillard@redhat.com> 1.2.3-1
|
||||
- updated with upstream release from Aleksey
|
||||
|
||||
* Wed Nov 12 2003 Daniel Veillard <veillard@redhat.com> 1.2.2-1
|
||||
- updated with upstream release from Aleksey, specific patches should
|
||||
have been integrated now.
|
||||
|
||||
* Thu Nov 6 2003 Daniel Veillard <veillard@redhat.com> 1.2.1-1
|
||||
- initial packaging based on the upstream one and libxml2 one.
|
||||
- desactivated mozilla-nss due to detection/architecture problems
|
Loading…
Reference in a new issue