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