Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
9
.gitignore
vendored
9
.gitignore
vendored
@ -1 +1,8 @@
|
||||
SOURCES/libwpg-0.3.2.tar.xz
|
||||
/libwpg-0.2.0.tar.bz2
|
||||
/libwpg-0.2.1.tar.bz2
|
||||
/libwpg-0.2.2.tar.bz2
|
||||
/libwpg-0.2.2.tar.xz
|
||||
/libwpg-0.3.0.tar.xz
|
||||
/libwpg-0.3.1.tar.xz
|
||||
/libwpg-0.3.2.tar.xz
|
||||
/libwpg-0.3.3.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
087125964823c35d711e36034823601a8736eae4 SOURCES/libwpg-0.3.2.tar.xz
|
||||
20096bd99681c719164cefafc9046271de255acb libwpg-0.3.3.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.3
|
||||
|
||||
Name: libwpg
|
||||
Version: 0.3.2
|
||||
Release: 1%{?dist}
|
||||
Version: 0.3.3
|
||||
Release: 8%{?dist}
|
||||
Summary: A library for import of WordPerfect Graphics images
|
||||
|
||||
License: LGPLv2+ or MPLv2.0
|
||||
@ -10,11 +10,15 @@ URL: http://libwpg.sourceforge.net/
|
||||
Source0: http://download.sourceforge.net/libwpg/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Getopt::Std)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-generators-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-stream-0.0)
|
||||
BuildRequires: pkgconfig(libwpd-0.10)
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
%{name} is a library for import of images in WPG
|
||||
@ -52,12 +56,12 @@ are: SVG, raw.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-werror
|
||||
%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} V=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
@ -76,8 +80,7 @@ help2man -N -S '%{name} %{version}' -n 'batch convert WordPerfect Graphics files
|
||||
install -m 0755 -d %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 wpg2*.1 %{buildroot}/%{_mandir}/man1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS
|
||||
@ -102,6 +105,37 @@ install -m 0644 wpg2*.1 %{buildroot}/%{_mandir}/man1
|
||||
%{_mandir}/man1/wpg2svgbatch.pl.1*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.3-8
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.3-7
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Jan 01 2019 David Tardon <dtardon@redhat.com> - 0.3.3-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Sep 12 2017 David Tardon <dtardon@redhat.com> - 0.3.2-1
|
||||
- new upstream release
|
||||
|
Loading…
Reference in New Issue
Block a user