automatic version update by autodist [release 0.1.8-1mamba;Sun Dec 01 2024]
This commit is contained in:
parent
fa79094921
commit
03af17803a
16
libcdr.spec
16
libcdr.spec
@ -1,24 +1,23 @@
|
||||
%define apiver %(echo %version | cut -d. -f1-2)
|
||||
Name: libcdr
|
||||
Version: 0.1.7
|
||||
Version: 0.1.8
|
||||
Release: 1mamba
|
||||
Summary: A library providing ability to interpret and import Corel Draw drawings into various applications
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.freedesktop.org/wiki/Software/libcdr
|
||||
URL: https://www.freedesktop.org/wiki/Software/libcdr/
|
||||
Source: http://dev-www.libreoffice.org/src/libcdr/libcdr-%{version}.tar.xz
|
||||
License: GPL, LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: librevenge-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwpd-devel
|
||||
BuildRequires: libwpg-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libwpd-devel >= 0.10
|
||||
BuildRequires: libwpg-devel >= 0.3.0
|
||||
@ -60,9 +59,6 @@ This package contains utility applications for %{name}.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcdr-%{apiver}.so.*
|
||||
@ -73,7 +69,6 @@ This package contains utility applications for %{name}.
|
||||
%dir %{_includedir}/libcdr-%{apiver}
|
||||
%dir %{_includedir}/libcdr-%{apiver}/libcdr
|
||||
%{_includedir}/libcdr-%{apiver}/libcdr/*.h
|
||||
%{_libdir}/libcdr-%{apiver}.la
|
||||
%{_libdir}/libcdr-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/libcdr-%{apiver}.pc
|
||||
%dir %{_datadir}/doc/libcdr
|
||||
@ -91,6 +86,9 @@ This package contains utility applications for %{name}.
|
||||
%{_bindir}/cmx2xhtml
|
||||
|
||||
%changelog
|
||||
* Sun Dec 01 2024 Automatic Build System <autodist@openmamba.org> 0.1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 28 2021 Automatic Build System <autodist@mambasoft.it> 0.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user