Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
26
.gitignore
vendored
26
.gitignore
vendored
@ -1 +1,25 @@
|
||||
SOURCES/libvisio-0.1.6.tar.xz
|
||||
/libvisio-0.0.14.tar.xz
|
||||
/libvisio-0.0.15.tar.xz
|
||||
/libvisio-0.0.16.tar.xz
|
||||
/libvisio-0.0.17.tar.xz
|
||||
/libvisio-0.0.18.tar.xz
|
||||
/libvisio-0.0.19.tar.xz
|
||||
/libvisio-0.0.20.tar.xz
|
||||
/libvisio-0.0.21.tar.xz
|
||||
/libvisio-0.0.22.tar.xz
|
||||
/libvisio-0.0.23.tar.xz
|
||||
/libvisio-0.0.24.tar.xz
|
||||
/libvisio-0.0.25.tar.xz
|
||||
/libvisio-0.0.26.tar.xz
|
||||
/libvisio-0.0.27.tar.xz
|
||||
/libvisio-0.0.28.tar.xz
|
||||
/libvisio-0.0.29.tar.xz
|
||||
/libvisio-0.0.30.tar.xz
|
||||
/libvisio-0.0.31.tar.xz
|
||||
/libvisio-0.1.0.tar.xz
|
||||
/libvisio-0.1.1.tar.xz
|
||||
/libvisio-0.1.3.tar.xz
|
||||
/libvisio-0.1.4.tar.xz
|
||||
/libvisio-0.1.5.tar.xz
|
||||
/libvisio-0.1.6.tar.xz
|
||||
/libvisio-0.1.7.tar.xz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
eaf9204fa38a87c8408c03828f6fc9d915d988e0 SOURCES/libvisio-0.1.6.tar.xz
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
@ -1,8 +1,8 @@
|
||||
%global apiversion 0.1
|
||||
|
||||
Name: libvisio
|
||||
Version: 0.1.6
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.7
|
||||
Release: 9%{?dist}
|
||||
Summary: A library for import of Microsoft Visio diagrams
|
||||
|
||||
License: MPLv2.0
|
||||
@ -11,13 +11,17 @@ Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gperf
|
||||
BuildRequires: help2man
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
%{name} is library providing ability to interpret and import
|
||||
@ -56,10 +60,10 @@ 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}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
# rhbz#1001240 we install API docs directly from build
|
||||
rm -rf %{buildroot}/%{_docdir}/%{name}
|
||||
@ -72,8 +76,7 @@ done
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 vsd2*.1 vss2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
@ -109,6 +112,56 @@ make check %{?_smp_mflags}
|
||||
%{_mandir}/man1/vss2xhtml.1*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.7-9
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.7-8
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.1.7-5
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 0.1.7-4
|
||||
- Rebuild for ICU 67
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 0.1.7-2
|
||||
- Rebuild for ICU 65
|
||||
|
||||
* Sat Aug 17 2019 David Tardon <dtardon@redhat.com> - 0.1.7-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 0.1.6-7
|
||||
- Rebuild for ICU 63
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 0.1.6-5
|
||||
- Rebuild for ICU 62
|
||||
|
||||
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 0.1.6-4
|
||||
- Rebuild for ICU 61.1
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 0.1.6-2
|
||||
- Rebuild for ICU 60.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user