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
|
Name: libvisio
|
||||||
Version: 0.0.31
|
Version: 0.1.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -18,6 +19,8 @@ BuildRequires: libwpg-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: libwpd-devel >= 0.10
|
||||||
|
BuildRequires: libwpg-devel >= 0.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -62,17 +65,17 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libvisio-0.0.so.*
|
%{_libdir}/libvisio-%{apiver}.so.*
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libvisio-0.0
|
%dir %{_includedir}/libvisio-%{apiver}
|
||||||
%dir %{_includedir}/libvisio-0.0/libvisio
|
%dir %{_includedir}/libvisio-%{apiver}/libvisio
|
||||||
%{_includedir}/libvisio-0.0/libvisio/*.h
|
%{_includedir}/libvisio-%{apiver}/libvisio/*.h
|
||||||
%{_libdir}/libvisio-0.0.la
|
%{_libdir}/libvisio-%{apiver}.la
|
||||||
%{_libdir}/libvisio-0.0.so
|
%{_libdir}/libvisio-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/libvisio-0.0.pc
|
%{_libdir}/pkgconfig/libvisio-%{apiver}.pc
|
||||||
%dir %{_datadir}/doc/libvisio
|
%dir %{_datadir}/doc/libvisio
|
||||||
%dir %{_datadir}/doc/libvisio/html
|
%dir %{_datadir}/doc/libvisio/html
|
||||||
%{_datadir}/doc/libvisio/html/*
|
%{_datadir}/doc/libvisio/html/*
|
||||||
@ -88,6 +91,12 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/vss2xhtml
|
%{_bindir}/vss2xhtml
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 29 2013 Automatic Build System <autodist@mambasoft.it> 0.0.31-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user