libvisio/libvisio.spec

176 lines
4.3 KiB
RPMSpec
Raw Normal View History

2013-04-21 07:57:35 +00:00
%global apiversion 0.0
2012-01-26 13:12:32 +00:00
Name: libvisio
2013-07-15 13:44:22 +00:00
Version: 0.0.30
2013-02-28 16:26:13 +00:00
Release: 1%{?dist}
2012-01-26 13:12:32 +00:00
Summary: A library providing ability to interpret and import visio diagrams
Group: System Environment/Libraries
2012-03-20 07:12:52 +00:00
License: GPLv2+ or LGPLv2+ or MPLv1.1
2012-01-26 13:12:32 +00:00
URL: http://www.freedesktop.org/wiki/Software/libvisio
Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
BuildRequires: boost-devel
BuildRequires: doxygen
2012-11-06 09:44:21 +00:00
BuildRequires: gperf
2013-04-23 03:48:47 +00:00
BuildRequires: libicu-devel
2012-01-26 13:12:32 +00:00
BuildRequires: libwpd-devel
BuildRequires: libwpg-devel
2012-11-06 08:35:58 +00:00
BuildRequires: libxml2-devel
2012-11-06 09:44:21 +00:00
BuildRequires: perl
2012-11-06 08:35:58 +00:00
BuildRequires: zlib-devel
2012-01-26 13:12:32 +00:00
%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.
2012-11-06 08:35:58 +00:00
Currently supported: XHTML, raw, plain text.
2012-01-26 13:12:32 +00:00
%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
2012-06-01 07:52:37 +00:00
make %{?_smp_mflags} V=1
2012-01-26 13:12:32 +00:00
%install
make install DESTDIR=%{buildroot}
rm -f %{buildroot}/%{_libdir}/*.la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
2013-04-21 07:57:54 +00:00
%doc AUTHORS COPYING.*
2013-04-21 07:57:35 +00:00
%{_libdir}/%{name}-%{apiversion}.so.*
2012-01-26 13:12:32 +00:00
%files devel
2013-04-21 07:57:54 +00:00
%doc ChangeLog
2013-04-21 07:57:35 +00:00
%{_includedir}/%{name}-%{apiversion}
%{_libdir}/%{name}-%{apiversion}.so
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
2012-01-26 13:12:32 +00:00
%files doc
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/html
%files tools
%{_bindir}/vsd2raw
2012-06-22 11:29:02 +00:00
%{_bindir}/vsd2text
2012-01-26 13:12:32 +00:00
%{_bindir}/vsd2xhtml
2012-11-06 08:35:58 +00:00
%{_bindir}/vss2raw
%{_bindir}/vss2text
%{_bindir}/vss2xhtml
2012-01-26 13:12:32 +00:00
%changelog
2013-07-15 13:44:22 +00:00
* Mon Jul 15 2013 David Tardon <dtardon@redhat.com> - 0.0.30-1
- new release
2013-07-02 14:08:05 +00:00
* Tue Jul 02 2013 David Tardon <dtardon@redhat.com> - 0.0.29-1
- new release
2013-06-05 09:46:08 +00:00
* Wed Jun 05 2013 David Tardon <dtardon@redhat.com> - 0.0.28-1
- new release
2013-05-16 09:40:22 +00:00
* Thu May 16 2013 David Tardon <dtardon@redhat.com> - 0.0.27-1
- new release
2013-04-23 03:48:47 +00:00
* Tue Apr 23 2013 David Tardon <dtardon@redhat.com> - 0.0.26-1
- new release
2013-02-28 16:26:13 +00:00
* Thu Feb 28 2013 David Tardon <dtardon@redhat.com> - 0.0.25-1
- new release
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2012-12-18 14:08:10 +00:00
* Tue Dec 18 2012 David Tardon <dtardon@redhat.com> - 0.0.24-1
- new release
2012-12-03 09:54:44 +00:00
* Mon Dec 03 2012 David Tardon <dtardon@redhat.com> - 0.0.23-1
- new release
2012-11-29 10:15:44 +00:00
* Thu Nov 29 2012 David Tardon <dtardon@redhat.com> - 0.0.22-1
- new upstream release
2012-11-21 11:08:02 +00:00
* Wed Nov 21 2012 David Tardon <dtardon@redhat.com> - 0.0.21-1
- new upstream release
2012-11-06 08:35:58 +00:00
* Tue Nov 06 2012 David Tardon <dtardon@redhat.com> - 0.0.20-1
- new upstream version
2012-07-27 17:05:40 +00:00
* Fri Jul 27 2012 David Tardon <dtardon@redhat.com> - 0.0.19-2
- rebuilt for boost 1.50
2012-07-26 18:10:51 +00:00
* 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
2012-06-22 11:29:02 +00:00
* Fri Jun 22 2012 David Tardon <dtardon@redhat.com> 0.0.18-1
- new upstream version
2012-06-01 06:49:36 +00:00
* Fri Jun 01 2012 David Tardon <dtardon@redhat.com> 0.0.17-1
- new upstream version
2012-04-17 04:04:44 +00:00
* Tue Apr 17 2012 David Tardon <dtardon@redhat.com> 0.0.16-1
- new upstream version
2012-02-28 19:04:42 +00:00
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.15-2
- Rebuilt for c++ ABI breakage
2012-02-21 05:26:36 +00:00
* Tue Feb 21 2012 David Tardon <dtardon@redhat.com> 0.0.15-1
- new upstream version
2012-01-26 13:12:32 +00:00
* 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