|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
%global apiversion 0.0
|
|
|
|
|
|
|
|
|
|
Name: libcdr
|
|
|
|
|
Version: 0.0.15
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.0.16
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A library providing ability to interpret and import Corel Draw drawings
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
# the only Public Domain source is src/lib/CDRColorProfiles.h
|
|
|
|
|
License: (GPLv2+ or LGPLv2+ or MPLv1.1) and Public Domain
|
|
|
|
|
License: MPLv2.0 and Public Domain
|
|
|
|
|
URL: http://www.freedesktop.org/wiki/Software/libcdr
|
|
|
|
|
Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
@ -83,7 +83,7 @@ install -m 0644 cdr2*.1 cmx2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING.* README
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING.MPL README
|
|
|
|
|
%{_libdir}/%{name}-%{apiversion}.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -93,7 +93,7 @@ install -m 0644 cdr2*.1 cmx2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%doc COPYING.*
|
|
|
|
|
%doc COPYING.MPL
|
|
|
|
|
%doc docs/doxygen/html
|
|
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
@ -111,6 +111,9 @@ install -m 0644 cdr2*.1 cmx2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
|
%{_mandir}/man1/cmx2xhtml.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|