merge gob.mx-1.2-24.2.1.2-fc40
This commit is contained in:
commit
a4c08a8350
49 changed files with 20869 additions and 7589 deletions
|
@ -1,145 +0,0 @@
|
|||
From 4cac125f90e0a3d6828d879cb06f3a4bac14321b Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
Date: Thu, 21 Aug 2014 16:10:51 +0200
|
||||
Subject: [PATCH] disable libe-book support
|
||||
|
||||
Change-Id: Ie915a9bd2acf7f3aeb8b0933252da33c17043bc4
|
||||
---
|
||||
configure.ac | 3 ---
|
||||
external/Module_external.mk | 1 -
|
||||
filter/Configuration_filter.mk | 8 --------
|
||||
writerperfect/Library_wpftwriter.mk | 2 --
|
||||
writerperfect/qa/unit/WpftFilterFixture.hxx | 4 ----
|
||||
writerperfect/qa/unit/WpftWriterFilterTest.cxx | 5 -----
|
||||
writerperfect/source/writer/wpftwriter.component | 5 -----
|
||||
7 files changed, 28 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index fe425319b8f8..4b8f6a95472c 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -8566,9 +8566,6 @@ libo_PKG_VERSION([ETONYEK], [libetonyek-0.1], [0.1.8])
|
||||
|
||||
libo_CHECK_SYSTEM_MODULE([libfreehand],[FREEHAND],[libfreehand-0.1])
|
||||
|
||||
-libo_CHECK_SYSTEM_MODULE([libebook],[EBOOK],[libe-book-0.1])
|
||||
-libo_PKG_VERSION([EBOOK], [libe-book-0.1], [0.1.2])
|
||||
-
|
||||
libo_CHECK_SYSTEM_MODULE([libabw],[ABW],[libabw-0.1])
|
||||
|
||||
libo_CHECK_SYSTEM_MODULE([libpagemaker],[PAGEMAKER],[libpagemaker-0.0])
|
||||
diff --git a/external/Module_external.mk b/external/Module_external.mk
|
||||
index 41e018d2ef3f..1b7627a1b3e2 100644
|
||||
--- a/external/Module_external.mk
|
||||
+++ b/external/Module_external.mk
|
||||
@@ -33,7 +33,6 @@ $(eval $(call gb_Module_add_moduledirs,external,\
|
||||
$(call gb_Helper_optional,CT2N,ct2n) \
|
||||
$(call gb_Helper_optional,CURL,curl) \
|
||||
dtoa \
|
||||
- $(call gb_Helper_optional,EBOOK,libebook) \
|
||||
$(call gb_Helper_optional,EPM,epm) \
|
||||
$(call gb_Helper_optional,EPOXY,epoxy) \
|
||||
$(call gb_Helper_optional,EPUBGEN,libepubgen) \
|
||||
diff --git a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk
|
||||
index e71ffacf8f25..74d2ef05c4aa 100644
|
||||
--- a/filter/Configuration_filter.mk
|
||||
+++ b/filter/Configuration_filter.mk
|
||||
@@ -359,10 +359,6 @@
|
||||
writer_OOXML_Template \
|
||||
writer_layout_dump_xml \
|
||||
writer_indexing_export_xml \
|
||||
- writer_BroadBand_eBook \
|
||||
- writer_FictionBook_2 \
|
||||
- writer_PalmDoc \
|
||||
- writer_Plucker_eBook \
|
||||
writer_ApplePages \
|
||||
MWAW_Text_Document \
|
||||
Palm_Text_Document \
|
||||
@@ -409,10 +405,6 @@
|
||||
OOXML_Text_Template \
|
||||
writer_layout_dump \
|
||||
writer_indexing_export \
|
||||
- BroadBand_eBook \
|
||||
- FictionBook_2 \
|
||||
- PalmDoc \
|
||||
- Plucker_eBook \
|
||||
ApplePages \
|
||||
MWAW_Text_Document \
|
||||
Palm_Text_Document \
|
||||
diff --git a/writerperfect/Library_wpftwriter.mk b/writerperfect/Library_wpftwriter.mk
|
||||
index 8993cca31490..b6e11f356d97 100644
|
||||
--- a/writerperfect/Library_wpftwriter.mk
|
||||
+++ b/writerperfect/Library_wpftwriter.mk
|
||||
@@ -53,7 +53,6 @@ $(eval $(call gb_Library_use_libraries,wpftwriter,\
|
||||
$(eval $(call gb_Library_use_externals,wpftwriter,\
|
||||
abw \
|
||||
boost_headers \
|
||||
- ebook \
|
||||
epubgen \
|
||||
etonyek \
|
||||
icu_headers \
|
||||
@@ -73,7 +72,6 @@ $(eval $(call gb_Library_use_externals,wpftwriter,\
|
||||
|
||||
$(eval $(call gb_Library_add_exception_objects,wpftwriter,\
|
||||
writerperfect/source/writer/AbiWordImportFilter \
|
||||
- writerperfect/source/writer/EBookImportFilter \
|
||||
writerperfect/source/writer/EPUBExportDialog \
|
||||
writerperfect/source/writer/EPUBExportFilter \
|
||||
writerperfect/source/writer/EPUBExportUIComponent \
|
||||
diff --git a/writerperfect/qa/unit/WpftFilterFixture.hxx b/writerperfect/qa/unit/WpftFilterFixture.hxx
|
||||
index f32478165617..f42edb0d7f55 100644
|
||||
--- a/writerperfect/qa/unit/WpftFilterFixture.hxx
|
||||
+++ b/writerperfect/qa/unit/WpftFilterFixture.hxx
|
||||
@@ -26,10 +26,6 @@
|
||||
|| ((major) == (req_major) \
|
||||
&& ((minor) > (req_minor) || ((minor) == (req_minor) && ((micro) >= (req_micro)))))
|
||||
|
||||
-#define REQUIRE_EBOOK_VERSION(major, minor, micro) \
|
||||
- REQUIRE_VERSION(EBOOK_VERSION_MAJOR, EBOOK_VERSION_MINOR, EBOOK_VERSION_MICRO, major, minor, \
|
||||
- micro)
|
||||
-
|
||||
#define REQUIRE_ETONYEK_VERSION(major, minor, micro) \
|
||||
REQUIRE_VERSION(ETONYEK_VERSION_MAJOR, ETONYEK_VERSION_MINOR, ETONYEK_VERSION_MICRO, major, \
|
||||
minor, micro)
|
||||
diff --git a/writerperfect/qa/unit/WpftWriterFilterTest.cxx b/writerperfect/qa/unit/WpftWriterFilterTest.cxx
|
||||
index 8bc4c7cadbb3..eca43caf8d8c 100644
|
||||
--- a/writerperfect/qa/unit/WpftWriterFilterTest.cxx
|
||||
+++ b/writerperfect/qa/unit/WpftWriterFilterTest.cxx
|
||||
@@ -30,9 +30,6 @@
|
||||
|
||||
void WpftWriterFilterTest::test()
|
||||
{
|
||||
- const writerperfect::test::WpftOptionalMap_t aEBookOptional{
|
||||
- { "FictionBook2.fb2.zip", REQUIRE_EBOOK_VERSION(0, 1, 1) },
|
||||
- };
|
||||
const writerperfect::test::WpftOptionalMap_t aEtonyekOptional{
|
||||
{ "Pages_4.pages", REQUIRE_ETONYEK_VERSION(0, 1, 2) },
|
||||
{ "Pages_5.pages", REQUIRE_ETONYEK_VERSION(0, 1, 8) },
|
||||
@@ -59,8 +56,6 @@
|
||||
|
||||
doTest("com.sun.star.comp.Writer.AbiWordImportFilter",
|
||||
u"/writerperfect/qa/unit/data/writer/libabw/");
|
||||
- doTest("org.libreoffice.comp.Writer.EBookImportFilter",
|
||||
- u"/writerperfect/qa/unit/data/writer/libe-book/", aEBookOptional);
|
||||
doTest("com.sun.star.comp.Writer.MSWorksImportFilter",
|
||||
u"/writerperfect/qa/unit/data/writer/libwps/", aWpsOptional);
|
||||
doTest("com.sun.star.comp.Writer.MWAWImportFilter",
|
||||
diff --git a/writerperfect/source/writer/wpftwriter.component b/writerperfect/source/writer/wpftwriter.component
|
||||
index 8ab436634052..2720023baedf 100644
|
||||
--- a/writerperfect/source/writer/wpftwriter.component
|
||||
+++ b/writerperfect/source/writer/wpftwriter.component
|
||||
@@ -38,11 +38,6 @@
|
||||
<service name="com.sun.star.document.ExtendedTypeDetection"/>
|
||||
<service name="com.sun.star.document.ImportFilter"/>
|
||||
</implementation>
|
||||
- <implementation name="org.libreoffice.comp.Writer.EBookImportFilter"
|
||||
- constructor="org_libreoffice_comp_Writer_EBookImportFilter_get_implementation">
|
||||
- <service name="com.sun.star.document.ExtendedTypeDetection"/>
|
||||
- <service name="com.sun.star.document.ImportFilter"/>
|
||||
- </implementation>
|
||||
<implementation name="org.libreoffice.comp.Writer.PagesImportFilter"
|
||||
constructor="org_libreoffice_comp_Writer_PagesImportFilter_get_implementation">
|
||||
<service name="com.sun.star.document.ExtendedTypeDetection"/>
|
||||
--
|
||||
2.25.1
|
||||
|
|
@ -1,142 +0,0 @@
|
|||
%global __cmake_in_source_build 1
|
||||
Name: Box2D
|
||||
Version: 2.4.1
|
||||
Release: 5%{?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
|
||||
* 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.
|
File diff suppressed because it is too large
Load diff
|
@ -1,176 +0,0 @@
|
|||
%global apiversion 0.1
|
||||
|
||||
Name: libabw
|
||||
Version: 0.1.2
|
||||
Release: 2%{?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: 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)
|
||||
|
||||
%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 --disable-werror
|
||||
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}
|
||||
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
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%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
|
||||
* 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
|
|
@ -1,268 +0,0 @@
|
|||
%global apiversion 0.1
|
||||
|
||||
Name: libcdr
|
||||
Version: 0.1.4
|
||||
Release: 4%{?dist}
|
||||
Summary: A library for import of CorelDRAW drawings
|
||||
|
||||
# the only Public Domain source is src/lib/CDRColorProfiles.h
|
||||
License: MPLv2.0 and Public Domain
|
||||
URL: http://wiki.documentfoundation.org/DLP/Libraries/libcdr
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(icu-i18n)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
%description
|
||||
Libcdr is library providing ability to interpret and import CorelDRAW
|
||||
drawings into various applications. You can find it being used in
|
||||
libreoffice.
|
||||
|
||||
%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 CorelDRAW drawings into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform CorelDRAW drawings into other formats.
|
||||
Currently supported: XHTML, text, raw.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static --disable-werror
|
||||
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}
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
# rhbz#1001251 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 cdr2raw cmx2raw cdr2xhtml cmx2xhtml cdr2text cmx2text; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
mkdir -p %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 cdr2*.1 cmx2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
make %{?_smp_mflags} check
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog 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}/cdr2raw
|
||||
%{_bindir}/cdr2text
|
||||
%{_bindir}/cdr2xhtml
|
||||
%{_bindir}/cmx2raw
|
||||
%{_bindir}/cmx2text
|
||||
%{_bindir}/cmx2xhtml
|
||||
%{_mandir}/man1/cdr2raw.1*
|
||||
%{_mandir}/man1/cdr2text.1*
|
||||
%{_mandir}/man1/cdr2xhtml.1*
|
||||
%{_mandir}/man1/cmx2raw.1*
|
||||
%{_mandir}/man1/cmx2text.1*
|
||||
%{_mandir}/man1/cmx2xhtml.1*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.1.4-3
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.1.4-2
|
||||
- Rebuild for ICU 60.1
|
||||
|
||||
* Fri Sep 15 2017 David Tardon <dtardon@redhat.com> - 0.1.4-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-5
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-2
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Thu Jul 21 2016 David Tardon <dtardon@redhat.com> - 0.1.3-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 0.1.2-4
|
||||
- rebuild for ICU 57.1
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-2
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Sun Dec 27 2015 David Tardon <dtardon@redhat.com> - 0.1.2-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 0.1.1-9
|
||||
- rebuild for ICU 56.1
|
||||
|
||||
* Sun Aug 30 2015 Jonathan Wakely <jwakely@redhat.com> - 0.1.1-8
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Sun Aug 30 2015 David Tardon <dtardon@redhat.com> - 0.1.1-7
|
||||
- Resolves: rhbz#1258127 fix build with boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.1.1-5
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Nov 25 2014 David Tardon <dtardon@redhat.com> - 0.1.1-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 0.1.0-4
|
||||
- rebuild for ICU 53.1
|
||||
|
||||
* 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
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.0.16-2
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Thu Apr 10 2014 David Tardon <dtardon@redhat.com> - 0.0.16-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Apr 09 2014 David Tardon <dtardon@redhat.com> - 0.0.15-2
|
||||
- generate man pages
|
||||
|
||||
* Sat Apr 05 2014 David Tardon <dtardon@redhat.com> - 0.0.15-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 13 2014 David Tardon <dtardon@redhat.com> - 0.0.14-6
|
||||
- rebuild for new ICU
|
||||
|
||||
* Fri Aug 30 2013 David Tardon <dtardon@redhat.com> - 0.0.14-5
|
||||
- Resolves: rhbz#1001251 duplicate documentation files / potentially conflicting
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.14-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 0.0.14-3
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Tue May 21 2013 David Tardon <dtardon@redhat.com> - 0.0.14-2
|
||||
- add public domain to licenses
|
||||
|
||||
* Fri May 17 2013 David Tardon <dtardon@redhat.com> - 0.0.14-1
|
||||
- new release
|
||||
|
||||
* Tue Apr 23 2013 David Tardon <dtardon@redhat.com> - 0.0.13-1
|
||||
- new relese
|
||||
|
||||
* Mon Apr 08 2013 David Tardon <dtardon@redhat.com> - 0.0.12-1
|
||||
- new release
|
||||
|
||||
* Sat Mar 02 2013 David Tardon <dtardon@redhat.com> - 0.0.11-1
|
||||
- new release
|
||||
|
||||
* Thu Jan 31 2013 David Tardon <dtardon@redhat.com> - 0.0.10-2
|
||||
- rebuild for ICU change
|
||||
|
||||
* Mon Jan 28 2013 David Tardon <dtardon@redhat.com> - 0.0.10-1
|
||||
- new release
|
||||
|
||||
* Tue Jan 08 2013 David Tardon <dtardon@redhat.com> - 0.0.9-2
|
||||
- Resolves: rhbz#891082 libreoffice Impress constantly crashes
|
||||
|
||||
* Mon Oct 08 2012 David Tardon <dtardon@redhat.com> - 0.0.9-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jun 11 2012 David Tardon <dtardon@redhat.com> 0.0.8-1
|
||||
- new upstream release
|
||||
- adds basic initial primitive uncomplete text support
|
||||
|
||||
* Thu Apr 26 2012 David Tardon <dtardon@redhat.com> 0.0.7-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Apr 03 2012 David Tardon <dtardon@redhat.com> 0.0.6-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Mar 19 2012 David Tardon <dtardon@redhat.com> 0.0.5-1
|
||||
- new upstream release
|
||||
- fix license
|
||||
|
||||
* Sat Mar 10 2012 David Tardon <dtardon@redhat.com> 0.0.3-2
|
||||
- remove Requires: of main package from -doc subpackage
|
||||
|
||||
* Thu Mar 01 2012 David Tardon <dtardon@redhat.com> 0.0.3-1
|
||||
- initial import
|
|
@ -1,250 +0,0 @@
|
|||
%global apiversion 0.5
|
||||
|
||||
Name: libcmis
|
||||
Version: 0.5.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A C/C++ client library for CM interfaces
|
||||
|
||||
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
||||
URL: https://github.com/tdf/libcmis
|
||||
Source: https://github.com/tdf/libcmis/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: xmlto
|
||||
|
||||
%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 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
make %{?_smp_mflags} 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
|
||||
* Fri Mar 13 2020 Caolán McNamara <caolanm@redhat.com> - 0.5.2-1
|
||||
- Related: rhbz#1796893 update to 0.5.2
|
||||
|
||||
* Wed Nov 07 2018 Stephan Bergmann <sbergman@redhat.com> - 0.5.1-13
|
||||
- Resolves: rhbz#1647470 fix Google Drive login
|
||||
|
||||
* Thu Aug 02 2018 Caolán McNamara <caolanm@redhat.com> - 0.5.1-12
|
||||
- Related: rhbz#1611082 rebuild i686
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.5.1-10
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.5.1-7
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Mon Feb 27 2017 David Tardon <dtardon@redhat.com> - 0.5.1-5
|
||||
- Resolves: rhbz#1410197 work around infinite redirection loop
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.5.1-3
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Wed May 04 2016 David Tardon <dtardon@redhat.com> - 0.5.1-2
|
||||
- fix Google Drive login
|
||||
|
||||
* Fri Mar 04 2016 David Tardon <dtardon@redhat.com> - 0.5.1-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Mar 02 2016 David Tardon <dtardon@redhat.com> - 0.5.0-12
|
||||
- add a bunch of fixes for problems found by coverity
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.5.0-10
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Wed Sep 02 2015 Jonathan Wakely <jwakely@redhat.com> 0.5.0-9
|
||||
- Patched and rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Fri Jul 24 2015 Adam Williamson <awilliam@redhat.com> - 0.5.0-7
|
||||
- rebuild for Boost 1.58 (for f23, for real this time)
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.5.0-6
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Apr 12 2015 David Tardon <dtardon@redhat.com> - 0.5.0-4
|
||||
- rebuild for yet another C++ ABI break
|
||||
|
||||
* Fri Feb 20 2015 David Tardon <dtardon@redhat.com> - 0.5.0-3
|
||||
- rebuild for C++ stdlib ABI change in gcc5
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.5.0-2
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Sun Dec 21 2014 David Tardon <dtardon@redhat.com> - 0.5.0-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Sep 05 2014 David Tardon <dtardon@redhat.com> - 0.4.1-8
|
||||
- coverity: fix mismatching exceptions
|
||||
|
||||
* Thu Sep 04 2014 David Tardon <dtardon@redhat.com> - 0.4.1-7
|
||||
- a few use-after-free fixes for the C wrapper
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.4.1-4
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Fri Feb 28 2014 David Tardon <dtardon@redhat.com> - 0.4.1-3
|
||||
- Resolves: rhbz#1070691 test failing on big endians
|
||||
|
||||
* Thu Nov 21 2013 David Tardon <dtardon@redhat.com> - 0.4.1-2
|
||||
- disable tests on arm
|
||||
|
||||
* Wed Nov 06 2013 David Tardon <dtardon@redhat.com> - 0.4.1-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Aug 30 2013 David Tardon <dtardon@redhat.com> - 0.3.1-8
|
||||
- Resolves: rhbz#1000819 pkgconfig file for libcmis-c is broken
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2013 pmachata@redhat.com - 0.3.1-6
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Wed Apr 24 2013 David Tardon <dtardon@redhat.com> - 0.3.1-5
|
||||
- Resolves: rhbz#918079 libcmis::sha1() can return digests with fewer
|
||||
than 40 hexadecimal digits
|
||||
- Resolves: rhbz#918080 restrict redirection protocols
|
||||
|
||||
* Mon Apr 08 2013 David Tardon <dtardon@redhat.com> - 0.3.1-4
|
||||
- Resolves: rhbz#918044 memory leaks on exception path in C wrapper
|
||||
|
||||
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.1-3
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.1-2
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Mon Feb 04 2013 David Tardon <dtardon@redhat.com> - 0.3.1-1
|
||||
- new release
|
||||
|
||||
* Wed Dec 19 2012 David Tardon <dtardon@redhat.com> - 0.3.0-6
|
||||
- use xmlto for generating man page
|
||||
|
||||
* Sat Dec 08 2012 David Tardon <dtardon@redhat.com> - 0.3.0-5
|
||||
- another pointless bump
|
||||
|
||||
* Fri Dec 07 2012 David Tardon <dtardon@redhat.com> - 0.3.0-4
|
||||
- another pointless rebuild
|
||||
|
||||
* Fri Dec 07 2012 David Tardon <dtardon@redhat.com> - 0.3.0-3
|
||||
- pointless rebuild
|
||||
|
||||
* Fri Dec 07 2012 David Tardon <dtardon@redhat.com> - 0.3.0-2
|
||||
- force rebuild
|
||||
|
||||
* Thu Dec 06 2012 David Tardon <dtardon@redhat.com> - 0.3.0-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Nov 06 2012 Caolán McNamara <caolanm@redhat.com> - 0.2.3-4
|
||||
- clarify license
|
||||
|
||||
* Fri Jul 27 2012 David Tardon <dtardon@redhat.com> - 0.2.3-3
|
||||
- rebuilt for boost 1.50
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2012 David Tardon <dtardon@redhat.com> - 0.2.3-1
|
||||
- new upstream version
|
||||
|
||||
* Wed Jun 20 2012 David Tardon <dtardon@redhat.com> - 0.2.2-1
|
||||
- latest upstream version
|
||||
|
||||
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
|
||||
- Rebuilt for c++ ABI breakage
|
||||
|
||||
* Wed Dec 21 2011 David Tardon <dtardon@redhat.com> 0.1.0-1
|
||||
- initial import
|
|
@ -1,266 +0,0 @@
|
|||
%global apiversion 0.1
|
||||
|
||||
Name: libe-book
|
||||
Version: 0.1.3
|
||||
Release: 19%{?dist}
|
||||
Summary: A library for import of reflowable e-book formats
|
||||
|
||||
License: MPLv2.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
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 0.1.3-17
|
||||
- Rebuild for ICU 69
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.1.3-14
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 0.1.3-13
|
||||
- Rebuild for ICU 67
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 0.1.3-11
|
||||
- Rebuild for ICU 65
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-8
|
||||
- Rebuilt for Boost 1.69
|
||||
|
||||
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 0.1.3-7
|
||||
- Rebuild for ICU 63
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 0.1.3-5
|
||||
- Rebuild for ICU 62
|
||||
|
||||
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 0.1.3-4
|
||||
- Rebuild for ICU 61.1
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-2
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Tue Jan 02 2018 David Tardon <dtardon@redhat.com> - 0.1.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.1.2-19
|
||||
- Rebuild for ICU 60.1
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-16
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-14
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-13
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 0.1.2-12
|
||||
- rebuild for ICU 57.1
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-10
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 0.1.2-9
|
||||
- rebuild for ICU 56.1
|
||||
|
||||
* Sun Aug 30 2015 Jonathan Wakely <jwakely@redhat.com> 0.1.2-8
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Sun Aug 30 2015 David Tardon <dtardon@redhat.com> - 0.1.2-7
|
||||
- fix build with boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.1.2-5
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.1.2-3
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 0.1.2-2
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Mon Jan 05 2015 David Tardon <dtardon@redhat.com> - 0.1.2-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 0.1.1-4
|
||||
- rebuild for ICU 53.1
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-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.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue Jun 03 2014 David Tardon <dtardon@redhat.com> - 0.1.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu May 29 2014 David Tardon <dtardon@redhat.com> - 0.1.0-2
|
||||
- detect and parse zipped FictionBook 2 files again
|
||||
|
||||
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.1.0-1
|
||||
- new upstream release 0.1.0
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.0.3-4
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 0.0.3-3
|
||||
- rebuild for boost 1.55.0
|
||||
|
||||
* Thu Feb 13 2014 David Tardon <dtardon@redhat.com> - 0.0.3-2
|
||||
- rebuild for new ICU
|
||||
|
||||
* Mon Feb 10 2014 David Tardon <dtardon@redhat.com> - 0.0.3-1
|
||||
- new upstream release 0.0.3
|
||||
- generate man pages for the conversion tools
|
||||
|
||||
* Sat Nov 16 2013 David Tardon <dtardon@redhat.com> - 0.0.2-1
|
||||
- new release
|
||||
|
||||
* Mon Nov 11 2013 David Tardon <dtardon@redhat.com> - 0.0.1-2
|
||||
- install all public headers
|
||||
- fix library name in .pc
|
||||
|
||||
* Sun Nov 10 2013 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
||||
- initial import
|
|
@ -1,90 +0,0 @@
|
|||
Name: libeot
|
||||
Version: 0.01
|
||||
Release: 9%{?dist}
|
||||
Summary: A library for parsing Embedded OpenType font files
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: MPLv2.0
|
||||
URL: https://github.com/umanwizard/libeot
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.bz2
|
||||
|
||||
%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}
|
||||
Group: Development/Libraries
|
||||
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
|
||||
Group: Applications/Publishing
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform EOT font files into other formats. Only TTF is
|
||||
supported currently.
|
||||
|
||||
%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
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc LICENSE PATENTS
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%files tools
|
||||
%{_bindir}/eot2ttf
|
||||
|
||||
%changelog
|
||||
* 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
|
|
@ -1,134 +0,0 @@
|
|||
Name: libexttextcat
|
||||
Version: 3.4.5
|
||||
Release: 2%{?dist}
|
||||
Summary: Text categorization library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: https://wiki.documentfoundation.org/Libexttextcat
|
||||
Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
|
||||
|
||||
Obsoletes: libtextcat < 3.2.0
|
||||
Provides: libtextcat = %{version}
|
||||
|
||||
%description
|
||||
%{name} is an N-Gram-Based Text Categorization library primarily
|
||||
intended for language guessing.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: libtextcat-devel < 3.2.0
|
||||
Provides: libtextcat-devel = %{version}
|
||||
|
||||
%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
|
||||
Group: Applications/Publishing
|
||||
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
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static --disable-werror
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files
|
||||
%doc ChangeLog LICENSE README*
|
||||
%{_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
|
||||
* 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,157 +0,0 @@
|
|||
%global apiversion 0.1
|
||||
|
||||
Name: libfreehand
|
||||
Version: 0.1.2
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for import of Macromedia/Adobe FreeHand documents
|
||||
|
||||
License: MPLv2.0
|
||||
URL: http://wiki.documentfoundation.org/DLP/Libraries/libfreehand
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gperf
|
||||
BuildRequires: help2man
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
%description
|
||||
libfreehand is library providing ability to interpret and import
|
||||
Macromedia/Adobe FreeHand documents into various applications.
|
||||
|
||||
%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 Macromedia/Adobe FreeHand documents into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform Macromedia/Adobe FreeHand documents into other formats.
|
||||
Currently supported: SVG, raw, text.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static --disable-werror
|
||||
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}
|
||||
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 fh2raw fh2svg fh2text; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 fh2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
make %{?_smp_mflags} check
|
||||
|
||||
%files
|
||||
%doc AUTHORS
|
||||
%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}/fh2raw
|
||||
%{_bindir}/fh2svg
|
||||
%{_bindir}/fh2text
|
||||
%{_mandir}/man1/fh2raw.1*
|
||||
%{_mandir}/man1/fh2svg.1*
|
||||
%{_mandir}/man1/fh2text.1*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Sep 16 2017 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-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Jun 11 2015 David Tardon <dtardon@redhat.com> - 0.1.1-1
|
||||
- new upstream release
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.1.0-4
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Apr 09 2014 David Tardon <dtardon@redhat.com> - 0.0.0-4
|
||||
- generate man pages
|
||||
|
||||
* Mon Nov 04 2013 David Tardon <dtardon@redhat.com> - 0.0.0-3
|
||||
- fix memory leak
|
||||
|
||||
* Thu Oct 31 2013 David Tardon <dtardon@redhat.com> 0.0.0-2
|
||||
- add gperf to BuildRequires
|
||||
|
||||
* Thu Oct 31 2013 David Tardon <dtardon@redhat.com> 0.0.0-1
|
||||
- initial import
|
|
@ -1,278 +0,0 @@
|
|||
%global apiversion 0.16
|
||||
|
||||
Name: libixion
|
||||
Version: 0.16.1
|
||||
Release: 4%{?dist}
|
||||
Summary: A general purpose formula parser & interpreter library
|
||||
|
||||
License: MPLv2.0
|
||||
URL: https://gitlab.com/ixion/ixion
|
||||
Source0: https://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: automake
|
||||
BuildRequires: pkgconfig(mdds-1.5)
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(spdlog)
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
Ixion is a general purpose formula parser & interpreter that can calculate
|
||||
multiple named targets, or "cells".
|
||||
|
||||
The goal of this project is to create a library for calculating the results of
|
||||
formula expressions stored in multiple named targets, or “cells”. The cells can
|
||||
be referenced from each other, and the library takes care of resolving their
|
||||
dependencies automatically upon calculation. The caller can run the calculation
|
||||
routine either in a single-threaded mode, or a multi-threaded mode. The library
|
||||
also supports re-calculations where the contents of one or more cells have been
|
||||
modified since the last calculation, and a partial calculation of only the
|
||||
affected cells need to be calculated.
|
||||
|
||||
Supported features:
|
||||
- Each calculation session is defined in a plain text file, which is parsed and
|
||||
interpreted by the Ixion parser.
|
||||
- Fully threaded calculation.
|
||||
- Name resolution using A1-style references.
|
||||
- Support 2D cell references and named expressions.
|
||||
- Support range references.
|
||||
- Dependency tracking during both full calculation and partial re-calculation.
|
||||
- Inline strings.
|
||||
- Volatile functions. The framework for volatile functions is implemented. We
|
||||
just need to implement more functions.
|
||||
|
||||
%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: Testing tools for libixion
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Testing tools for %{name}.
|
||||
|
||||
%package python3
|
||||
Summary: Python 3 bindings for libixion
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: %{name}-python < 0.9.1-1
|
||||
Suggests: %{name}-doc = %{version}-%{release}
|
||||
|
||||
%description python3
|
||||
Python 3 bindings for %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: API documentation for %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
%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}
|
||||
rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{python3_sitearch}/*.la
|
||||
|
||||
# create and install man pages
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
help2man -S '%{name} %{version}' -N -n 'formula tokenizer' -o ixion-formula-tokenizer.1 ./src/ixion-formula-tokenizer
|
||||
help2man -S '%{name} %{version}' -N -n 'parser' -o ixion-parser.1 ./src/ixion-parser
|
||||
help2man -S '%{name} %{version}' -N -n 'sorter' -o ixion-sorter.1 ./src/ixion-sorter
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 ixion-*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
# generate docs
|
||||
# make doc
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
make %{?_smp_mflags} check
|
||||
|
||||
%files
|
||||
%doc AUTHORS
|
||||
%license LICENSE
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
|
||||
%files tools
|
||||
%{_bindir}/ixion-formula-tokenizer
|
||||
%{_bindir}/ixion-parser
|
||||
%{_bindir}/ixion-sorter
|
||||
%{_mandir}/man1/ixion-formula-tokenizer.1*
|
||||
%{_mandir}/man1/ixion-parser.1*
|
||||
%{_mandir}/man1/ixion-sorter.1*
|
||||
|
||||
%files python3
|
||||
%{python3_sitearch}/ixion.so
|
||||
|
||||
%files doc
|
||||
%license LICENSE
|
||||
%doc doc/python
|
||||
|
||||
%changelog
|
||||
* 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
|
|
@ -1,227 +0,0 @@
|
|||
%global apiversion 0.1
|
||||
|
||||
Name: libmspub
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for import of Microsoft Publisher documents
|
||||
|
||||
License: MPLv2.0
|
||||
URL: http://wiki.documentfoundation.org/DLP/Libraries/libmspub
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(icu-i18n)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
%description
|
||||
Libmspub is library providing ability to interpret and import Microsoft
|
||||
Publisher content into various applications. You can find it being used
|
||||
in libreoffice.
|
||||
|
||||
%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 Microsoft Publisher documents into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform Microsoft Publisher documents into other formats.
|
||||
Currently supported: XHTML, raw.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-silent-rules
|
||||
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}
|
||||
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 pub2raw pub2xhtml; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 pub2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS 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}/pub2raw
|
||||
%{_bindir}/pub2xhtml
|
||||
%{_mandir}/man1/pub2raw.1*
|
||||
%{_mandir}/man1/pub2xhtml.1*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 28 2018 David Tardon <dtardon@redhat.com> - 0.1.4-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-2
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Tue Jan 02 2018 David Tardon <dtardon@redhat.com> - 0.1.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.1.2-19
|
||||
- Rebuild for ICU 60.1
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-16
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-13
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-12
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 0.1.2-11
|
||||
- rebuild for ICU 57.1
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-9
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 0.1.2-8
|
||||
- rebuild for ICU 56.1
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.1.2-7
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.1.2-5
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.1.2-3
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.1.2-2
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Tue Dec 30 2014 David Tardon <dtardon@redhat.com> - 0.1.2-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 0.1.1-3
|
||||
- rebuild for ICU 53.1
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Tue Jul 01 2014 David Tardon <dtardon@redhat.com> - 0.1.0-1
|
||||
- new upstream release
|
||||
|
||||
* 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
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.0.6-7
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Wed Apr 09 2014 David Tardon <dtardon@redhat.com> - 0.0.6-6
|
||||
- generate man pages
|
||||
|
||||
* Thu Feb 13 2014 David Tardon <dtardon@redhat.com> - 0.0.6-5
|
||||
- rebuild for new ICU
|
||||
|
||||
* Fri Aug 30 2013 David Tardon <dtardon@redhat.com> - 0.0.6-4
|
||||
- Resolves: rhbz#1001245 duplicate documentation files / potentially conflicting
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 0.0.6-2
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Tue May 14 2013 David Tardon <dtardon@redhat.com> - 0.0.6-1
|
||||
- new release
|
||||
|
||||
* Wed Feb 20 2013 David Tardon <dtardon@redhat.com> - 0.0.5-1
|
||||
- new release
|
||||
|
||||
* Wed Jan 30 2013 David Tardon <dtardon@redhat.com> - 0.0.4-1
|
||||
- new release
|
||||
|
||||
* Fri Aug 24 2012 David Tardon <dtardon@redhat.com> - 0.0.3-1
|
||||
- new release
|
||||
|
||||
* Fri Jul 27 2012 David Tardon <dtardon@redhat.com> - 0.0.2-3
|
||||
- rebuilt for boost 1.50
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jul 16 2012 David Tardon <dtardon@redhat.com> - 0.0.2-1
|
||||
- Resolves: rhbz#840445 new release
|
||||
|
||||
* Thu Jul 12 2012 David Tardon <dtardon@redhat.com> 0.0.1-1
|
||||
- new release
|
||||
|
||||
* Thu Jun 07 2012 David Tardon <dtardon@redhat.com> 0.0.0-1
|
||||
- initial import
|
|
@ -1,242 +0,0 @@
|
|||
%global apiversion 0.3
|
||||
|
||||
Name: libmwaw
|
||||
Version: 0.3.14
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for import of many old Mac document formats
|
||||
|
||||
License: LGPLv2+ or MPLv2.0
|
||||
URL: http://sourceforge.net/projects/libmwaw/
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{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)
|
||||
|
||||
%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
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-werror --disable-zip --enable-docs --with-sharedptr=c++11
|
||||
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} V=1
|
||||
|
||||
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 DESTDIR=%{buildroot}
|
||||
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
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%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
|
||||
* 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
|
|
@ -1,97 +0,0 @@
|
|||
Name: libnumbertext
|
||||
Version: 1.0.6
|
||||
Release: 2%{?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++
|
||||
|
||||
%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
|
||||
* Fri Oct 16 2020 Tomas Pelka <tpelka@redhat.com> - 1.0.6-2
|
||||
- rebuild to properly trigger gating
|
||||
|
||||
* 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,441 +0,0 @@
|
|||
%global apiversion 0.17
|
||||
|
||||
%if 0%{?rhel}
|
||||
|
||||
# build conversion tools
|
||||
%bcond_with convtools
|
||||
# build python3 bindings
|
||||
%bcond_with python
|
||||
|
||||
%else
|
||||
# build conversion tools
|
||||
%bcond_without convtools
|
||||
# build python3 bindings
|
||||
%bcond_without python
|
||||
|
||||
%endif
|
||||
|
||||
Name: liborcus
|
||||
Version: 0.17.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Standalone file import filter library for spreadsheet documents
|
||||
|
||||
License: MPLv2.0
|
||||
URL: https://gitlab.com/orcus/orcus
|
||||
Source0: https://kohei.us/files/orcus/src/%{name}-%{version}.tar.xz
|
||||
Patch0: liborcus-noexamples.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: automake
|
||||
%if %{with convtools}
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(libixion-0.17)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(mdds-2.0)
|
||||
%if %{with python}
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%if 0%{?rhel}
|
||||
BuildRequires: python3
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
%description
|
||||
%{name} is a standalone file import filter library for spreadsheet
|
||||
documents. Currently under development are ODS, XLSX and CSV import
|
||||
filters.
|
||||
|
||||
%if %{with convtools}
|
||||
%package model
|
||||
Summary: Spreadsheet model for %{name} conversion tools
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description model
|
||||
The %{name}-model package contains a spreadsheet model used by the
|
||||
conversion tools.
|
||||
%endif
|
||||
|
||||
%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 for working with %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Helper tools for %{name} and converters of various file formats to HTML
|
||||
and text.
|
||||
|
||||
%if %{with python}
|
||||
%package python3
|
||||
Summary: Python 3 bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description python3
|
||||
Python 3 bindings for %{name}.
|
||||
%endif
|
||||
|
||||
%package doc
|
||||
Summary: API documentation for %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%if %{without convtools}
|
||||
%global condopts %{?condopts} --disable-spreadsheet-model
|
||||
%endif
|
||||
%if %{without python}
|
||||
%global condopts %{?condopts} --disable-python
|
||||
%endif
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
%configure --disable-debug --disable-silent-rules --disable-static \
|
||||
--disable-werror --with-pic %{?condopts}
|
||||
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 %{buildroot}%{python3_sitearch}/*.la
|
||||
|
||||
%if %{with convtools}
|
||||
# create and install man pages
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
help2man -N -S '%{name} %{version}' -n 'convert a CSV file' -o orcus-csv.1 %{buildroot}%{_bindir}/orcus-csv
|
||||
help2man -N -S '%{name} %{version}' -n 'convert a Gnumeric file' -o orcus-gnumeric.1 %{buildroot}%{_bindir}/orcus-gnumeric
|
||||
help2man -N -S '%{name} %{version}' -n 'convert an ODF spreadsheet' -o orcus-ods.1 %{buildroot}%{_bindir}/orcus-ods
|
||||
help2man -N -S '%{name} %{version}' -n 'transform an XML file' -o orcus-xls-xml.1 %{buildroot}%{_bindir}/orcus-xls-xml
|
||||
help2man -N -S '%{name} %{version}' -n 'convert a OpenXML spreadsheet' -o orcus-xlsx.1 %{buildroot}%{_bindir}/orcus-xlsx
|
||||
help2man -N -S '%{name} %{version}' -n 'convert an XML file' -o orcus-xml.1 %{buildroot}%{_bindir}/orcus-xml
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -p -m 0644 orcus-*.1 %{buildroot}/%{_mandir}/man1
|
||||
%endif
|
||||
|
||||
# build documentation
|
||||
make doc-doxygen
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
make check %{?_smp_mflags}
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%if %{with convtools}
|
||||
%ldconfig_scriptlets model
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc AUTHORS CHANGELOG
|
||||
%license LICENSE
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
%{_libdir}/%{name}-mso-%{apiversion}.so.*
|
||||
%{_libdir}/%{name}-parser-%{apiversion}.so.*
|
||||
|
||||
%if %{with convtools}
|
||||
%files model
|
||||
%{_libdir}/%{name}-spreadsheet-model-%{apiversion}.so.*
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/%{name}-mso-%{apiversion}.so
|
||||
%{_libdir}/%{name}-parser-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
%if %{with convtools}
|
||||
%{_libdir}/%{name}-spreadsheet-model-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-spreadsheet-model-%{apiversion}.pc
|
||||
%endif
|
||||
|
||||
%files tools
|
||||
%{_bindir}/orcus-css-dump
|
||||
%{_bindir}/orcus-detect
|
||||
%{_bindir}/orcus-json
|
||||
%{_bindir}/orcus-mso-encryption
|
||||
%{_bindir}/orcus-zip-dump
|
||||
%{_bindir}/orcus-yaml
|
||||
%if %{with convtools}
|
||||
%{_bindir}/orcus-csv
|
||||
%{_bindir}/orcus-gnumeric
|
||||
%{_bindir}/orcus-ods
|
||||
%{_bindir}/orcus-styles-ods
|
||||
%{_bindir}/orcus-xls-xml
|
||||
%{_bindir}/orcus-xlsx
|
||||
%{_bindir}/orcus-xml
|
||||
%{_mandir}/man1/orcus-csv.1*
|
||||
%{_mandir}/man1/orcus-gnumeric.1*
|
||||
%{_mandir}/man1/orcus-ods.1*
|
||||
%{_mandir}/man1/orcus-xls-xml.1*
|
||||
%{_mandir}/man1/orcus-xlsx.1*
|
||||
%{_mandir}/man1/orcus-xml.1*
|
||||
%endif
|
||||
|
||||
%if %{with python}
|
||||
%files python3
|
||||
%{python3_sitearch}/_orcus.so
|
||||
%{python3_sitearch}/_orcus_json.so
|
||||
%{python3_sitelib}/orcus
|
||||
%endif
|
||||
|
||||
%files doc
|
||||
%license LICENSE
|
||||
%doc doc/_doxygen/html
|
||||
|
||||
%changelog
|
||||
* 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
|
|
@ -1,162 +0,0 @@
|
|||
%global apiversion 0.0
|
||||
|
||||
Name: libpagemaker
|
||||
Version: 0.0.4
|
||||
Release: 3%{?dist}
|
||||
Summary: A library for import of Adobe PageMaker documents
|
||||
|
||||
License: MPLv2.0
|
||||
URL: http://wiki.documentfoundation.org/DLP/Libraries/libpagemaker
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
|
||||
%description
|
||||
libpagemaker is library providing ability to interpret and import
|
||||
Adobe PageMaker documents into various applications.
|
||||
|
||||
%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 Adobe PageMaker documents into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform Adobe PageMaker documents into other formats.
|
||||
Currently supported: SVG, plain text, raw.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static --disable-werror
|
||||
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}
|
||||
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 pmd2raw pmd2svg pmd2text; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 pmd2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc AUTHORS 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
|
||||
|
||||
%files tools
|
||||
%{_bindir}/pmd2raw
|
||||
%{_bindir}/pmd2svg
|
||||
%{_bindir}/pmd2text
|
||||
%{_mandir}/man1/pmd2raw.1*
|
||||
%{_mandir}/man1/pmd2svg.1*
|
||||
%{_mandir}/man1/pmd2text.1*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.0.4-2
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Tue Jan 09 2018 David Tardon <dtardon@redhat.com> - 0.0.4-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.0.3-5
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.0.3-2
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Thu Mar 03 2016 David Tardon <dtardon@redhat.com> - 0.0.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.0.2-8
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.0.2-7
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.0.2-5
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.0.2-3
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.0.2-2
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Fri Dec 05 2014 David Tardon <dtardon@redhat.com> - 0.0.2-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 21 2014 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
||||
- new upstream release
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Jun 26 2014 David Tardon <dtardon@redhat.com> 0.0.0-1
|
||||
- initial import
|
|
@ -1,116 +0,0 @@
|
|||
%global apiversion 0.0
|
||||
|
||||
Name: libqxp
|
||||
Version: 0.0.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Library for import of QuarkXPress documents
|
||||
|
||||
License: MPLv2.0
|
||||
URL: http://wiki.documentfoundation.org/DLP/Libraries/libqxp
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
|
||||
%description
|
||||
libqxp is library providing ability to interpret and import QuarkXPress
|
||||
document formats into various applications. Currently it only supports
|
||||
QuarkXPress 3.1-4.1.
|
||||
|
||||
%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 QuarkXPress documents into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform QuarkXPress documents into other formats.
|
||||
Currently supported: SVG, plain text, raw.
|
||||
|
||||
%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 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
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 qxp2raw qxp2svg qxp2text; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 qxp2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
make %{?_smp_mflags} 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}/qxp2raw
|
||||
%{_bindir}/qxp2svg
|
||||
%{_bindir}/qxp2text
|
||||
%{_mandir}/man1/qxp2raw.1*
|
||||
%{_mandir}/man1/qxp2svg.1*
|
||||
%{_mandir}/man1/qxp2text.1*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 02 2018 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.0.0-2
|
||||
- Rebuild for ICU 60.1
|
||||
|
||||
* Sun Aug 27 2017 David Tardon <dtardon@redhat.com> - 0.0.0-1
|
||||
- initial import
|
||||
|
|
@ -1,138 +0,0 @@
|
|||
%global apiversion 0.0
|
||||
|
||||
Name: libstaroffice
|
||||
Version: 0.0.6
|
||||
Release: 1%{?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)
|
||||
|
||||
%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-werror --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
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%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
|
||||
* 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
|
|
@ -1,127 +0,0 @@
|
|||
%global apiversion 0.0
|
||||
|
||||
Name: libzmf
|
||||
Version: 0.0.2
|
||||
Release: 3%{?dist}
|
||||
Summary: A library for import of Zoner document formats
|
||||
|
||||
License: MPLv2.0
|
||||
URL: http://wiki.documentfoundation.org/DLP/Libraries/libzmf
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
%description
|
||||
libzmf is library providing ability to interpret and import Zoner
|
||||
document formats into various applications. Currently it only supports
|
||||
Zoner Callisto/Draw v 4-5.
|
||||
|
||||
%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 Zoner documents into other formats
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Tools to transform Zoner documents into other formats.
|
||||
Currently supported: SVG, raw.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static --disable-werror
|
||||
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}
|
||||
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 zmf2raw zmf2svg; do
|
||||
help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool}
|
||||
done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 zmf2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
make %{?_smp_mflags} check
|
||||
|
||||
%files
|
||||
%doc AUTHORS 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
|
||||
|
||||
%files tools
|
||||
%{_bindir}/zmf2raw
|
||||
%{_bindir}/zmf2svg
|
||||
%{_mandir}/man1/zmf2raw.1*
|
||||
%{_mandir}/man1/zmf2svg.1*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.2-3
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.0.2-2
|
||||
- Rebuild for ICU 60.1
|
||||
|
||||
* Thu Sep 14 2017 David Tardon <dtardon@redhat.com> - 0.0.2-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Sep 07 2016 David Tardon <dtardon@redhat.com> - 0.0.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jun 23 2016 David Tardon <dtardon@redhat.com> 0.0.0-1
|
||||
- initial import
|
|
@ -1,294 +0,0 @@
|
|||
# header-only library
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global apiversion 2.0
|
||||
|
||||
Name: mdds
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
* Wed Feb 02 2022 Caolán McNamara <caolanm@redhat.com> - 2.0.1-1
|
||||
- new upstream release needed for libreoffice 7.3
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Sep 21 2020 Caolán McNamara <caolanm@redhat.com> - 1.7.0-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Aug 15 2019 Caolán McNamara <caolanm@redhat.com> - 1.5.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 1.4.3-2
|
||||
- Rebuilt for Boost 1.69
|
||||
|
||||
* Wed Oct 31 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.3-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Sep 19 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.2-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Aug 28 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.1-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 1.3.0-2
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Wed Nov 01 2017 David Tardon <dtardon@redhat.com> - 1.3.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 1.2.3-2
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Thu May 25 2017 David Tardon <dtardon@redhat.com> - 1.2.3-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.2.2-2
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Mon Sep 12 2016 David Tardon <dtardon@redhat.com> - 1.2.2-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Jun 27 2016 David Tardon <dtardon@redhat.com> - 1.2.1-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Jun 22 2016 David Tardon <dtardon@redhat.com> - 1.2.0-2
|
||||
- fix double delete in mtv::swap
|
||||
|
||||
* Thu May 12 2016 David Tardon <dtardon@redhat.com> - 1.2.0-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 12 2016 David Tardon <dtardon@redhat.com> - 1.1.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.12.1-6
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.12.1-5
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.12.1-3
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Jun 12 2015 David Tardon <dtardon@redhat.com> - 0.12.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Mar 05 2015 David Tardon <dtardon@redhat.com> - 0.12.0-2
|
||||
- add missing includes
|
||||
|
||||
* Tue Feb 17 2015 David Tardon <dtardon@redhat.com> - 0.12.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jan 29 2015 David Tardon <dtardon@redhat.com> - 0.11.2-3
|
||||
- fix includes in header file
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.11.2-2
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Sun Dec 21 2014 David Tardon <dtardon@redhat.com> - 0.11.2-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Oct 03 2014 David Tardon <dtardon@redhat.com> - 0.11.1-1
|
||||
- new bugfix release
|
||||
|
||||
* Mon Sep 22 2014 David Tardon <dtardon@redhat.com> - 0.11.0-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.10.3-2
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Thu Apr 24 2014 David Tardon <dtardon@redhat.com> - 0.10.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 13 2014 David Tardon <dtardon@redhat.com> - 0.10.2-1
|
||||
- new bugfix release
|
||||
|
||||
* Thu Jan 09 2014 David Tardon <dtardon@redhat.com> - 0.10.1-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jan 07 2014 David Tardon <dtardon@redhat.com> - 0.10.0-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Nov 06 2013 David Tardon <dtardon@redhat.com> - 0.9.1-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Sep 04 2013 David Tardon <dtardon@redhat.com> - 0.8.1-5
|
||||
- run tests on all platforms
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 0.8.1-3
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Mon Jun 10 2013 David Tardon <dtardon@redhat.com> - 0.8.1-2
|
||||
- trivial changes
|
||||
|
||||
* Tue May 21 2013 David Tardon <dtardon@redhat.com> - 0.8.1-1
|
||||
- new release
|
||||
|
||||
* Tue May 14 2013 David Tardon <dtardon@redhat.com> - 0.8.0-1
|
||||
- new release
|
||||
|
||||
* Mon Mar 18 2013 David Tardon <dtardon@redhat.com> - 0.7.1-1
|
||||
- new release
|
||||
|
||||
* Thu Feb 28 2013 David Tardon <dtardon@redhat.com> - 0.7.0-1
|
||||
- new release
|
||||
|
||||
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.1-3
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.1-2
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Tue Sep 18 2012 David Tardon <dtardon@redhat.com> - 0.6.1-1
|
||||
- new version
|
||||
|
||||
* Sat Jul 28 2012 David Tardon <dtardon@redhat.com> - 0.6.0-2
|
||||
- rebuilt for boost 1.50
|
||||
|
||||
* Mon Jul 23 2012 David Tardon <dtardon@redhat.com> - 0.6.0-1
|
||||
- new version
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Nov 18 2011 David Tardon <dtardon@redhat.com> - 0.5.4-1
|
||||
- new version
|
||||
|
||||
* Thu Jul 14 2011 David Tardon <dtardon@redhat.com> - 0.5.3-1
|
||||
- new version
|
||||
|
||||
* Wed Mar 30 2011 David Tardon <dtardon@redhat.com> - 0.5.2-2
|
||||
- install license
|
||||
|
||||
* Tue Mar 29 2011 David Tardon <dtardon@redhat.com> - 0.5.2-1
|
||||
- new version
|
||||
|
||||
* Thu Mar 24 2011 David Tardon <dtardon@redhat.com> - 0.5.1-3
|
||||
- Resolves: rhbz#680766 fix a crash and two other bugs
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sat Jan 08 2011 David Tardon <dtardon@redhat.com> - 0.5.1-1
|
||||
- new version
|
||||
|
||||
* Tue Dec 21 2010 David Tardon <dtardon@redhat.com> - 0.4.0-1
|
||||
- new version
|
||||
|
||||
* Tue Nov 16 2010 David Tardon <dtardon@redhat.com> - 0.3.1-1
|
||||
- new version
|
||||
|
||||
* Wed Jul 07 2010 Caolán McNamara <caolanm@redhat.com> - 0.3.0-2
|
||||
- rpmlint warnings
|
||||
|
||||
* Wed Jun 30 2010 David Tardon <dtardon@redhat.com> - 0.3.0-1
|
||||
- initial import
|
|
@ -1,444 +0,0 @@
|
|||
%bcond_without tests
|
||||
%if 0%{?fedora}
|
||||
%bcond_without pkcs11
|
||||
%else
|
||||
%bcond_with pkcs11
|
||||
%endif
|
||||
%if 0%{?fedora}
|
||||
%bcond_without libproxy
|
||||
%else
|
||||
%bcond_with libproxy
|
||||
%endif
|
||||
|
||||
Summary: An HTTP and WebDAV client library
|
||||
Name: neon
|
||||
Version: 0.32.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://notroj.github.io/neon/
|
||||
Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz
|
||||
Patch0: neon-0.27.0-multilib.patch
|
||||
BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel
|
||||
BuildRequires: pkgconfig, make, gcc, xmlto
|
||||
%if %{with pkcs11}
|
||||
BuildRequires: pakchois-devel
|
||||
%endif
|
||||
%if %{with libproxy}
|
||||
BuildRequires: libproxy-devel
|
||||
%endif
|
||||
%if %{with tests}
|
||||
# SSL tests require openssl binary, PKCS#11 testing need certutil
|
||||
BuildRequires: /usr/bin/perl, /usr/bin/openssl, /usr/bin/certutil
|
||||
%endif
|
||||
|
||||
%description
|
||||
neon is an HTTP and WebDAV client library, with a C interface;
|
||||
providing a high-level interface to HTTP and WebDAV methods along
|
||||
with a low-level interface for HTTP request handling. neon
|
||||
supports persistent connections, proxy servers, basic, digest and
|
||||
Kerberos authentication, and has complete SSL support.
|
||||
|
||||
%package devel
|
||||
Summary: Development libraries and C header files for the neon library
|
||||
Requires: neon = %{version}-%{release}, openssl-devel, zlib-devel, expat-devel
|
||||
Requires: pkgconfig
|
||||
# Documentation is GPLv2+
|
||||
License: LGPLv2+ and GPLv2+
|
||||
|
||||
%description devel
|
||||
The development library for the C language HTTP and WebDAV client library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .multilib
|
||||
|
||||
# prevent installation of HTML docs
|
||||
sed -i '/^install-docs/s/install-html//' Makefile.in
|
||||
|
||||
%build
|
||||
%configure --with-expat --enable-shared --disable-static \
|
||||
--enable-warnings \
|
||||
--with-ssl=openssl --enable-threadsafe-ssl=posix \
|
||||
%if %{with libproxy}
|
||||
--with-libproxy
|
||||
%else
|
||||
--without-libproxy
|
||||
%endif
|
||||
%make_build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%make_install
|
||||
|
||||
sed -ri "/^dependency_libs/{s,-l[^ ']*,,g}" \
|
||||
$RPM_BUILD_ROOT%{_libdir}/libneon.la
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
export TEST_QUIET=0
|
||||
make %{?_smp_mflags} check
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS BUGS TODO src/COPYING.LIB NEWS README* THANKS
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%{_bindir}/*
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/neon.pc
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man3/*
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Thu Jan 13 2022 Joe Orton <jorton@redhat.com> - 0.32.2-1
|
||||
- update to 0.32.2
|
||||
|
||||
* Tue Sep 21 2021 Joe Orton <jorton@redhat.com> - 0.32.1-1
|
||||
- update to 0.32.1
|
||||
- add bcond for libproxy support
|
||||
|
||||
* Mon Sep 20 2021 Joe Orton <jorton@redhat.com> - 0.32.0-1
|
||||
- update to 0.32.0
|
||||
|
||||
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.31.2-8
|
||||
- Rebuilt with OpenSSL 3.0.0
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Feb 4 2021 Joe Orton <jorton@redhat.com> - 0.31.2-6
|
||||
- add bcond for PKCS#11 support
|
||||
- use make macros
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Aug 26 2020 Joe Orton <jorton@redhat.com> - 0.31.2-4
|
||||
- fix tests with current OpenSSL (#1863681)
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.2-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jun 24 2020 Joe Orton <jorton@redhat.com> - 0.31.2-1
|
||||
- update to 0.31.2
|
||||
|
||||
* Fri Apr 17 2020 Joe Orton <jorton@redhat.com> - 0.31.1-1
|
||||
- update to 0.31.1
|
||||
|
||||
* Tue Mar 24 2020 Joe Orton <jorton@redhat.com> - 0.31.0-1
|
||||
- update to 0.31.0
|
||||
|
||||
* Mon Feb 10 2020 Joe Orton <jorton@redhat.com> - 0.30.2-14
|
||||
- fix FTBFS (#1799679)
|
||||
|
||||
* Mon Feb 03 2020 Kalev Lember <klember@redhat.com> - 0.30.2-13
|
||||
- Avoid using bindir macro in buildrequires
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Apr 5 2019 Joe Orton <jorton@redhat.com> - 0.30.2-10
|
||||
- updates for OpenSSL 1.1 (#1675444)
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Joe Orton <jorton@redhat.com> - 0.30.2-7
|
||||
- fix gcc warnings in test suite build
|
||||
|
||||
* Thu Jun 28 2018 Joe Orton <jorton@redhat.com> - 0.30.2-6
|
||||
- fix implicit writev declaration (Mattias Ellert, #1572180)
|
||||
- add build conditional for tests
|
||||
- use ldconfig_scriptlets macro
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Sep 30 2016 Joe Orton <jorton@redhat.com> - 0.30.2-1
|
||||
- update to 0.30.2
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Sep 23 2014 Joe Orton <jorton@redhat.com> - 0.30.1-2
|
||||
- switch to OpenSSL
|
||||
|
||||
* Tue Sep 23 2014 Joe Orton <jorton@redhat.com> - 0.30.1-1
|
||||
- update to 0.30.1
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed Jul 31 2013 Joe Orton <jorton@redhat.com> - 0.30.0-2
|
||||
- prevent installation of HTML docs
|
||||
|
||||
* Wed Jul 31 2013 Joe Orton <jorton@redhat.com> - 0.30.0-1
|
||||
- update to 0.30.0 (#983563, #926212)
|
||||
|
||||
* Mon Mar 18 2013 Joe Orton <jorton@redhat.com> - 0.29.6-6
|
||||
- fix strict-aliasing warning (upstream r1896)
|
||||
|
||||
* Mon Feb 25 2013 Tomáš Mráz <tmraz@redhat.com> - 0.29.6-5
|
||||
- fix build with gnutls3 - patch by Bartosz Brachaczek
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue May 3 2011 Joe Orton <jorton@redhat.com> - 0.29.6-1
|
||||
- update to 0.29.6
|
||||
- correct -devel License; drop old Conflicts
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Oct 14 2010 Joe Orton <jorton@redhat.com> - 0.29.5-1
|
||||
- update to 0.29.5
|
||||
|
||||
* Fri Oct 1 2010 Joe Orton <jorton@redhat.com> - 0.29.4-1
|
||||
- update to 0.29.4
|
||||
|
||||
* Thu Mar 25 2010 Joe Orton <jorton@redhat.com> - 0.29.3-1
|
||||
- update to 0.29.3
|
||||
|
||||
* Fri Jan 8 2010 Joe Orton <jorton@redhat.com> - 0.29.2-1
|
||||
- update to 0.29.2
|
||||
|
||||
* Tue Dec 15 2009 Joe Orton <jorton@redhat.com> - 0.29.1-1
|
||||
- update to 0.29.1
|
||||
|
||||
* Sun Sep 13 2009 Joe Orton <jorton@redhat.com> 0.29.0-3
|
||||
- enable libproxy support
|
||||
|
||||
* Sun Sep 13 2009 Joe Orton <jorton@redhat.com> 0.29.0-1
|
||||
- update to 0.29.0
|
||||
|
||||
* Wed Aug 19 2009 Joe Orton <jorton@redhat.com> 0.28.6-1
|
||||
- update to 0.28.6
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu Jul 9 2009 Joe Orton <jorton@redhat.com> 0.28.5-1
|
||||
- update to 0.28.5
|
||||
|
||||
* Fri Mar 6 2009 Joe Orton <jorton@redhat.com> 0.28.4-1
|
||||
- update to 0.28.4
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Mon Jan 19 2009 Joe Orton <jorton@redhat.com> 0.28.3-3
|
||||
- use install-p in "make install" (Robert Scheck, #226189)
|
||||
|
||||
* Thu Aug 28 2008 Joe Orton <jorton@redhat.com> 0.28.3-2
|
||||
- update to 0.28.3
|
||||
|
||||
* Wed Jun 25 2008 Joe Orton <jorton@redhat.com> 0.28.2-4
|
||||
- rebuild for new GnuTLS
|
||||
|
||||
* Mon Jun 2 2008 Joe Orton <jorton@redhat.com> 0.28.2-3
|
||||
- require ca-certificates package
|
||||
|
||||
* Thu Apr 3 2008 Joe Orton <jorton@redhat.com> 0.28.2-2
|
||||
- update to 0.28.2
|
||||
|
||||
* Wed Apr 2 2008 Joe Orton <jorton@redhat.com> 0.28.1-3
|
||||
- use the OpenSSL CA bundle
|
||||
|
||||
* Mon Mar 10 2008 Joe Orton <jorton@redhat.com> 0.28.1-2
|
||||
- update to 0.28.1
|
||||
|
||||
* Tue Feb 26 2008 Joe Orton <jorton@redhat.com> 0.28.0-3
|
||||
- rebuild against pakchois
|
||||
|
||||
* Wed Dec 5 2007 Joe Orton <jorton@redhat.com> 0.27.2-4
|
||||
- trim dependency_libs in .la file
|
||||
|
||||
* Tue Dec 4 2007 Joe Orton <jorton@redhat.com> 0.27.2-3
|
||||
- rebuild against GnuTLS
|
||||
- drop static library
|
||||
|
||||
* Tue Sep 25 2007 Joe Orton <jorton@redhat.com> 0.27.2-2
|
||||
- update to 0.27.2
|
||||
|
||||
* Thu Sep 20 2007 Joe Orton <jorton@redhat.com> 0.27.0-3
|
||||
- fix Negotiate response verification
|
||||
|
||||
* Thu Aug 30 2007 Joe Orton <jorton@redhat.com> 0.27.0-2
|
||||
- enable OpenSSL thread-safety hooks
|
||||
|
||||
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 0.27.0-1
|
||||
- update to 0.27.0 (#243638)
|
||||
|
||||
* Mon Aug 20 2007 Joe Orton <jorton@redhat.com> 0.25.5-7
|
||||
- fix License
|
||||
|
||||
* Mon Feb 5 2007 Joe Orton <jorton@redhat.com> 0.25.5-6
|
||||
- remove trailing dot in -devel Summary
|
||||
- use standard BuildRoot
|
||||
- change Group to System Environment/Libraries
|
||||
- drop Prefix
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.25.5-5.1
|
||||
- rebuild
|
||||
|
||||
* Thu Jun 1 2006 Joe Orton <jorton@redhat.com> 0.25.5-5
|
||||
- have -devel require pkgconfig (#193355)
|
||||
|
||||
* Wed May 24 2006 Joe Orton <jorton@redhat.com> 0.25.5-4
|
||||
- add multilib fixes for neon-config (#192734)
|
||||
|
||||
* Wed May 17 2006 Joe Orton <jorton@redhat.com> 0.25.5-3
|
||||
- rebuild
|
||||
|
||||
* Mon Feb 27 2006 Joe Orton <jorton@redhat.com> 0.25.5-2
|
||||
- don't trim exported libraries (#182997)
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.25.5-1.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.25.5-1.1
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 0.25.5-1
|
||||
- update to 0.25.5
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Dec 7 2005 Joe Orton <jorton@redhat.com> 0.24.7-10
|
||||
- strip unnecessary exports from .la file/neon-config
|
||||
|
||||
* Tue Nov 8 2005 Tomas Mraz <tmraz@redhat.com> 0.24.7-9
|
||||
- rebuilt with new openssl
|
||||
|
||||
* Fri Sep 23 2005 Joe Orton <jorton@redhat.com> 0.24.7-8
|
||||
- restore static libs for rpm
|
||||
|
||||
* Mon Sep 19 2005 Joe Orton <jorton@redhat.com> 0.24.7-7
|
||||
- drop static libs, doc/html from devel docdir
|
||||
|
||||
* Wed Mar 2 2005 Joe Orton <jorton@redhat.com> 0.24.7-6
|
||||
- rebuild
|
||||
|
||||
* Thu Feb 10 2005 Joe Orton <jorton@redhat.com> 0.24.7-5
|
||||
- don't define min() in ne_utils.h (Caolan McNamara, #147228)
|
||||
|
||||
* Tue Oct 12 2004 Joe Orton <jorton@redhat.com> 0.24.7-4
|
||||
- update to GSSAPI code from trunk
|
||||
|
||||
* Fri Jul 23 2004 Joe Orton <jorton@redhat.com> 0.24.7-3
|
||||
- rebuild
|
||||
|
||||
* Tue Jul 20 2004 Joe Orton <jorton@redhat.com> 0.24.7-2.1
|
||||
- rebuild
|
||||
|
||||
* Tue Jul 6 2004 Joe Orton <jorton@redhat.com> 0.24.7-2
|
||||
- devel requires neon of same release, expat-devel (#127330)
|
||||
|
||||
* Mon Jul 5 2004 Joe Orton <jorton@redhat.com> 0.24.7-1
|
||||
- update to 0.24.7
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 0.24.6-1
|
||||
- update to 0.24.6
|
||||
|
||||
* Wed Apr 14 2004 Joe Orton <jorton@redhat.com> 0.24.5-2
|
||||
- rebuild
|
||||
|
||||
* Wed Apr 14 2004 Joe Orton <jorton@redhat.com> 0.24.5-1
|
||||
- update to 0.24.5 for CVE CAN-2004-0179 fix
|
||||
|
||||
* Thu Mar 25 2004 Joe Orton <jorton@redhat.com> 0.24.4-4
|
||||
- implement the Negotate auth scheme, and only over SSL
|
||||
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Feb 25 2004 Joe Orton <jorton@redhat.com> 0.24.4-3
|
||||
- use BuildRequires not BuildPrereq, drop autoconf, libtool;
|
||||
-devel requires {openssl,zlib}-devel (#116744)
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.24.4-2
|
||||
- rebuilt
|
||||
|
||||
* Mon Feb 9 2004 Joe Orton <jorton@redhat.com> 0.24.4-1
|
||||
- update to 0.24.4
|
||||
|
||||
* Thu Oct 9 2003 Joe Orton <jorton@redhat.com> 0.24.3-1
|
||||
- update to 0.24.3
|
||||
|
||||
* Wed Sep 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-1
|
||||
- update to 0.24.2
|
||||
|
||||
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.23.9-7
|
||||
- rebuild
|
||||
|
||||
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.23.9-6
|
||||
- never print libdir in --libs output
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Tue Jun 3 2003 Joe Orton <jorton@redhat.com> 0.23.9-4
|
||||
- don't regenerate docs; limit conflict with subversion
|
||||
|
||||
* Wed May 28 2003 Jeff Johnson <jbj@redhat.com> 0.23.9-3
|
||||
- build.
|
||||
|
||||
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||
- add ldconfig to post/postun
|
||||
|
||||
* Tue May 20 2003 Jeff Johnson <jbj@redhat.com> 0.23.9-2
|
||||
- force expat, include neon-config, for subversion build.
|
||||
- do "make check" (but ignore failure for now)
|
||||
|
||||
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.23.9-1
|
||||
- upgrade to 0.23.9.
|
||||
- avoid xmlto breakage generating man pages for now.
|
||||
|
||||
* Mon Nov 11 2002 Jeff Johnson <jbj@redhat.com> 0.23.5-2
|
||||
- avoid subversion-devel until libxml2 vs. expat is resolved.
|
||||
|
||||
* Sat Nov 9 2002 Jeff Johnson <jbj@redhat.com> 0.23.5-1
|
||||
- Create.
|
|
@ -1,123 +0,0 @@
|
|||
Summary: A wrapper library for PKCS#11
|
||||
Name: pakchois
|
||||
Version: 0.4
|
||||
Release: 23%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.manyfish.co.uk/pakchois/
|
||||
Source0: http://www.manyfish.co.uk/pakchois/pakchois-%{version}.tar.gz
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
|
||||
%description
|
||||
pakchois is just another PKCS#11 wrapper library. pakchois aims to
|
||||
provide a thin wrapper over the PKCS#11 interface; offering a
|
||||
modern object-oriented C interface which does not hide any of the
|
||||
underlying interface, and avoids dependencies on any cryptography
|
||||
toolkit.
|
||||
|
||||
%package devel
|
||||
Summary: Development library and C header files for the pakchois library
|
||||
Requires: pkgconfig, pakchois = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The development library for the pakchois PKCS#11 wrapper library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# The module path used here will pick up opensc, coolkey, and
|
||||
# gnome-keyring, if they are also installed. (the path is not
|
||||
# checked at build time, so those packages do not need to be BRed)
|
||||
%define pkcs11_path %{_libdir}/pkcs11:%{_libdir}/gnome-keyring:%{_libdir}
|
||||
%configure --disable-static \
|
||||
--enable-module-path=%{pkcs11_path}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/%{name}
|
||||
%{_includedir}/%{name}/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Fri Jan 18 2013 Joe Orton <jorton@redhat.com> - 0.4-7
|
||||
- rebuild with dist tag
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Feb 13 2008 Joe Orton <jorton@redhat.com> 0.4-1
|
||||
- initial packaging.
|
|
@ -1,726 +0,0 @@
|
|||
%global cmake_build_dir cmake-build
|
||||
%global cmake_debug_dir cmake-debug
|
||||
|
||||
# build without tests on s390 (runs out of memory during linking due the 2 GB address space)
|
||||
%ifnarch s390
|
||||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
%bcond_without samples
|
||||
|
||||
# mongodb still available only on little endian arches
|
||||
%ifarch aarch64 %{arm} %{ix86} x86_64 ppc64le
|
||||
%bcond_without mongodb
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} > 27
|
||||
%global mysql_devel_pkg mariadb-connector-c-devel
|
||||
%global mysql_lib_dir %{_libdir}/mariadb
|
||||
%else
|
||||
%global mysql_devel_pkg mariadb-devel
|
||||
%global mysql_lib_dir %{_libdir}/mysql
|
||||
%endif
|
||||
|
||||
Name: poco
|
||||
Version: 1.10.1
|
||||
Release: 7%{?dist}
|
||||
Summary: C++ class libraries for network-centric applications
|
||||
|
||||
License: Boost
|
||||
URL: https://pocoproject.org
|
||||
|
||||
Source0: https://github.com/pocoproject/%{name}/archive/%{name}-%{version}-release.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
# Disable the tests that will fail under Koji (mostly network)
|
||||
Patch0: disable-tests.patch
|
||||
# Generated a new test certificate (the old one uses a weak algorithm which
|
||||
# is rejected by current OpenSSL) using:
|
||||
# openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 3650
|
||||
Patch1: fix-old-test-cert.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: libiodbc-devel
|
||||
BuildRequires: %{mysql_devel_pkg}
|
||||
BuildRequires: libpq-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: libtool-ltdl-devel
|
||||
|
||||
# We build poco to unbundle as much as possible, but unfortunately, it uses
|
||||
# some internal functions of pcre so there are a few files from pcre that are
|
||||
# still bundled. See https://github.com/pocoproject/poco/issues/120.
|
||||
Provides: bundled(pcre) = 8.35
|
||||
|
||||
%description
|
||||
The POCO C++ Libraries (POCO stands for POrtable COmponents)
|
||||
are open source C++ class libraries that simplify and accelerate the
|
||||
development of network-centric, portable applications in C++. The
|
||||
POCO C++ Libraries are built strictly on standard ANSI/ISO C++,
|
||||
including the standard library.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{name}-%{version}-release
|
||||
|
||||
/bin/sed -i.orig -e 's|$(INSTALLDIR)/lib\b|$(INSTALLDIR)/%{_lib}|g' Makefile
|
||||
/bin/sed -i.orig -e 's|ODBCLIBDIR = /usr/lib\b|ODBCLIBDIR = %{_libdir}|g' Data/ODBC/Makefile Data/ODBC/testsuite/Makefile
|
||||
/bin/sed -i.orig -e 's|flags=""|flags="%{optflags}"|g' configure
|
||||
/bin/sed -i.orig -e 's|SHAREDOPT_LINK = -Wl,-rpath,$(LIBPATH)|SHAREDOPT_LINK =|g' build/config/Linux
|
||||
/bin/sed -i.orig -e 's|"Poco/zlib.h"|<zlib.h>|g' Zip/src/ZipStream.cpp
|
||||
/bin/sed -i.orig -e 's|PDF|Data/SQLite PDF|' travis/runtests.sh
|
||||
/bin/sed -i.orig -e 's|#endif|#define POCO_UNBUNDLED 1\n\n#endif|g' Foundation/include/Poco/Config.h
|
||||
|
||||
rm -f Foundation/src/MSG00001.bin
|
||||
rm -f Foundation/include/Poco/zconf.h
|
||||
rm -f Foundation/include/Poco/zlib.h
|
||||
rm -f Foundation/src/adler32.c
|
||||
rm -f Foundation/src/compress.c
|
||||
rm -f Foundation/src/crc32.c
|
||||
rm -f Foundation/src/crc32.h
|
||||
rm -f Foundation/src/deflate.c
|
||||
rm -f Foundation/src/deflate.h
|
||||
rm -f Foundation/src/gzguts.h
|
||||
rm -f Foundation/src/gzio.c
|
||||
rm -f Foundation/src/infback.c
|
||||
rm -f Foundation/src/inffast.c
|
||||
rm -f Foundation/src/inffast.h
|
||||
rm -f Foundation/src/inffixed.h
|
||||
rm -f Foundation/src/inflate.c
|
||||
rm -f Foundation/src/inflate.h
|
||||
rm -f Foundation/src/inftrees.c
|
||||
rm -f Foundation/src/inftrees.h
|
||||
rm -f Foundation/src/trees.c
|
||||
rm -f Foundation/src/trees.h
|
||||
rm -f Foundation/src/zconf.h
|
||||
rm -f Foundation/src/zlib.h
|
||||
rm -f Foundation/src/zutil.c
|
||||
rm -f Foundation/src/zutil.h
|
||||
# PCRE files that can't be removed due to still being bundled:
|
||||
# pcre.h pcre_config.h pcre_internal.h pcre_tables.c pcre_ucd.c
|
||||
rm -f Foundation/src/pcre_byte_order.c
|
||||
rm -f Foundation/src/pcre_chartables.c
|
||||
rm -f Foundation/src/pcre_compile.c
|
||||
rm -f Foundation/src/pcre_config.c
|
||||
rm -f Foundation/src/pcre_dfa_exec.c
|
||||
rm -f Foundation/src/pcre_exec.c
|
||||
rm -f Foundation/src/pcre_fullinfo.c
|
||||
rm -f Foundation/src/pcre_get.c
|
||||
rm -f Foundation/src/pcre_globals.c
|
||||
rm -f Foundation/src/pcre_jit_compile.c
|
||||
rm -f Foundation/src/pcre_maketables.c
|
||||
rm -f Foundation/src/pcre_newline.c
|
||||
rm -f Foundation/src/pcre_ord2utf8.c
|
||||
rm -f Foundation/src/pcre_refcount.c
|
||||
rm -f Foundation/src/pcre_string_utils.c
|
||||
rm -f Foundation/src/pcre_study.c
|
||||
rm -f Foundation/src/pcre_try_flipped.c
|
||||
rm -f Foundation/src/pcre_valid_utf8.c
|
||||
rm -f Foundation/src/pcre_version.c
|
||||
rm -f Foundation/src/pcre_xclass.c
|
||||
rm -f Data/SQLite/src/sqlite3.h
|
||||
rm -f Data/SQLite/src/sqlite3.c
|
||||
rm -f XML/include/Poco/XML/expat.h
|
||||
rm -f XML/include/Poco/XML/expat_external.h
|
||||
rm -f XML/src/ascii.h
|
||||
rm -f XML/src/asciitab.h
|
||||
rm -f XML/src/expat_config.h
|
||||
rm -f XML/src/iasciitab.h
|
||||
rm -f XML/src/internal.h
|
||||
rm -f XML/src/latin1tab.h
|
||||
rm -f XML/src/nametab.h
|
||||
rm -f XML/src/utf8tab.h
|
||||
rm -f XML/src/xmlparse.cpp
|
||||
rm -f XML/src/xmlrole.c
|
||||
rm -f XML/src/xmlrole.h
|
||||
rm -f XML/src/xmltok.c
|
||||
rm -f XML/src/xmltok.h
|
||||
rm -f XML/src/xmltok_impl.c
|
||||
rm -f XML/src/xmltok_impl.h
|
||||
rm -f XML/src/xmltok_ns.c
|
||||
|
||||
%build
|
||||
%if %{with tests}
|
||||
%global poco_tests -DENABLE_TESTS=ON
|
||||
%endif
|
||||
%if %{without samples}
|
||||
%global poco_samples --no-samples
|
||||
%endif
|
||||
%if %{without mongodb}
|
||||
%global poco_mongodb -DENABLE_MONGODB=OFF
|
||||
%endif
|
||||
%cmake -DPOCO_UNBUNDLED=ON %{?poco_tests} %{?poco_mongodb} -DENABLE_REDIS=OFF -DODBC_INCLUDE_DIR=%{_includedir}/libiodbc -B %{cmake_build_dir}
|
||||
%make_build -C %{cmake_build_dir}
|
||||
%cmake -DPOCO_UNBUNDLED=ON %{?poco_tests} %{?poco_mongodb} -DENABLE_REDIS=OFF -DODBC_INCLUDE_DIR=%{_includedir}/libiodbc -DCMAKE_BUILD_TYPE=Debug -B %{cmake_debug_dir}
|
||||
%make_build -C %{cmake_debug_dir}
|
||||
|
||||
%install
|
||||
%make_install -C %{cmake_debug_dir}
|
||||
rm -f %{buildroot}%{_prefix}/include/Poco/Config.h.orig
|
||||
%make_install -C %{cmake_build_dir}
|
||||
rm -f %{buildroot}%{_prefix}/include/Poco/Config.h.orig
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
export POCO_BASE="$(pwd)"
|
||||
pushd %{cmake_build_dir}
|
||||
ctest -V %{?_smp_mflags} -E "MongoDB|Redis|DataMySQL|DataODBC"
|
||||
popd
|
||||
%endif
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package foundation
|
||||
Summary: The Foundation POCO component
|
||||
|
||||
%description foundation
|
||||
This package contains the Foundation component of POCO. (POCO is a set
|
||||
of C++ class libraries for network-centric applications.)
|
||||
%files foundation
|
||||
%{_libdir}/libPocoFoundation.so.*
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package xml
|
||||
Summary: The XML POCO component
|
||||
|
||||
%description xml
|
||||
This package contains the XML component of POCO. (POCO is a set of C++
|
||||
class libraries for network-centric applications.)
|
||||
%files xml
|
||||
%{_libdir}/libPocoXML.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package util
|
||||
Summary: The Util POCO component
|
||||
|
||||
%description util
|
||||
This package contains the Util component of POCO. (POCO is a set of C++
|
||||
class libraries for network-centric applications.)
|
||||
%files util
|
||||
%{_libdir}/libPocoUtil.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package net
|
||||
Summary: The Net POCO component
|
||||
|
||||
%description net
|
||||
This package contains the Net component of POCO. (POCO is a set of C++
|
||||
class libraries for network-centric applications.)
|
||||
%files net
|
||||
%{_libdir}/libPocoNet.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package crypto
|
||||
Summary: The Crypto POCO component
|
||||
|
||||
%description crypto
|
||||
This package contains the Crypto component of POCO. (POCO is a set of
|
||||
C++ class libraries for network-centric applications.)
|
||||
%files crypto
|
||||
%{_libdir}/libPocoCrypto.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package netssl
|
||||
Summary: The NetSSL POCO component
|
||||
|
||||
%description netssl
|
||||
This package contains the NetSSL component of POCO. (POCO is a set of
|
||||
C++ class libraries for network-centric applications.)
|
||||
%files netssl
|
||||
%{_libdir}/libPocoNetSSL.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package data
|
||||
Summary: The Data POCO component
|
||||
|
||||
%description data
|
||||
This package contains the Data component of POCO. (POCO is a set of
|
||||
C++ class libraries for network-centric applications.)
|
||||
%files data
|
||||
%{_libdir}/libPocoData.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package sqlite
|
||||
Summary: The Data/SQLite POCO component
|
||||
|
||||
%description sqlite
|
||||
This package contains the Data/SQLite component of POCO. (POCO is a set
|
||||
of C++ class libraries for network-centric applications.)
|
||||
%files sqlite
|
||||
%{_libdir}/libPocoDataSQLite.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package odbc
|
||||
Summary: The Data/ODBC POCO component
|
||||
|
||||
%description odbc
|
||||
This package contains the Data/ODBC component of POCO. (POCO is a set
|
||||
of C++ class libraries for network-centric applications.)
|
||||
%files odbc
|
||||
%{_libdir}/libPocoDataODBC.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package mysql
|
||||
Summary: The Data/MySQL POCO component
|
||||
|
||||
%description mysql
|
||||
This package contains the Data/MySQL component of POCO. (POCO is a set
|
||||
of C++ class libraries for network-centric applications.)
|
||||
%files mysql
|
||||
%{_libdir}/libPocoDataMySQL.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package postgresql
|
||||
Summary: The Data/PostgreSQL POCO component
|
||||
|
||||
%description postgresql
|
||||
This package contains the Data/PostgreSQL component of POCO. (POCO is a set
|
||||
of C++ class libraries for network-centric applications.)
|
||||
%files postgresql
|
||||
%{_libdir}/libPocoDataPostgreSQL.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package zip
|
||||
Summary: The Zip POCO component
|
||||
|
||||
%description zip
|
||||
This package contains the Zip component of POCO. (POCO is a set of C++
|
||||
class libraries for network-centric applications.)
|
||||
%files zip
|
||||
%{_libdir}/libPocoZip.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package json
|
||||
Summary: The JSON POCO component
|
||||
|
||||
%description json
|
||||
This package contains the JSON component of POCO. (POCO is a set of C++
|
||||
class libraries for network-centric applications.)
|
||||
%files json
|
||||
%{_libdir}/libPocoJSON.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%if %{with mongodb}
|
||||
%package mongodb
|
||||
Summary: The MongoDB POCO component
|
||||
|
||||
%description mongodb
|
||||
This package contains the MongoDB component of POCO. (POCO is a set of C++
|
||||
class libraries for network-centric applications.)
|
||||
%files mongodb
|
||||
%{_libdir}/libPocoMongoDB.so.*
|
||||
%endif
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package pagecompiler
|
||||
Summary: The PageCompiler POCO component
|
||||
|
||||
%description pagecompiler
|
||||
This package contains the PageCompiler component of POCO. (POCO is a
|
||||
set of C++ class libraries for network-centric applications.)
|
||||
%files pagecompiler
|
||||
%{_bindir}/cpspc
|
||||
%{_bindir}/f2cpsp
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package encodings
|
||||
Summary: The Encodings POCO component
|
||||
|
||||
%description encodings
|
||||
This package contains the Encodings component of POCO. (POCO is a set of C++
|
||||
class libraries for network-centric applications.)
|
||||
%files encodings
|
||||
%{_libdir}/libPocoEncodings.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package jwt
|
||||
Summary: The JWT POCO component
|
||||
|
||||
%description jwt
|
||||
This package contains the JWT component of POCO. (POCO is a set of C++
|
||||
class libraries for network-centric applications.)
|
||||
%files jwt
|
||||
%{_libdir}/libPocoJWT.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package debug
|
||||
Summary: Debug builds of the POCO libraries
|
||||
|
||||
%description debug
|
||||
This package contains the debug builds of the POCO libraries for
|
||||
application testing purposes.
|
||||
%files debug
|
||||
%{_libdir}/libPocoFoundationd.so.*
|
||||
%{_libdir}/libPocoXMLd.so.*
|
||||
%{_libdir}/libPocoUtild.so.*
|
||||
%{_libdir}/libPocoNetd.so.*
|
||||
%{_libdir}/libPocoCryptod.so.*
|
||||
%{_libdir}/libPocoNetSSLd.so.*
|
||||
%{_libdir}/libPocoDatad.so.*
|
||||
%{_libdir}/libPocoDataSQLited.so.*
|
||||
%{_libdir}/libPocoDataODBCd.so.*
|
||||
%{_libdir}/libPocoDataMySQLd.so.*
|
||||
%{_libdir}/libPocoDataPostgreSQLd.so.*
|
||||
%{_libdir}/libPocoZipd.so.*
|
||||
%{_libdir}/libPocoJSONd.so.*
|
||||
%if %{with mongodb}
|
||||
%{_libdir}/libPocoMongoDBd.so.*
|
||||
%endif
|
||||
%{_libdir}/libPocoEncodingsd.so.*
|
||||
%{_libdir}/libPocoJWTd.so.*
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package devel
|
||||
Summary: Headers for developing programs that will use POCO
|
||||
|
||||
Requires: poco-debug%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-foundation%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-xml%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-util%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-net%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-crypto%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-netssl%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-data%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-sqlite%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-odbc%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-mysql%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-postgresql%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-zip%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-json%{?_isa} = %{version}-%{release}
|
||||
%if %{with mongodb}
|
||||
Requires: poco-mongodb%{?_isa} = %{version}-%{release}
|
||||
%endif
|
||||
Requires: poco-pagecompiler%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-encodings%{?_isa} = %{version}-%{release}
|
||||
Requires: poco-jwt%{?_isa} = %{version}-%{release}
|
||||
|
||||
Requires: zlib-devel
|
||||
Requires: expat-devel
|
||||
Requires: openssl-devel
|
||||
|
||||
%description devel
|
||||
The POCO C++ Libraries (POCO stands for POrtable COmponents)
|
||||
are open source C++ class libraries that simplify and accelerate the
|
||||
development of network-centric, portable applications in C++. The
|
||||
POCO C++ Libraries are built strictly on standard ANSI/ISO C++,
|
||||
including the standard library.
|
||||
|
||||
This package contains the header files needed for developing
|
||||
POCO applications.
|
||||
|
||||
%files devel
|
||||
%{_includedir}/Poco
|
||||
%{_libdir}/libPocoFoundation.so
|
||||
%{_libdir}/libPocoFoundationd.so
|
||||
%{_libdir}/libPocoXML.so
|
||||
%{_libdir}/libPocoXMLd.so
|
||||
%{_libdir}/libPocoUtil.so
|
||||
%{_libdir}/libPocoUtild.so
|
||||
%{_libdir}/libPocoNet.so
|
||||
%{_libdir}/libPocoNetd.so
|
||||
%{_libdir}/libPocoCrypto.so
|
||||
%{_libdir}/libPocoCryptod.so
|
||||
%{_libdir}/libPocoNetSSL.so
|
||||
%{_libdir}/libPocoNetSSLd.so
|
||||
%{_libdir}/libPocoData.so
|
||||
%{_libdir}/libPocoDatad.so
|
||||
%{_libdir}/libPocoDataSQLite.so
|
||||
%{_libdir}/libPocoDataSQLited.so
|
||||
%{_libdir}/libPocoDataODBC.so
|
||||
%{_libdir}/libPocoDataODBCd.so
|
||||
%{_libdir}/libPocoDataMySQL.so
|
||||
%{_libdir}/libPocoDataMySQLd.so
|
||||
%{_libdir}/libPocoDataPostgreSQL.so
|
||||
%{_libdir}/libPocoDataPostgreSQLd.so
|
||||
%{_libdir}/libPocoZip.so
|
||||
%{_libdir}/libPocoZipd.so
|
||||
%{_libdir}/libPocoJSON.so
|
||||
%{_libdir}/libPocoJSONd.so
|
||||
%if %{with mongodb}
|
||||
%{_libdir}/libPocoMongoDB.so
|
||||
%{_libdir}/libPocoMongoDBd.so
|
||||
%endif
|
||||
%{_libdir}/libPocoEncodings.so
|
||||
%{_libdir}/libPocoEncodingsd.so
|
||||
%{_libdir}/libPocoJWT.so
|
||||
%{_libdir}/libPocoJWTd.so
|
||||
%{_libdir}/cmake/Poco
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
%package doc
|
||||
Summary: The POCO API reference documentation
|
||||
|
||||
%description doc
|
||||
The POCO C++ Libraries (POCO stands for POrtable COmponents)
|
||||
are open source C++ class libraries that simplify and accelerate the
|
||||
development of network-centric, portable applications in C++. The
|
||||
POCO C++ Libraries are built strictly on standard ANSI/ISO C++,
|
||||
including the standard library.
|
||||
|
||||
This is the complete POCO class library reference documentation in
|
||||
HTML format.
|
||||
|
||||
%files doc
|
||||
%doc README NEWS LICENSE CONTRIBUTORS CHANGELOG doc/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 16 2022 Sandino Araico Sánchez <saraico@ugd.gob.mx> - 1.10.1-7
|
||||
- PostgreSQL package
|
||||
|
||||
* Wed Mar 09 2022 Sandino Araico Sánchez <saraico@ugd.gob.mx> - 1.10.1-6
|
||||
- Compile on CentOS 8 with mariadb
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jul 30 2020 Scott Talbert <swt@techie.net> - 1.10.1-4
|
||||
- Adapt to cmake out-of-source build changes
|
||||
- Replace old SSL testsuite cert which was rejected by OpenSSL (#1865242)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Feb 18 2020 Scott Talbert <swt@techie.net> - 1.10.1-1
|
||||
- Update to new upstream release 1.10.1 (#1803758)
|
||||
|
||||
* Thu Feb 06 2020 Scott Talbert <swt@techie.net> - 1.10.0-1
|
||||
- Update to new upstream release 1.10.0 (#1795299)
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Sep 19 2019 Scott Talbert <swt@techie.net> - 1.9.4-1
|
||||
- Update to new upstream release 1.9.4 (#1753136)
|
||||
|
||||
* Wed Aug 21 2019 Scott Talbert <swt@techie.net> - 1.9.3-1
|
||||
- Update to new upstream release 1.9.3 (#1743851)
|
||||
|
||||
* Mon Aug 05 2019 Scott Talbert <swt@techie.net> - 1.9.2-1
|
||||
- Update to new upstream release 1.9.2
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Aug 28 2018 Scott Talbert <swt@techie.net> - 1.9.0-4
|
||||
- Switch build to use cmake and include cmake files (#1587836)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Jun 29 2018 Scott Talbert <swt@techie.net> - 1.9.0-2
|
||||
- Remove ldconfig scriptlets (no longer needed on F28+)
|
||||
|
||||
* Tue Mar 13 2018 Scott Talbert <swt@techie.net> - 1.9.0-1
|
||||
- New upstream release 1.9.0
|
||||
- Add subpackage for new Encodings component
|
||||
|
||||
* Mon Feb 19 2018 Scott Talbert <swt@techie.net> - 1.8.1-3
|
||||
- Add missing BR for gcc-c++
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jan 11 2018 Scott Talbert <swt@techie.net> - 1.8.1-1
|
||||
- New upstream release 1.8.1
|
||||
- Remove patches that have been incorporated upstream
|
||||
|
||||
* Thu Nov 16 2017 Scott Talbert <swt@techie.net> - 1.8.0.1-1
|
||||
- New upstream release 1.8.0.1
|
||||
|
||||
* Tue Nov 14 2017 Scott Talbert <swt@techie.net> - 1.8.0-1
|
||||
- New upstream release 1.8.0
|
||||
|
||||
* Wed Nov 08 2017 Scott Talbert <swt@techie.net> - 1.7.9p2-1
|
||||
- New upstream release 1.7.9p2
|
||||
|
||||
* Fri Sep 22 2017 Scott Talbert <swt@techie.net> - 1.7.9-2
|
||||
- Switch from mysql-devel to mariadb-connector-c-devel (#1493654)
|
||||
|
||||
* Tue Sep 12 2017 Scott Talbert <swt@techie.net> - 1.7.9-1
|
||||
- New upstream release 1.7.9
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.8p3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed Jun 28 2017 Scott Talbert <swt@techie.net> - 1.7.8p3-1
|
||||
- New upstream release 1.7.8p3
|
||||
|
||||
* Thu May 25 2017 Scott Talbert <swt@techie.net> - 1.7.8p2-3
|
||||
- Add patch from upstream to resolve s390x build failures
|
||||
|
||||
* Tue May 23 2017 Scott Talbert <swt@techie.net> - 1.7.8p2-2
|
||||
- Add openssl-devel as a dependency of poco-devel (#1454462)
|
||||
|
||||
* Mon May 08 2017 Scott Talbert <swt@techie.net> - 1.7.8p2-1
|
||||
- New upstream release 1.7.8p2
|
||||
|
||||
* Sun Feb 19 2017 Francis ANDRE <zosrothko@orange.fr> - 1.7.7-2
|
||||
- Add ignored-tests.patch to ignore failing tests on ppce and armv7hl
|
||||
|
||||
* Sat Feb 18 2017 Scott Talbert <swt@techie.net> - 1.7.7-1
|
||||
- New upstream release 1.7.7
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Jun 23 2016 Francis ANDRE <zosrothko@orange.fr> - 1.7.3-5
|
||||
- Restore POCO_UNBUNDLED definition in Foundation/include/Poco/Config.h
|
||||
so that user's code compiles without having to define POCO_UNBUNDLED.
|
||||
|
||||
* Wed Jun 22 2016 Francis ANDRE <zosrothko@orange.fr> - 1.7.3-4
|
||||
- Restore POCO_UNBUNDLED definition in Foundation/include/Poco/Config.h
|
||||
|
||||
* Fri May 27 2016 Francis ANDRE <zosrothko@orange.fr> - 1.7.3-3
|
||||
- Restore removal of bundled sources
|
||||
|
||||
* Thu May 26 2016 Francis ANDRE <zosrothko@orange.fr> - 1.7.3-3
|
||||
- Exclude Data/SQLite from testing.
|
||||
|
||||
Wed May 25 2016 Dan Horák <dan[at]danny.cz> - 1.7.3-2
|
||||
- conditionalize mongodb support
|
||||
|
||||
* Sat May 14 2016 Francis ANDRE <zosrothko@orange.fr> - 1.7.3-1
|
||||
- New upstream release 1.7.3
|
||||
|
||||
* Mon Mar 28 2016 Scott Talbert <swt@techie.net> - 1.7.2-1
|
||||
- New upstream release 1.7.2
|
||||
|
||||
* Sun Mar 20 2016 Scott Talbert <swt@techie.net> - 1.7.1-1
|
||||
- New upstream release 1.7.1
|
||||
- Remove patches that have been incorporated upstream
|
||||
|
||||
* Thu Feb 04 2016 Scott Talbert <swt@techie.net> - 1.6.1-2
|
||||
- Add patch for SQLite on EL7
|
||||
- Add patch for PPC64LE
|
||||
|
||||
* Sat Jan 30 2016 Scott Talbert <swt@techie.net> - 1.6.1-1
|
||||
- New upstream release 1.6.1 (#917362)
|
||||
- Removed AArch64 patch as it has been incorporated upstream
|
||||
- Removed superfluous %%defattrs
|
||||
- Add patches to fix partial PCRE unbundling issues
|
||||
- Add patch to fix sample linking issues with JSON library
|
||||
- Enable running of tests in %%check
|
||||
- Add JSON and MongoDB subpackages
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2p1-2.10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.2p1-2.9
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2p1-2.8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Tue Jul 08 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 1.4.2p1-2.7
|
||||
- Add support for AArch64
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2p1-2.6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2p1-2.5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2p1-2.3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 1.4.2p1-2.2
|
||||
- Rebuild against PCRE 8.30
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2p1-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Sun Dec 18 2011 Dan Horák <dan@danny.cz> - 1.4.p1-2
|
||||
- build without tests on s390
|
||||
|
||||
* Wed Sep 28 2011 Maxim Udushlivy <udushlivy@mail.ru> - 1.4.2p1-1
|
||||
- Updated for POCO 1.4.2p1. Obsoleted .spec directives were removed.
|
||||
|
||||
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 1.4.1p1-1.1
|
||||
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
|
||||
|
||||
* Thu Feb 10 2011 Maxim Udushlivy <udushlivy@mail.ru> - 1.4.1p1-1
|
||||
- Updated for POCO 1.4.1p1.
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Tue Feb 01 2011 Maxim Udushlivy <udushlivy@mail.ru> - 1.4.1-1
|
||||
- Updated for POCO 1.4.1.
|
||||
|
||||
* Fri Jan 21 2011 Maxim Udushlivy <udushlivy@mail.ru> - 1.4.0-1
|
||||
- Updated for POCO 1.4.0. The "syslibs" patch was removed.
|
||||
- This release enables a small part of the PCRE library to be
|
||||
compiled-in, which is unavoidable since POCO uses some internal PCRE
|
||||
functions for Unicode classification and manipulation.
|
||||
|
||||
* Wed Jun 02 2010 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.6p2-2
|
||||
- Missing dependencies on system header files were fixed.
|
||||
- Options were added to build POCO without tests and samples.
|
||||
|
||||
* Fri May 07 2010 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.6p2-1
|
||||
- The package was upgraded for the use of POCO version 1.3.6p2.
|
||||
|
||||
* Wed Dec 23 2009 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.6p1-1
|
||||
- The package was upgraded for the use of POCO version 1.3.6p1.
|
||||
- A new binary package (poco-pagecompiler) is now produced by the
|
||||
rpmbuild process.
|
||||
- The syslibs patch was considerably simplified (based on a new
|
||||
"configure" script option which was introduced by POCO developers for
|
||||
the maintainers of the POCO Debian package).
|
||||
|
||||
* Tue Nov 17 2009 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.5-8
|
||||
- The "make" invocation command in the %%build section was modified to
|
||||
skip premature symbol stripping from retail libraries.
|
||||
|
||||
* Mon Nov 16 2009 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.5-7
|
||||
- A removal of the "Foundation/src/MSG00001.bin" binary file was added
|
||||
to the "%%prep" section.
|
||||
- Values for the top "Summary", "Group" and "%%description" were
|
||||
restored.
|
||||
- A "BuildRoot" tag was added.
|
||||
|
||||
* Fri Nov 13 2009 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.5-6
|
||||
- The generation of the "poco" metapackage is now suppressed.
|
||||
- A comment for the patch was added.
|
||||
- The usage of %% symbol in the %%changelog section was fixed.
|
||||
|
||||
* Wed Nov 11 2009 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.5-5
|
||||
- A patch "poco-1.3.5-syslibs.patch" was added. The build process now
|
||||
does not use bundled versions of the system libraries (zlib, pcre,
|
||||
sqlite and expat).
|
||||
|
||||
* Fri Nov 06 2009 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.5-4
|
||||
- The name of "poco-testing" subpackage was reverted to "poco-debug".
|
||||
- The "Release" field was fixed to use "%%{?dist}".
|
||||
- The ".*DS_Store" files removal was moved to the %%prep section.
|
||||
- Fedora compilation flags (%%{optflags}) are now injected into the
|
||||
"configure" script.
|
||||
|
||||
* Wed Nov 04 2009 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.5-3
|
||||
- Each POCO component is now put in its own binary package. The "poco"
|
||||
package is now a meta package.
|
||||
- Option "-s" was removed from the "make" invocation commands.
|
||||
- "perl" was replaced by "sed" for string substitutions in Makefile's.
|
||||
|
||||
* Tue Jun 23 2009 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.5-2
|
||||
- The "poco-extra" subpackage was split into separate "poco-odbc",
|
||||
"poco-mysql" and "poco-zip".
|
||||
- The "poco-debug" subpackage was renamed to "poco-testing".
|
||||
- The "poco-doc" subpackage with the API reference documentation
|
||||
was added.
|
||||
|
||||
* Sat Jun 20 2009 Maxim Udushlivy <udushlivy@mail.ru> - 1.3.5-1
|
||||
- The first version.
|
||||
|
|
@ -1,117 +0,0 @@
|
|||
Summary: Embeddable, quick, light and fully compliant ISO C99 preprocessor
|
||||
Name: ucpp
|
||||
Version: 1.3.4
|
||||
Release: 11%{?dist}
|
||||
URL: https://github.com/scarabeusiv/ucpp
|
||||
Source0: http://dev.gentooexperimental.org/%7Escarabeus/ucpp-%{version}.tar.xz
|
||||
License: BSD
|
||||
# fix rpath issue
|
||||
BuildRequires: libtool
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
A C preprocessor is a part of a C compiler responsible for macro replacement,
|
||||
conditional compilation and inclusion of header files. It is often found as
|
||||
a stand-alone program on Unix systems.
|
||||
|
||||
ucpp is such a preprocessor; it is designed to be quick and light, but anyway
|
||||
fully compliant to the ISO standard 9899:1999, also known as C99. ucpp can be
|
||||
compiled as a stand-alone program, or linked to some other code; in the latter
|
||||
case, ucpp will output tokens, one at a time, on demand, as an integrated lexer.
|
||||
|
||||
%package libs
|
||||
Summary: Library for preprocessing C code compliant with ISO-C99
|
||||
|
||||
%description libs
|
||||
libucpp is an ISO standard 9899:1999 compliant preprocessing library for C
|
||||
code. It will output tokens, one at a time, on demand, as an integrated lexer.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libucpp Library
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
libucpp is an ISO standard 9899:1999 compliant preprocessing library for C
|
||||
code. It will output tokens, one at a time, on demand, as an integrated lexer.
|
||||
|
||||
This package contains the development files for the library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# convert README to UTF-8
|
||||
iconv -f iso8859-1 -t utf8 README >README.utf8 && \
|
||||
touch -r README.utf8 README && \
|
||||
mv README.utf8 README
|
||||
# autoreconf to fix rpath issue
|
||||
autoreconf -vif
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-rpath \
|
||||
--disable-silent-rules \
|
||||
--disable-static \
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
rm %{buildroot}%{_libdir}/libucpp.la
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%{_bindir}/ucpp
|
||||
%{_mandir}/man1/ucpp.1*
|
||||
|
||||
%files libs
|
||||
%doc AUTHORS ChangeLog* COPYING README
|
||||
%{_libdir}/libucpp.so.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libucpp
|
||||
%{_libdir}/libucpp.so
|
||||
%{_libdir}/pkgconfig/libucpp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Feb 22 2014 Dominik Mierzejewski <rpm@greysector.net> 1.3.4-3
|
||||
- add ?_isa to dependencies
|
||||
|
||||
* Sun Nov 03 2013 Dominik Mierzejewski <rpm@greysector.net> 1.3.4-2
|
||||
- make make verbose
|
||||
- run ldconfig for libs
|
||||
- convert README to UTF-8
|
||||
|
||||
* Wed Oct 30 2013 Dominik Mierzejewski <rpm@greysector.net> 1.3.4-1
|
||||
- switch to new upstream
|
||||
- update to 1.3.4
|
||||
- split libs and devel subpackages
|
||||
- call autoreconf to fix rpath issue
|
||||
|
||||
* Thu Oct 17 2013 Dominik Mierzejewski <rpm@greysector.net> 1.3.2-1
|
||||
- initial build
|
|
@ -1,369 +0,0 @@
|
|||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||
Name: xmlsec1
|
||||
Version: 1.2.33
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
License: MIT
|
||||
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
||||
URL: http://www.aleksey.com/xmlsec/
|
||||
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
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -vfi
|
||||
%configure --disable-static
|
||||
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 README Copyright
|
||||
%{_mandir}/man1/xmlsec1.1*
|
||||
%{_libdir}/libxmlsec1.so.*
|
||||
%{_bindir}/xmlsec1
|
||||
|
||||
%files devel
|
||||
%{_bindir}/xmlsec1-config
|
||||
%dir %{_includedir}/xmlsec1
|
||||
%dir %{_includedir}/xmlsec1/xmlsec
|
||||
#%dir %{_includedir}/xmlsec1/xmlsec/private
|
||||
%{_includedir}/xmlsec1/xmlsec/*.h
|
||||
#%{_includedir}/xmlsec1/xmlsec/private/*.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
|
||||
* Mon Mar 07 2022 Sandino Araico Sánchez <saraico@ugd.gob.mx> - 1.2.33-1
|
||||
- Version bumb to 1.2.33
|
||||
|
||||
* 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
|
|
@ -1,94 +0,0 @@
|
|||
Name: zxing-cpp
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ port of the ZXing ("Zebra Crossing") barcode scanning library
|
||||
|
||||
# The entire source is ASL 2.0, except:
|
||||
#
|
||||
# - TextCodec files, that is, core/src/textcodec/*, are
|
||||
# (LGPLv2 with exceptions or LGPLv3 with exceptions).
|
||||
# - core/src/textcodec/JPText{En,De}coder.* are, formally,
|
||||
# ((LGPLv2 with exceptions or LGPLv3 with exceptions) and BSD),
|
||||
# which still forms an effective license of
|
||||
# (LGPLv2 with exceptions or LGPLv3 with exceptions)
|
||||
# - wrappers/wasm/base64ArrayBuffer.js is MIT (but is not used)
|
||||
# - thirdparty/stb/stb_image.h and thirdparty/stb/stb_image_write.h are MIT
|
||||
# (but are unbundled)
|
||||
#
|
||||
# The resulting effective license for the combined library is:
|
||||
License: LGPLv2 with exceptions or LGPLv3 with exceptions
|
||||
Url: https://github.com/nu-book/zxing-cpp
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake(fmt)
|
||||
# -static BR’s required by guidelines for tracking of header-only libraries:
|
||||
BuildRequires: stb_image-devel
|
||||
BuildRequires: stb_image-static
|
||||
BuildRequires: stb_image_write-devel
|
||||
BuildRequires: stb_image_write-static
|
||||
# https://github.com/nu-book/zxing-cpp/issues/248
|
||||
Patch0: 0001-Add-a-mode-to-build-against-system-versions-of-depen.patch
|
||||
# Update stb_image/stb_image_write
|
||||
# https://github.com/nu-book/zxing-cpp/pull/269
|
||||
# Fixes CVE-2021-28021, CVE-2021-42715, and CVE-2021-42716, and adds a patch
|
||||
# file for zxing-cpp-specific changes
|
||||
Patch1: %{url}/pull/269.patch
|
||||
|
||||
%description
|
||||
ZXing-C++ ("zebra crossing") is an open-source, multi-format 1D/2D barcode
|
||||
image processing library implemented in C++.
|
||||
|
||||
%package devel
|
||||
# The entire contents are ASL 2.0, except:
|
||||
#
|
||||
# - %%{_includedir}/ZXing/textcodec/*.h are exactly or effectively
|
||||
# (LGPLv2 with exceptions or LGPLv3 with exceptions)
|
||||
#
|
||||
# See licensing breakdown above base package’s License field for further
|
||||
# details.
|
||||
License: ASL 2.0 and (LGPLv2 with exceptions or LGPLv3 with exceptions)
|
||||
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}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
# remove bundled stb libraries:
|
||||
rm -v thirdparty/stb/stb_image_write.h thirdparty/stb/stb_image.h
|
||||
# stb_image.h is trivially forked: reconstruct the changes with the latest
|
||||
# unbundled copy
|
||||
cp -p %{_includedir}/stb/stb_image.h thirdparty/stb/
|
||||
pushd thirdparty/stb
|
||||
patch -p1 < stb_image.patch
|
||||
popd
|
||||
|
||||
%build
|
||||
%cmake -DBUILD_EXAMPLES=OFF
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
%ctest
|
||||
|
||||
%files
|
||||
%license LICENSE LICENSE.ZXing LICENSE.Qt LGPL_EXCEPTION.Qt NOTICE
|
||||
%{_libdir}/libZXing.so.1
|
||||
%{_libdir}/libZXing.so.%{version}
|
||||
|
||||
%files devel
|
||||
%doc README.md
|
||||
%{_includedir}/ZXing/
|
||||
%{_libdir}/libZXing.so
|
||||
%{_libdir}/cmake/ZXing/
|
||||
%{_libdir}/pkgconfig/zxing.pc
|
||||
|
||||
%changelog
|
||||
* Fri Dec 10 2021 Caolán McNamara <caolanm@redhat.com> 1.2.0-1
|
||||
- initial import
|
|
@ -1 +0,0 @@
|
|||
CentOS-9
|
|
@ -1 +1 @@
|
|||
CentOS-9
|
||||
rpmbuild
|
1
Fedora-40
Symbolic link
1
Fedora-40
Symbolic link
|
@ -0,0 +1 @@
|
|||
rpmbuild
|
|
@ -0,0 +1,62 @@
|
|||
From 949ec941fcea1ae18aa602a2ea105d8e4d46d792 Mon Sep 17 00:00:00 2001
|
||||
From: Israel Paredes <israel.paredes@ugd.gob.mx>
|
||||
Date: Tue, 20 Jun 2023 02:26:13 -0400
|
||||
Subject: [PATCH 01/19] Archivos de distro-config de brand Office
|
||||
|
||||
Change-Id: I290939038b4fedf7a03f3ce68250966766a57e2b
|
||||
---
|
||||
distro-configs/OfficeLinux.conf | 10 ++++++++++
|
||||
distro-configs/OfficeWin64.conf | 24 ++++++++++++++++++++++++
|
||||
2 files changed, 34 insertions(+)
|
||||
create mode 100644 distro-configs/OfficeLinux.conf
|
||||
create mode 100644 distro-configs/OfficeWin64.conf
|
||||
|
||||
diff --git a/distro-configs/OfficeLinux.conf b/distro-configs/OfficeLinux.conf
|
||||
new file mode 100644
|
||||
index 000000000000..6cb4bd4dca66
|
||||
--- /dev/null
|
||||
+++ b/distro-configs/OfficeLinux.conf
|
||||
@@ -0,0 +1,10 @@
|
||||
+--with-parallelism
|
||||
+--with-branding=custom_images
|
||||
+--enable-release-build
|
||||
+--enable-epm
|
||||
+--with-package-format=deb
|
||||
+--with-product-name=Office
|
||||
+--with-vendor=INFOTEC
|
||||
+--with-vendor=INFOTEC
|
||||
+--with-package-version=7.5.0.0
|
||||
+--disable-community-flavor
|
||||
diff --git a/distro-configs/OfficeWin64.conf b/distro-configs/OfficeWin64.conf
|
||||
new file mode 100644
|
||||
index 000000000000..01ad659c2af3
|
||||
--- /dev/null
|
||||
+++ b/distro-configs/OfficeWin64.conf
|
||||
@@ -0,0 +1,24 @@
|
||||
+--with-ant-home=/cygdrive/c/sources/apache-ant-1.9.5
|
||||
+--with-visual-studio=2022
|
||||
+--with-jdk-home=C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot
|
||||
+--host=x86_64-pc-cygwin
|
||||
+--without-junit
|
||||
+--without-helppack-integration
|
||||
+--enable-extension-integration
|
||||
+--enable-scripting-beanshell
|
||||
+--enable-scripting-javascript
|
||||
+--enable-ext-wiki-publisher
|
||||
+--enable-ext-nlpsolver
|
||||
+--with-myspell-dicts
|
||||
+--with-package-format=msi
|
||||
+--enable-mergelibs
|
||||
+--enable-lto
|
||||
+--enable-odk
|
||||
+--without-ucrt-dir
|
||||
+--enable-release-build
|
||||
+--with-lang=es
|
||||
+--with-branding=custom_images
|
||||
+--with-product-name=Office
|
||||
+--with-vendor=INFOTEC
|
||||
+--with-package-version=7.5.0.0
|
||||
+--disable-community-flavor
|
||||
--
|
||||
2.43.0
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
From 496a343b1763119913e00e671f2e0b3694d36af2 Mon Sep 17 00:00:00 2001
|
||||
From: Israel Paredes <israel.paredes@ugd.gob.mx>
|
||||
Date: Tue, 20 Jun 2023 02:29:16 -0400
|
||||
Subject: [PATCH 02/19] Modificacion al build y borrado UPDATEURL
|
||||
|
||||
Change-Id: I10a2d0a01ceb02d5d7f5267dcb97eb25ce6600d7
|
||||
---
|
||||
instsetoo_native/util/openoffice.lst.in | 73 +++++++++++++++++++++++++
|
||||
1 file changed, 73 insertions(+)
|
||||
|
||||
diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in
|
||||
index b5da0bfb6697..454670cb1e15 100644
|
||||
--- a/instsetoo_native/util/openoffice.lst.in
|
||||
+++ b/instsetoo_native/util/openoffice.lst.in
|
||||
@@ -193,3 +193,76 @@ LibreOfficeDev_SDK
|
||||
include {installscriptdir},{filelistpath}/PackageSet,{filelistpath}/GeneratedPackage,{filelistpath}/Package,{licensepath},{packinfopath}
|
||||
}
|
||||
}
|
||||
+
|
||||
+
|
||||
+Office
|
||||
+{
|
||||
+ Settings
|
||||
+ {
|
||||
+ variables
|
||||
+ {
|
||||
+ PRODUCTNAME Office
|
||||
+ PRODUCTVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
|
||||
+ PRODUCTEXTENSION .@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@
|
||||
+ POSTVERSIONEXTENSION
|
||||
+ BUNDLEIDENTIFIER @MACOSX_BUNDLE_IDENTIFIER@
|
||||
+ BRANDPACKAGEVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
|
||||
+ USERDIRPRODUCTVERSION 4
|
||||
+ BASEPRODUCTVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
|
||||
+ PCPFILENAME libreoffice.pcp
|
||||
+ UPDATEURL
|
||||
+ ADD_INCLUDE_FILES cli_ure/version/version.txt,unoil/climaker/version.txt
|
||||
+ ADDSYSTEMINTEGRATION 1
|
||||
+ PACKAGEVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@.@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@
|
||||
+ PACKAGEREVISION {buildid}
|
||||
+ LICENSENAME LGPL
|
||||
+ ROOTMODULEGID gid_Module_Root
|
||||
+ GLOBALPATCHFILEGID gid_File_Txt_Patchfiles
|
||||
+ SPELLCHECKERFILE spellchecker_selection.txt
|
||||
+ CHANGETARGETDIR 1
|
||||
+ PATCHCODEFILE ooo_patchcodes.txt
|
||||
+ }
|
||||
+ active 1
|
||||
+ compression 5
|
||||
+ script setup_osl
|
||||
+ downloadname Office_{productversion}_{os}_install_{languages}
|
||||
+ langpackdownloadname LibreOffice_{productversion}_languagepack_{os}_install_{languages}
|
||||
+ helppackdownloadname LibreOffice_{productversion}_helppack_{os}_install_{languages}
|
||||
+ 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}
|
||||
+ }
|
||||
+}
|
||||
+
|
||||
+Office_SDK
|
||||
+{
|
||||
+ Settings
|
||||
+ {
|
||||
+ downloadname LibreOffice-SDK_{packageversion}_{os}_install_{languages}
|
||||
+ variables
|
||||
+ {
|
||||
+ PRODUCTNAME Office
|
||||
+ PRODUCTVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
|
||||
+ PRODUCTEXTENSION .@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@
|
||||
+ POSTVERSIONEXTENSION SDK
|
||||
+ BUNDLEIDENTIFIER @MACOSX_BUNDLE_IDENTIFIER@.SDK
|
||||
+ BRANDPACKAGEVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
|
||||
+ PACKAGEVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@.@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@
|
||||
+ PACKAGEREVISION {buildid}
|
||||
+ PACK_INSTALLED 1
|
||||
+ DMG_VOLUMEEXTENSION SDK
|
||||
+ DATABASENAME office40sdk
|
||||
+ NO_README_IN_ROOTDIR 1
|
||||
+ LICENSENAME LGPL
|
||||
+ IGNOREDIRECTORYLAYER 1
|
||||
+ NOVERSIONINDIRNAME 0
|
||||
+ NOSPACEINDIRECTORYNAME 1
|
||||
+ NOSHORTDIRECTORYNAMES 1
|
||||
+ CHANGETARGETDIR 1
|
||||
+ DONTUSESTARTMENUFOLDER 1
|
||||
+ }
|
||||
+ active 1
|
||||
+ compression 5
|
||||
+ script sdkoo
|
||||
+ include {installscriptdir},{filelistpath}/PackageSet,{filelistpath}/GeneratedPackage,{filelistpath}/Package,{licensepath},{packinfopath}
|
||||
+ }
|
||||
+}
|
||||
+
|
||||
--
|
||||
2.43.0
|
||||
|
2569
rpmbuild/SOURCES/0003-Custom-images-and-referencies-added.patch
Normal file
2569
rpmbuild/SOURCES/0003-Custom-images-and-referencies-added.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
|||
From a956607e3f19ee20365b3c9fc50f025c56fbbbca Mon Sep 17 00:00:00 2001
|
||||
From 378cc5ad58c3866488bc0229e16d6f3714278e3c Mon Sep 17 00:00:00 2001
|
||||
From: Israel Paredes <israel.paredes@ugd.gob.mx>
|
||||
Date: Thu, 20 Jul 2023 08:28:06 -0600
|
||||
Subject: [PATCH 04/15] Fuentes monserrat y gmx
|
||||
Subject: [PATCH 04/19] Fuentes monserrat y gmx
|
||||
|
||||
Change-Id: I73186714bc4809d0b3d48ceb94e933a78db2d623
|
||||
---
|
||||
|
@ -18,10 +18,10 @@ Change-Id: I73186714bc4809d0b3d48ceb94e933a78db2d623
|
|||
create mode 100644 fonts/gmx-fonts.tar.xz
|
||||
|
||||
diff --git a/Makefile.fetch b/Makefile.fetch
|
||||
index d445898c94c6..a13a65cbd3b0 100644
|
||||
index b96cb573c2bf..99f9bd3bca18 100644
|
||||
--- a/Makefile.fetch
|
||||
+++ b/Makefile.fetch
|
||||
@@ -123,6 +123,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
|
||||
@@ -124,6 +124,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
|
||||
$(call fetch_Optional,EXPAT,EXPAT_TARBALL) \
|
||||
$(call fetch_Optional,FIREBIRD,FIREBIRD_TARBALL) \
|
||||
$(call fetch_Optional,FONTCONFIG,FONTCONFIG_TARBALL) \
|
||||
|
@ -29,7 +29,7 @@ index d445898c94c6..a13a65cbd3b0 100644
|
|||
$(call fetch_Optional,FREEHAND,FREEHAND_TARBALL) \
|
||||
$(call fetch_Optional,FREETYPE,FREETYPE_TARBALL) \
|
||||
FROZEN_TARBALL \
|
||||
@@ -239,6 +240,9 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
|
||||
@@ -241,6 +242,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)))
|
||||
|
@ -40,10 +40,10 @@ index d445898c94c6..a13a65cbd3b0 100644
|
|||
@mkdir -p $(dir $@)/Executable
|
||||
|
||||
diff --git a/Repository.mk b/Repository.mk
|
||||
index b9cf9c2ddb9c..395e38fbec07 100644
|
||||
index 3e2e29098e66..c04fb9cd4108 100644
|
||||
--- a/Repository.mk
|
||||
+++ b/Repository.mk
|
||||
@@ -1043,6 +1043,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
|
||||
@@ -1044,6 +1044,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
|
||||
$(call gb_Helper_optional,MORE_FONTS,\
|
||||
fonts_alef \
|
||||
fonts_amiri \
|
||||
|
@ -149,7 +149,7 @@ index 000000000000..ac8020494d7e
|
|||
+# vim: set noet sw=4 ts=4:
|
||||
\ No newline at end of file
|
||||
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
|
||||
index 58e2ce8f46f2..63e23189d48f 100644
|
||||
index 74beb39f21b9..78b044fa4745 100644
|
||||
--- a/solenv/flatpak-manifest.in
|
||||
+++ b/solenv/flatpak-manifest.in
|
||||
@@ -590,6 +590,13 @@
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From f4be60d46a1dcedfa94d3007b72bdd5da17a64a2 Mon Sep 17 00:00:00 2001
|
||||
From ee8676371a7d5c035dd51b49a949052e6dad9372 Mon Sep 17 00:00:00 2001
|
||||
From: Adlair Cerecedo-Mendez <adlair@linuxmail.org>
|
||||
Date: Mon, 17 Jul 2023 21:13:49 -0600
|
||||
Subject: [PATCH 05/15] Fonts added
|
||||
Subject: [PATCH 05/19] Fonts added
|
||||
|
||||
Change-Id: I32fb8011dd391d35c34627713cb38e5432927c7e
|
||||
---
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
From 0304253880c71f6a74bd3444e58fb631c324e0fe Mon Sep 17 00:00:00 2001
|
||||
From 5bee1fe204eb8bffd9cb82ebefd3c7b44469a388 Mon Sep 17 00:00:00 2001
|
||||
From: Artukryp <isark3@hotmail.com>
|
||||
Date: Mon, 31 Jul 2023 20:23:12 -0600
|
||||
Subject: [PATCH 06/15] Modificado archivo tar xz a gz
|
||||
Subject: [PATCH 06/19] Modificado archivo tar xz a gz
|
||||
|
||||
---
|
||||
download.lst | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/download.lst b/download.lst
|
||||
index 30f2b5c6ec56..103663ebc721 100644
|
||||
index b878f24e8068..d70deee6d28a 100644
|
||||
--- a/download.lst
|
||||
+++ b/download.lst
|
||||
@@ -3,6 +3,9 @@
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From b9bec6a5e2462fdccf07a75c56c8acdfa05c7f97 Mon Sep 17 00:00:00 2001
|
||||
From 6617ca26d78a48b58fdf0b0f01cdfeb6360bd10b Mon Sep 17 00:00:00 2001
|
||||
From: Artukryp <isark3@hotmail.com>
|
||||
Date: Tue, 1 Aug 2023 14:12:02 -0600
|
||||
Subject: [PATCH 07/15] =?UTF-8?q?Corregida=20instrucci=C3=B3n=20de=20desca?=
|
||||
Subject: [PATCH 07/19] =?UTF-8?q?Corregida=20instrucci=C3=B3n=20de=20desca?=
|
||||
=?UTF-8?q?rga?=
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
|
@ -12,10 +12,10 @@ Content-Transfer-Encoding: 8bit
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.fetch b/Makefile.fetch
|
||||
index a13a65cbd3b0..14319bc18d25 100644
|
||||
index 99f9bd3bca18..b0443f367007 100644
|
||||
--- a/Makefile.fetch
|
||||
+++ b/Makefile.fetch
|
||||
@@ -242,7 +242,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
|
||||
@@ -244,7 +244,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
|
||||
,$(call fetch_Download_item,https://dev-www.libreoffice.org/extern,$(item)))
|
||||
$(foreach item, \
|
||||
$(call fetch_Optional,MORE_FONTS,FONT_GMX_TARBALL) \
|
||||
|
|
5074
rpmbuild/SOURCES/0008-Cambios-en-logo.patch
Normal file
5074
rpmbuild/SOURCES/0008-Cambios-en-logo.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,27 @@
|
|||
From 1ac67cb5a0e52f49b4321c85f61d1051d7fbfd12 Mon Sep 17 00:00:00 2001
|
||||
From: Artukryp <isark3@hotmail.com>
|
||||
Date: Fri, 4 Aug 2023 20:21:33 -0600
|
||||
Subject: [PATCH 09/19] Modificado link de descarga de fuentes
|
||||
|
||||
Change-Id: I80b8e9ea4286d68c1880ef45eaa191a8f0c3e7d2
|
||||
---
|
||||
Makefile.fetch | 2 +-
|
||||
fonts/gmx-fonts.tar.gz | Bin 0 -> 2409292 bytes
|
||||
fonts/gmx-fonts.tar.xz | Bin 1172924 -> 0 bytes
|
||||
3 files changed, 1 insertion(+), 1 deletion(-)
|
||||
create mode 100644 fonts/gmx-fonts.tar.gz
|
||||
delete mode 100644 fonts/gmx-fonts.tar.xz
|
||||
|
||||
diff --git a/Makefile.fetch b/Makefile.fetch
|
||||
index b0443f367007..ede18af4197d 100644
|
||||
--- a/Makefile.fetch
|
||||
+++ b/Makefile.fetch
|
||||
@@ -244,7 +244,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
|
||||
,$(call fetch_Download_item,https://dev-www.libreoffice.org/extern,$(item)))
|
||||
$(foreach item, \
|
||||
$(call fetch_Optional,MORE_FONTS,FONT_GMX_TARBALL) \
|
||||
- ,$(call fetch_Download_item,https://repos.libreoffice.gob.mx/src,$(item)))
|
||||
+ ,$(call fetch_Download_item,https://git.softwarelibre.mx/strepsirrhini/office-gobmx/-/tree/logos/fonts,$(item)))
|
||||
@mkdir -p $(dir $@) && touch $@
|
||||
@mkdir -p $(dir $@)/Executable
|
||||
|
25
rpmbuild/SOURCES/0010-Restauracion-link-repos-src.patch
Normal file
25
rpmbuild/SOURCES/0010-Restauracion-link-repos-src.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
From 7d3e05d8b427c2fab3fc448dc7a940e86d4b70f6 Mon Sep 17 00:00:00 2001
|
||||
From: Israel Paredes <israel.paredes@ugd.gob.mx>
|
||||
Date: Tue, 8 Aug 2023 07:51:52 +0000
|
||||
Subject: [PATCH 10/19] Restauracion link repos/src
|
||||
|
||||
---
|
||||
Makefile.fetch | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.fetch b/Makefile.fetch
|
||||
index ede18af4197d..b0443f367007 100644
|
||||
--- a/Makefile.fetch
|
||||
+++ b/Makefile.fetch
|
||||
@@ -244,7 +244,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S
|
||||
,$(call fetch_Download_item,https://dev-www.libreoffice.org/extern,$(item)))
|
||||
$(foreach item, \
|
||||
$(call fetch_Optional,MORE_FONTS,FONT_GMX_TARBALL) \
|
||||
- ,$(call fetch_Download_item,https://git.softwarelibre.mx/strepsirrhini/office-gobmx/-/tree/logos/fonts,$(item)))
|
||||
+ ,$(call fetch_Download_item,https://repos.libreoffice.gob.mx/src,$(item)))
|
||||
@mkdir -p $(dir $@) && touch $@
|
||||
@mkdir -p $(dir $@)/Executable
|
||||
|
||||
--
|
||||
2.43.0
|
||||
|
2536
rpmbuild/SOURCES/0011-logo-image-updated.patch
Normal file
2536
rpmbuild/SOURCES/0011-logo-image-updated.patch
Normal file
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,21 @@
|
|||
From f6c2af7e2243a0af07b747141d8a627bff8b6608 Mon Sep 17 00:00:00 2001
|
||||
From: Israel Paredes <israel.paredes@ugd.gob.mx>
|
||||
Date: Wed, 8 Nov 2023 19:42:40 +0000
|
||||
Subject: [PATCH 12/19] Update OfficeLinux.conf --with-lang=es
|
||||
|
||||
---
|
||||
distro-configs/OfficeLinux.conf | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/distro-configs/OfficeLinux.conf b/distro-configs/OfficeLinux.conf
|
||||
index 6cb4bd4dca66..30550375e27a 100644
|
||||
--- a/distro-configs/OfficeLinux.conf
|
||||
+++ b/distro-configs/OfficeLinux.conf
|
||||
@@ -8,3 +8,4 @@
|
||||
--with-vendor=INFOTEC
|
||||
--with-package-version=7.5.0.0
|
||||
--disable-community-flavor
|
||||
+--with-lang=es
|
||||
--
|
||||
2.43.0
|
||||
|
30
rpmbuild/SOURCES/0013-Update-OfficeLinux.conf.patch
Normal file
30
rpmbuild/SOURCES/0013-Update-OfficeLinux.conf.patch
Normal file
|
@ -0,0 +1,30 @@
|
|||
From b16027a845a86c48275271f728e54ac7d7660b25 Mon Sep 17 00:00:00 2001
|
||||
From: Israel Paredes <israel.paredes@ugd.gob.mx>
|
||||
Date: Wed, 8 Nov 2023 23:23:27 +0000
|
||||
Subject: [PATCH 13/19] Update OfficeLinux.conf
|
||||
|
||||
---
|
||||
distro-configs/OfficeLinux.conf | 7 ++-----
|
||||
1 file changed, 2 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/distro-configs/OfficeLinux.conf b/distro-configs/OfficeLinux.conf
|
||||
index 30550375e27a..8f9dc46b2814 100644
|
||||
--- a/distro-configs/OfficeLinux.conf
|
||||
+++ b/distro-configs/OfficeLinux.conf
|
||||
@@ -1,11 +1,8 @@
|
||||
--with-parallelism
|
||||
+--enable-dbgutil
|
||||
+--without-doxygen
|
||||
--with-branding=custom_images
|
||||
---enable-release-build
|
||||
---enable-epm
|
||||
---with-package-format=deb
|
||||
--with-product-name=Office
|
||||
--with-vendor=INFOTEC
|
||||
---with-vendor=INFOTEC
|
||||
--with-package-version=7.5.0.0
|
||||
---disable-community-flavor
|
||||
--with-lang=es
|
||||
--
|
||||
2.43.0
|
||||
|
65
rpmbuild/SOURCES/0014-fix-error-make-install.patch
Normal file
65
rpmbuild/SOURCES/0014-fix-error-make-install.patch
Normal file
|
@ -0,0 +1,65 @@
|
|||
From 889bda7eca1952afc206420fb1af465a4f34ce3b Mon Sep 17 00:00:00 2001
|
||||
From: Artukryp <isark3@hotmail.com>
|
||||
Date: Mon, 13 Nov 2023 11:23:10 -0600
|
||||
Subject: [PATCH 14/19] fix error make install
|
||||
|
||||
Change-Id: I590a323ec835f16badf1889f4c09d00fee3d3999
|
||||
---
|
||||
instsetoo_native/util/openoffice.lst.in | 44 +++++++++++++++++++++++++
|
||||
1 file changed, 44 insertions(+)
|
||||
|
||||
diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in
|
||||
index 454670cb1e15..de7de46a22ff 100644
|
||||
--- a/instsetoo_native/util/openoffice.lst.in
|
||||
+++ b/instsetoo_native/util/openoffice.lst.in
|
||||
@@ -266,3 +266,47 @@ Office_SDK
|
||||
}
|
||||
}
|
||||
|
||||
+OfficeDev
|
||||
+{
|
||||
+ Settings
|
||||
+ {
|
||||
+ variables
|
||||
+ {
|
||||
+ PRODUCTNAME OfficeDev
|
||||
+ PRODUCTVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
|
||||
+ PRODUCTEXTENSION .@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@
|
||||
+ WINDOWSBASISROOTNAME LibreOfficeDev @LIBO_VERSION_MAJOR@
|
||||
+ UNIXBASISROOTNAME libreofficedev@LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
|
||||
+ POSTVERSIONEXTENSION
|
||||
+ BUNDLEIDENTIFIER @MACOSX_BUNDLE_IDENTIFIER@
|
||||
+ BRANDPACKAGEVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
|
||||
+ USERDIRPRODUCTVERSION 4
|
||||
+ BASEPRODUCTVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
|
||||
+ DEVELOPMENTPRODUCT 1
|
||||
+ BASISPACKAGEPREFIX lodevbasis
|
||||
+ UREPACKAGEPREFIX libreofficedev
|
||||
+ SOLSUREPACKAGEPREFIX libreofficedev
|
||||
+ REGISTRYLAYERNAME LayerDev
|
||||
+ UPDATEURL https://update.libreoffice.org/check.php
|
||||
+ ADD_INCLUDE_FILES cli_ure/version/version.txt,unoil/climaker/version.txt
|
||||
+ ADDSYSTEMINTEGRATION 1
|
||||
+ PACKAGEVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@.@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@
|
||||
+ PACKAGEREVISION {buildid}
|
||||
+ LICENSENAME LGPL
|
||||
+ ROOTMODULEGID gid_Module_Root
|
||||
+ GLOBALPATCHFILEGID gid_File_Txt_Patchfiles
|
||||
+ SPELLCHECKERFILE spellchecker_selection.txt
|
||||
+ CHANGETARGETDIR 1
|
||||
+ PATCHCODEFILE ooodev_patchcodes.txt
|
||||
+ CODEFILENAME codes_ooodev.txt
|
||||
+ LOCALUSERDIR $ORIGIN/..
|
||||
+ }
|
||||
+ active 1
|
||||
+ compression 5
|
||||
+ script setup_osl
|
||||
+ downloadname LibreOfficeDev_{productversion}_{os}_install_{languages}
|
||||
+ langpackdownloadname LibreOfficeDev_{productversion}_languagepack_{os}_install_{languages}
|
||||
+ helppackdownloadname LibreOfficeDev_{productversion}_helppack_{os}_install_{languages}
|
||||
+ 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}
|
||||
+ }
|
||||
+}
|
||||
--
|
||||
2.43.0
|
||||
|
2536
rpmbuild/SOURCES/0015-Cambios-en-logo.patch
Normal file
2536
rpmbuild/SOURCES/0015-Cambios-en-logo.patch
Normal file
File diff suppressed because one or more lines are too long
7656
rpmbuild/SOURCES/0016-Felipe-Carrillo-Puerto-image-added.patch
Normal file
7656
rpmbuild/SOURCES/0016-Felipe-Carrillo-Puerto-image-added.patch
Normal file
File diff suppressed because one or more lines are too long
44
rpmbuild/SOURCES/0017-Restaurar-el-cambio-de-copyright.patch
Normal file
44
rpmbuild/SOURCES/0017-Restaurar-el-cambio-de-copyright.patch
Normal file
|
@ -0,0 +1,44 @@
|
|||
From b245b6bf0d1dd76214aacdcc471d09967770fbbd Mon Sep 17 00:00:00 2001
|
||||
From: Octavio Alvarez <alvarezp@ugd.gob.mx>
|
||||
Date: Tue, 12 Mar 2024 05:38:32 +0000
|
||||
Subject: [PATCH 17/19] Restaurar el cambio de copyright.
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Israel observó que el copyright en el archivo
|
||||
external/more_fonts/UnpackedTarball_gmx.mk fue regenerado
|
||||
incorrectamente. Durante una limpia de commits este cambio fue retirado.
|
||||
Con este commit restauro el cambio original de Israel para dar la
|
||||
atribución correspondiente.
|
||||
|
||||
Change-Id: Ib25131be3e3605715a9b1b20fb060c3aae9be252
|
||||
---
|
||||
external/more_fonts/UnpackedTarball_gmx.mk | 7 ++-----
|
||||
1 file changed, 2 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/external/more_fonts/UnpackedTarball_gmx.mk b/external/more_fonts/UnpackedTarball_gmx.mk
|
||||
index ac8020494d7e..28b53b415a2a 100644
|
||||
--- a/external/more_fonts/UnpackedTarball_gmx.mk
|
||||
+++ b/external/more_fonts/UnpackedTarball_gmx.mk
|
||||
@@ -1,14 +1,11 @@
|
||||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||
#
|
||||
-# This file is part of the LibreOffice project.
|
||||
+# This file is part of the GobMX project.
|
||||
#
|
||||
-# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
-# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_UnpackedTarball,font_gmx))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_set_tarball,font_gmx,$(FONT_GMX_TARBALL)))
|
||||
|
||||
-# vim: set noet sw=4 ts=4:
|
||||
\ No newline at end of file
|
||||
+# vim: set noet sw=4 ts=4:
|
||||
--
|
||||
2.43.0
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
From a02a3c6e9ac60b544c8b5e2f80464780f0b0a897 Mon Sep 17 00:00:00 2001
|
||||
From: Octavio Alvarez <alvarezp@ugd.gob.mx>
|
||||
Date: Tue, 12 Mar 2024 05:44:12 +0000
|
||||
Subject: [PATCH 18/19] Eliminar --with-package-version de nuestras
|
||||
distro-configs
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
En el issue #7 [1] se reporta que --with-package-version está indicado
|
||||
de manera fija en nuestras configuraciones de distro-config. Se acordó
|
||||
que estas líneas deberían establecerse sólo durante la compilación o
|
||||
durante una rama, más no en master.
|
||||
|
||||
Este commit eliminar ambas líneas.
|
||||
|
||||
[1] https://git.softwarelibre.mx/strepsirrhini/office-gobmx/-/issues/7
|
||||
|
||||
Change-Id: I043f42b9bc14d6f6bbf38776f3de73741cc201cd
|
||||
---
|
||||
distro-configs/OfficeLinux.conf | 1 -
|
||||
distro-configs/OfficeWin64.conf | 1 -
|
||||
2 files changed, 2 deletions(-)
|
||||
|
||||
diff --git a/distro-configs/OfficeLinux.conf b/distro-configs/OfficeLinux.conf
|
||||
index 8f9dc46b2814..ce64682af1fa 100644
|
||||
--- a/distro-configs/OfficeLinux.conf
|
||||
+++ b/distro-configs/OfficeLinux.conf
|
||||
@@ -4,5 +4,4 @@
|
||||
--with-branding=custom_images
|
||||
--with-product-name=Office
|
||||
--with-vendor=INFOTEC
|
||||
---with-package-version=7.5.0.0
|
||||
--with-lang=es
|
||||
diff --git a/distro-configs/OfficeWin64.conf b/distro-configs/OfficeWin64.conf
|
||||
index 01ad659c2af3..032d5c70803a 100644
|
||||
--- a/distro-configs/OfficeWin64.conf
|
||||
+++ b/distro-configs/OfficeWin64.conf
|
||||
@@ -20,5 +20,4 @@
|
||||
--with-branding=custom_images
|
||||
--with-product-name=Office
|
||||
--with-vendor=INFOTEC
|
||||
---with-package-version=7.5.0.0
|
||||
--disable-community-flavor
|
||||
--
|
||||
2.43.0
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
From ebe9b8a133ab8b9e5f76cd5d06e9273a39ed4b74 Mon Sep 17 00:00:00 2001
|
||||
From: Octavio Alvarez <alvarezp@ugd.gob.mx>
|
||||
Date: Tue, 12 Mar 2024 05:50:09 +0000
|
||||
Subject: [PATCH 19/19] Eliminar --with-jdk-home de nuestras distro-configs
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
En el issue #8 [1] se reporta que --with-jdk-home está indicado
|
||||
de manera fija en nuestras configuraciones de distro-config, lo cual casa la
|
||||
compilación a una ruta que depende de cada sistema. Se acordó que estas
|
||||
líneas deberían establecerse sólo durante la compilación.
|
||||
|
||||
Este commit elimina la línea del archivo OfficeLinux.conf. Aún cuando el
|
||||
issue indica que también estaba en OfficeWin64.conf, esto no es correcto.
|
||||
|
||||
[1] https://git.softwarelibre.mx/strepsirrhini/office-gobmx/-/issues/8
|
||||
|
||||
Change-Id: Ie953e5a5747d49454dad2b7e9e0194b79a3c5851
|
||||
---
|
||||
distro-configs/OfficeWin64.conf | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/distro-configs/OfficeWin64.conf b/distro-configs/OfficeWin64.conf
|
||||
index 032d5c70803a..25996d9d6710 100644
|
||||
--- a/distro-configs/OfficeWin64.conf
|
||||
+++ b/distro-configs/OfficeWin64.conf
|
||||
@@ -1,6 +1,5 @@
|
||||
--with-ant-home=/cygdrive/c/sources/apache-ant-1.9.5
|
||||
--with-visual-studio=2022
|
||||
---with-jdk-home=C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot
|
||||
--host=x86_64-pc-cygwin
|
||||
--without-junit
|
||||
--without-helppack-integration
|
||||
--
|
||||
2.43.0
|
||||
|
|
@ -78,7 +78,8 @@ Summary: Free Software Productivity Suite
|
|||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.2
|
||||
Release: 8%{?libo_prerelease}%{?dist}
|
||||
Release: 10+gob.mx1.2%{?dist}
|
||||
|
||||
# default new files are: MPLv2
|
||||
# older files are typically: MPLv2 incorporating work under ASLv2
|
||||
# nlpsolver is: LGPLv3
|
||||
|
@ -376,9 +377,6 @@ Patch11: lo-7.6-ppc64le-tests.patch
|
|||
# https://bugs.documentfoundation.org/show_bug.cgi?id=158108
|
||||
Patch12: libreoffice-7.5.8.2-icu-74-compatibility.patch
|
||||
Patch13: 86abb6fd8a8f680f9fc5ff1db775845c9f4e254b.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
|
||||
|
||||
# Parches para CentOS 9
|
||||
# ICE
|
||||
|
@ -390,7 +388,7 @@ Patch501: kahansum_test_fix_for_aarc64_s390x.patch
|
|||
# gpgme
|
||||
Patch15: 0001-gpgme.patch
|
||||
|
||||
# Parches de gob.mx 1.1
|
||||
# Parches de gob.mx
|
||||
Patch21: 0001-Archivos-de-distro-config-de-brand-Office.patch
|
||||
Patch22: 0002-Modificacion-al-build-y-borrado-UPDATEURL.patch
|
||||
Patch23: 0003-Custom-images-and-referencies-added.patch
|
||||
|
@ -405,9 +403,16 @@ Patch31: 0011-logo-image-updated.patch
|
|||
Patch32: 0012-Update-OfficeLinux.conf-with-lang-es.patch
|
||||
Patch33: 0013-Update-OfficeLinux.conf.patch
|
||||
Patch34: 0014-fix-error-make-install.patch
|
||||
#Patch35: 0015-gob-mx-1.0.patch
|
||||
Patch36: 0016-Add-minor-version-OS-to-PDF-producer-metadata.patch
|
||||
Patch37: 0017-CPPUNIT-Calc-fixed.patch
|
||||
Patch35: 0015-Cambios-en-logo.patch
|
||||
Patch36: 0016-Felipe-Carrillo-Puerto-image-added.patch
|
||||
Patch37: 0017-Restaurar-el-cambio-de-copyright.patch
|
||||
Patch38: 0018-Eliminar-with-package-version-de-nuestras-distro-con.patch
|
||||
Patch39: 0019-Eliminar-with-jdk-home-de-nuestras-distro-configs.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
|
||||
|
||||
|
||||
%global instdir %{_libdir}
|
||||
|
@ -1666,6 +1671,9 @@ sed -i -e /CppunitTest_sw_layoutwriter/d sw/Module_sw.mk # Se borran todas, 1 2
|
|||
sed -i -e /CppunitTest_sw_uiwriter6/d sw/Module_sw.mk
|
||||
%endif
|
||||
|
||||
# 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
|
||||
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
|
||||
|
@ -1949,7 +1957,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
|
||||
|
@ -2937,6 +2945,13 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_includedir}/LibreOfficeKit
|
||||
|
||||
%changelog
|
||||
* Fri Jun 28 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.1.2-10+gob.mx1.2
|
||||
- Merge gob.mx-1.2-24.2.1.2-fc40
|
||||
- Backport to CentOS 9
|
||||
|
||||
* Fri Jun 21 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.1.2-9+gob.mx1.2
|
||||
- Rebuild
|
||||
|
||||
* Thu Apr 04 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.1.2-8
|
||||
- Backport de 24.2.1.2 para CentOS 9
|
||||
|
||||
|
@ -2944,6 +2959,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
- Disable KF6 on Fedora 39
|
||||
- liborcus >= 0.19 dependency
|
||||
|
||||
* Thu Mar 28 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.1.2-6+gob.mx1.2
|
||||
- Patchset gob.mx 1.2
|
||||
|
||||
* Mon Mar 18 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.2.1.2-5
|
||||
- Patch for kf6 scaling
|
||||
|
||||
|
|
Loading…
Reference in a new issue