automatic version update by autodist [release 0.1.8-1mamba;Thu Oct 24 2024]
This commit is contained in:
parent
8ce8707ee7
commit
95f5395179
@ -1,29 +1,26 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f1-2)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libvisio
|
Name: libvisio
|
||||||
Version: 0.1.7
|
Version: 0.1.8
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library providing ability to interpret and import visio diagrams into various applications
|
Summary: A library providing ability to interpret and import visio diagrams 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: http://www.freedesktop.org/wiki/Software/libvisio
|
URL: https://www.freedesktop.org/wiki/Software/libvisio/
|
||||||
Source: http://dev-www.libreoffice.org/src/libvisio-%{version}.tar.xz
|
Source: http://dev-www.libreoffice.org/src/libvisio-%{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: librevenge-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libwpd-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libwpg-devel
|
|
||||||
BuildRequires: pkg-config
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: libwpd-devel >= 0.10
|
BuildRequires: libwpd-devel >= 0.10
|
||||||
BuildRequires: libwpg-devel >= 0.3.0
|
BuildRequires: libwpg-devel >= 0.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libvisio is a library providing ability to interpret and import visio diagrams into various applications. You can find it being used in libreoffice.
|
Libvisio is a library providing ability to interpret and import visio diagrams into various applications. You can find it being used in libreoffice.
|
||||||
@ -32,8 +29,6 @@ Libvisio is a library providing ability to interpret and import visio diagrams i
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
|
||||||
#Requires: pkg-config
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@ -46,6 +41,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
This package contains utility applications for %{name}.
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -60,9 +57,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}/libvisio-%{apiver}.so.*
|
%{_libdir}/libvisio-%{apiver}.so.*
|
||||||
@ -73,7 +67,6 @@ This package contains utility applications for %{name}.
|
|||||||
%dir %{_includedir}/libvisio-%{apiver}
|
%dir %{_includedir}/libvisio-%{apiver}
|
||||||
%dir %{_includedir}/libvisio-%{apiver}/libvisio
|
%dir %{_includedir}/libvisio-%{apiver}/libvisio
|
||||||
%{_includedir}/libvisio-%{apiver}/libvisio/*.h
|
%{_includedir}/libvisio-%{apiver}/libvisio/*.h
|
||||||
%{_libdir}/libvisio-%{apiver}.la
|
|
||||||
%{_libdir}/libvisio-%{apiver}.so
|
%{_libdir}/libvisio-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/libvisio-%{apiver}.pc
|
%{_libdir}/pkgconfig/libvisio-%{apiver}.pc
|
||||||
%dir %{_datadir}/doc/libvisio
|
%dir %{_datadir}/doc/libvisio
|
||||||
@ -91,6 +84,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/vss2xhtml
|
%{_bindir}/vss2xhtml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 24 2024 Automatic Build System <autodist@openmamba.org> 0.1.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Aug 20 2019 Automatic Build System <autodist@mambasoft.it> 0.1.7-1mamba
|
* Tue Aug 20 2019 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