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)
|
||||
Name: libvisio
|
||||
Version: 0.1.7
|
||||
Version: 0.1.8
|
||||
Release: 1mamba
|
||||
Summary: A library providing ability to interpret and import visio diagrams into various applications
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: GPL, LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: librevenge-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwpd-devel
|
||||
BuildRequires: libwpg-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libwpd-devel >= 0.10
|
||||
BuildRequires: libwpg-devel >= 0.3.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
|
||||
%description
|
||||
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
|
||||
Summary: Development files for %{name}
|
||||
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
|
||||
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
|
||||
This package contains utility applications for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -60,9 +57,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}/libvisio-%{apiver}.so.*
|
||||
@ -73,7 +67,6 @@ This package contains utility applications for %{name}.
|
||||
%dir %{_includedir}/libvisio-%{apiver}
|
||||
%dir %{_includedir}/libvisio-%{apiver}/libvisio
|
||||
%{_includedir}/libvisio-%{apiver}/libvisio/*.h
|
||||
%{_libdir}/libvisio-%{apiver}.la
|
||||
%{_libdir}/libvisio-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/libvisio-%{apiver}.pc
|
||||
%dir %{_datadir}/doc/libvisio
|
||||
@ -91,6 +84,9 @@ This package contains utility applications for %{name}.
|
||||
%{_bindir}/vss2xhtml
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user