137 lines
3.3 KiB
RPMSpec
137 lines
3.3 KiB
RPMSpec
Name: libvisio
|
|
Version: 0.0.20
|
|
Release: 1%{?dist}
|
|
Summary: A library providing ability to interpret and import visio diagrams
|
|
|
|
Group: System Environment/Libraries
|
|
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
|
URL: http://www.freedesktop.org/wiki/Software/libvisio
|
|
Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: boost-devel
|
|
BuildRequires: doxygen
|
|
BuildRequires: libwpd-devel
|
|
BuildRequires: libwpg-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: zlib-devel
|
|
|
|
%description
|
|
Libvisio is library providing ability to interpret and import visio
|
|
diagrams into various applications. You can find it being used in
|
|
libreoffice.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%package doc
|
|
Summary: Documentation of %{name} API
|
|
Group: Documentation
|
|
Requires: %{name} = %{version}-%{release}
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
The %{name}-doc package contains documentation files for %{name}.
|
|
|
|
%package tools
|
|
Summary: Tools to transform Visio diagrams into other formats
|
|
Group: Applications/Publishing
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description tools
|
|
Tools to transform Visio diagrams into other formats.
|
|
Currently supported: XHTML, raw, plain text.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%configure --disable-static --disable-werror
|
|
sed -i \
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
|
libtool
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
%install
|
|
make install DESTDIR=%{buildroot}
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%files
|
|
%doc AUTHORS ChangeLog COPYING.*
|
|
%{_libdir}/%{name}-0.0.so.*
|
|
|
|
|
|
%files devel
|
|
%{_includedir}/%{name}-0.0
|
|
%{_libdir}/%{name}-0.0.so
|
|
%{_libdir}/pkgconfig/%{name}-0.0.pc
|
|
|
|
|
|
%files doc
|
|
%dir %{_docdir}/%{name}
|
|
%{_docdir}/%{name}/html
|
|
|
|
|
|
%files tools
|
|
%{_bindir}/vsd2raw
|
|
%{_bindir}/vsd2text
|
|
%{_bindir}/vsd2xhtml
|
|
%{_bindir}/vss2raw
|
|
%{_bindir}/vss2text
|
|
%{_bindir}/vss2xhtml
|
|
|
|
|
|
%changelog
|
|
* Tue Nov 06 2012 David Tardon <dtardon@redhat.com> - 0.0.20-1
|
|
- new upstream version
|
|
|
|
* Fri Jul 27 2012 David Tardon <dtardon@redhat.com> - 0.0.19-2
|
|
- rebuilt for boost 1.50
|
|
|
|
* Thu Jul 26 2012 David Tardon <dtardon@redhat.com> - 0.0.19-1
|
|
- new upstream version
|
|
|
|
* Tue Jul 24 2012 David Tardon <dtardon@redhat.com> - 0.0.18-3
|
|
- fix endless loop with text fields in VSD6
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.18-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri Jun 22 2012 David Tardon <dtardon@redhat.com> 0.0.18-1
|
|
- new upstream version
|
|
|
|
* Fri Jun 01 2012 David Tardon <dtardon@redhat.com> 0.0.17-1
|
|
- new upstream version
|
|
|
|
* Tue Apr 17 2012 David Tardon <dtardon@redhat.com> 0.0.16-1
|
|
- new upstream version
|
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.15-2
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
* Tue Feb 21 2012 David Tardon <dtardon@redhat.com> 0.0.15-1
|
|
- new upstream version
|
|
|
|
* Wed Jan 25 2012 David Tardon <dtardon@redhat.com> 0.0.14-1
|
|
- bump version
|
|
|
|
- initial import
|
|
* Wed Dec 21 2011 David Tardon <dtardon@redhat.com> 0.0.11-1
|
|
- initial import
|