You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libwpg/libwpg.spec

152 lines
4.4 KiB

%global apiversion 0.2
16 years ago
Name: libwpg
12 years ago
Version: 0.2.2
12 years ago
Release: 5%{?dist}
16 years ago
Summary: Library for reading WordPerfect Graphics images
Group: System Environment/Libraries
License: LGPLv2+ or MPLv2.0
16 years ago
URL: http://libwpg.sourceforge.net/
Source0: http://download.sourceforge.net/libwpg/%{name}-%{version}.tar.xz
16 years ago
12 years ago
BuildRequires: libwpd-devel
16 years ago
BuildRequires: doxygen
%description
Libwpg project is a library and to work with graphics in WPG
(WordPerfect Graphics) format. WPG is the format used among others
12 years ago
in Corel software, such as WordPerfect and Presentations.
16 years ago
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
16 years ago
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package doc
Summary: Documentation of %{name} API
Group: Documentation
BuildArch: noarch
%description doc
The %{name}-doc package contains API documentation for %{name}.
16 years ago
%package tools
Summary: Tools to convert WordPerfect Graphics images
Group: Applications/Multimedia
# wpg2svgbatch.pl says "GPL", without specifying version, and points to
# http://www.gnu.org/copyleft/gpl.html . I assume this means "any
# version".
License: (LGPLv2+ or MPLv2.0) and GPL+
Requires: %{name}%{?_isa} = %{version}-%{release}
16 years ago
%description tools
This package contains tools to work with graphics in WPG (WordPerfect
12 years ago
Graphics) format. WPG is the format used among others in Corel software,
16 years ago
such as WordPerfect and Presentations.
%prep
%setup -q
%build
12 years ago
%configure --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
12 years ago
make %{?_smp_mflags} V=1
16 years ago
sed 's/\r//' -i ChangeLog
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
16 years ago
%install
make install DESTDIR=$RPM_BUILD_ROOT
16 years ago
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
# we install API docs directly from build
rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}
16 years ago
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
12 years ago
%doc AUTHORS ChangeLog COPYING.LGPL COPYING.MPL
%{_libdir}/%{name}-%{apiversion}.so.*
16 years ago
%files devel
%{_includedir}/%{name}-%{apiversion}
%{_libdir}/%{name}-%{apiversion}.so
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
16 years ago
%files doc
%doc COPYING.LGPL COPYING.MPL
%doc docs/doxygen/html
16 years ago
%files tools
%{_bindir}/wpg2raw
%{_bindir}/wpg2svg
%{_bindir}/wpg2svgbatch.pl
16 years ago
%changelog
12 years ago
* Mon Aug 19 2013 David Tardon <dtardon@redhat.com> - 0.2.2-5
- bump revision
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
12 years ago
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.2.2-3
- Perl 5.18 rebuild
12 years ago
* Tue Jun 25 2013 David Tardon <dtardon@redhat.com> - 0.2.2-2
- bump release
12 years ago
* Thu Apr 18 2013 David Tardon <dtardon@redhat.com> - 0.2.2-1
- new release
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
12 years ago
* Thu Nov 29 2012 David Tardon <dtardon@redhat.com> - 0.2.1-1
- new upstream release
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
- Rebuilt for c++ ABI breakage
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
14 years ago
* Sun Dec 05 2010 Caolán McNamara <caolanm@redhat.com> - 0.2.0-1
- latest version
* Tue Jul 28 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.1.3-4
- Fix multilib problem with doxygen documentation (#508940)
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
16 years ago
* Tue Jan 6 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.1.3-1
- Initial packaging