libwpg/libwpg.spec

121 lines
3.6 KiB
RPMSpec
Raw Normal View History

2009-01-09 09:57:07 +00:00
Name: libwpg
2013-04-18 14:04:28 +00:00
Version: 0.2.2
Release: 1%{?dist}
2009-01-09 09:57:07 +00:00
Summary: Library for reading WordPerfect Graphics images
Group: System Environment/Libraries
2013-04-18 14:16:05 +00:00
License: GPLv2+ or LGPLv2+ or MPLv2.0+
2009-01-09 09:57:07 +00:00
URL: http://libwpg.sourceforge.net/
Source0: http://download.sourceforge.net/libwpg/%{name}-%{version}.tar.bz2
2012-11-29 09:04:32 +00:00
BuildRequires: libwpd-devel
2009-01-09 09:57:07 +00:00
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
2012-11-29 09:04:32 +00:00
in Corel software, such as WordPerfect and Presentations.
2009-01-09 09:57:07 +00:00
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
2009-01-09 09:57:07 +00:00
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package tools
Summary: Tools to convert WordPerfect Graphics images
Group: Applications/Multimedia
2013-04-21 07:40:03 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
2009-01-09 09:57:07 +00:00
%description tools
This package contains tools to work with graphics in WPG (WordPerfect
2012-11-29 09:04:32 +00:00
Graphics) format. WPG is the format used among others in Corel software,
2009-01-09 09:57:07 +00:00
such as WordPerfect and Presentations.
%prep
%setup -q
%build
2012-11-29 09:04:32 +00:00
%configure --disable-static --disable-werror
2012-11-29 09:04:56 +00:00
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
2012-11-29 09:04:32 +00:00
make %{?_smp_mflags} V=1
2009-01-09 09:57:07 +00:00
sed 's/\r//' -i ChangeLog
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
2009-01-09 09:57:07 +00:00
%install
# Documentation is intentionally not installed here,
# it is included as -devel %%doc
make SUBDIRS="" install DESTDIR=$RPM_BUILD_ROOT
make -C src install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
2013-04-18 14:04:28 +00:00
%doc AUTHORS ChangeLog COPYING.LGPL COPYING.MPL
2009-01-09 09:57:07 +00:00
%{_libdir}/*.so.*
%files devel
2012-11-29 09:06:11 +00:00
%doc docs/doxygen/html
2009-01-09 09:57:07 +00:00
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files tools
2013-04-18 14:04:28 +00:00
%doc COPYING.LGPL COPYING.MPL
2009-01-09 09:57:07 +00:00
%{_bindir}/*
%changelog
2013-04-18 14:04:28 +00:00
* 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
2012-11-29 09:04:32 +00:00
* 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
2012-02-28 19:06:07 +00:00
* 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
2010-12-05 16:42:15 +00:00
* 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
2009-01-09 09:57:07 +00:00
* Tue Jan 6 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.1.3-1
- Initial packaging