rebuilt with libwpd 0.10 and libwpg 0.3.0 [release 0.1.0-2mamba;Sat Jul 05 2014]
This commit is contained in:
parent
1de023db69
commit
cdcfd1a2a9
@ -1,6 +1,7 @@
|
||||
%define apiver %(echo %version | cut -d. -f1-2)
|
||||
Name: libvisio
|
||||
Version: 0.0.31
|
||||
Release: 1mamba
|
||||
Version: 0.1.0
|
||||
Release: 2mamba
|
||||
Summary: A library providing ability to interpret and import visio diagrams into various applications
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -18,6 +19,8 @@ BuildRequires: libwpg-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libwpd-devel >= 0.10
|
||||
BuildRequires: libwpg-devel >= 0.3.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
@ -62,17 +65,17 @@ This package contains utility applications for %{name}.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libvisio-0.0.so.*
|
||||
%{_libdir}/libvisio-%{apiver}.so.*
|
||||
%doc AUTHORS
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libvisio-0.0
|
||||
%dir %{_includedir}/libvisio-0.0/libvisio
|
||||
%{_includedir}/libvisio-0.0/libvisio/*.h
|
||||
%{_libdir}/libvisio-0.0.la
|
||||
%{_libdir}/libvisio-0.0.so
|
||||
%{_libdir}/pkgconfig/libvisio-0.0.pc
|
||||
%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
|
||||
%dir %{_datadir}/doc/libvisio/html
|
||||
%{_datadir}/doc/libvisio/html/*
|
||||
@ -88,6 +91,12 @@ This package contains utility applications for %{name}.
|
||||
%{_bindir}/vss2xhtml
|
||||
|
||||
%changelog
|
||||
* Sat Jul 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-2mamba
|
||||
- rebuilt with libwpd 0.10 and libwpg 0.3.0
|
||||
|
||||
* Tue Jun 17 2014 Automatic Build System <autodist@mambasoft.it> 0.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 29 2013 Automatic Build System <autodist@mambasoft.it> 0.0.31-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user