From ecf93e9f8ecfb8c25b0f03075afd2a7d01a896f10636c2ce664836043c6c8ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 6 Nov 2012 13:47:06 +0000 Subject: [PATCH] osc copypac from project:devel:libraries:c_c++ package:libcdr revision:4 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=1 --- .gitattributes | 23 ++++++++ .gitignore | 1 + libcdr-0.0.9.tar.xz | 3 ++ libcdr.changes | 24 +++++++++ libcdr.spec | 125 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 176 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 libcdr-0.0.9.tar.xz create mode 100644 libcdr.changes create mode 100644 libcdr.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/libcdr-0.0.9.tar.xz b/libcdr-0.0.9.tar.xz new file mode 100644 index 0000000..de6679c --- /dev/null +++ b/libcdr-0.0.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a134b6474f5fe2cca797afb50a84f9f2cd247487fa3610a5e0b6530e4e0ded +size 576088 diff --git a/libcdr.changes b/libcdr.changes new file mode 100644 index 0000000..35a3738 --- /dev/null +++ b/libcdr.changes @@ -0,0 +1,24 @@ +------------------------------------------------------------------- +Mon Nov 5 13:57:02 CET 2012 - fridrich.strba@suse.com + +- Update to upstream version 0.0.9 + * Fix wrong positions of grouped objects in newer + CorelDraw file-formats + +------------------------------------------------------------------- +Mon Jun 11 13:09:23 UTC 2012 - jengelh@inai.de + +- SPDX license field + +------------------------------------------------------------------- +Mon Jun 11 14:32:55 CEST 2012 - fridrich.strba@suse.com + +- Update to upstream version 0.0.8 + * initial text support +- Remove upstreamed patch + +------------------------------------------------------------------- +Fri Apr 27 08:48:31 CEST 2012 - fridrich.strba@suse.com + +- Initial package of libcdr + diff --git a/libcdr.spec b/libcdr.spec new file mode 100644 index 0000000..ae411c2 --- /dev/null +++ b/libcdr.spec @@ -0,0 +1,125 @@ +# +# spec file for package libcdr +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# +Name: libcdr +# note: the main package is empty, it only sets a sane name for the source rpm +%if 0%{?suse_version} > 1020 +%define build_doc 1 +BuildRequires: doxygen +%else +%define build_doc 0 +%endif +BuildRequires: gcc-c++ pkgconfig xz zlib-devel liblcms2-devel +BuildRequires: libwpd-devel >= 0.9.0 libwpg-devel >= 0.2.0 +Summary: Library for parsing the Corel Draw file format structure +Version: 0.0.9 +Release: 0 +License: LGPL-2.0+, GPL-2.0+, MPL-1.1 +Group: Productivity/Publishing/Word +Url: http://www.freedesktop.org/wiki/Software/libcdr +Source: http://dev-www.libreoffice.org/src/libcdr-%{version}.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +libcdr is a library for parsing the Corel Draw file format structure. It is +cross-platform, at the moment it can be build on Microsoft Windows and Linux. + + +%define libname libcdr-0_0-0 +%package -n %libname +Summary: Library for parsing the Corel Draw file format structure +Group: System/Libraries + +%description -n %libname +libcdr is a library for parsing the Corel Draw file format structure. It is +cross-platform, at the moment it can be build on Microsoft Windows and Linux. + + +%package devel +Summary: Files for Developing with libcdr +Group: Development/Libraries/C and C++ +Requires: %libname = %version libwpd-devel libwpg-devel + +%description devel +libcdr is a library for parsing the Corel Draw file format structure. It is +cross-platform, at the moment it can be build on Microsoft Windows and Linux. + +This package contains the libcdr development files. + + +%if %build_doc + +%package devel-doc +Summary: Documentation for the libcdr API +Group: Documentation/HTML + +%description devel-doc +This package contains documentation for the libcdr API. + +%endif + + +%package tools +Summary: Tools to work with documents in Corel Draw file-format +Group: Productivity/Publishing/Word + +%description tools +Tools to work with documents in Corel Draw file-format. + + +%prep +%setup -q + +%build +%configure --disable-static --docdir=%_docdir/%name +make %{?_smp_mflags} + +%install +make DESTDIR=$RPM_BUILD_ROOT install +rm $RPM_BUILD_ROOT%_libdir/*.la +# documentation +mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} +cp -p AUTHORS COPYING.* ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name} + +%post -n %libname -p /sbin/ldconfig + +%postun -n %libname -p /sbin/ldconfig + +%files -n %libname +%defattr(-,root,root) +%{_libdir}/*.so.* + +%files devel +%defattr(-,root,root) +%{_libdir}/*.so +%{_libdir}/pkgconfig/libcdr*.pc +%{_includedir}/libcdr-* + +%if %build_doc != 0 + +%files devel-doc +%defattr(-,root,root,-) +%doc %dir %{_docdir}/%{name} +%doc %{_docdir}/%{name}/html +%endif + +%files tools +%defattr(-,root,root) +%{_bindir}/* +%doc %dir %{_docdir}/%{name} +%doc %{_docdir}/%{name}/[A-Z]* + +%changelog