2024-01-06 06:09:38 +01:00
|
|
|
Name: libwv
|
|
|
|
Version: 1.2.9
|
2024-04-02 02:14:44 +02:00
|
|
|
Release: 2mamba
|
2024-01-06 06:09:38 +01:00
|
|
|
Summary: A library which allows access to Microsoft Word files
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-04-02 02:14:44 +02:00
|
|
|
URL: https://wvware.sourceforge.net/
|
2024-01-06 06:09:38 +01:00
|
|
|
Source: http://abisource.com/downloads/wv/%{version}/wv-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgsf-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A library which allows access to Microsoft Word files.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
A library which allows access to Microsoft Word files.
|
2024-04-02 02:14:44 +02:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 06:09:38 +01:00
|
|
|
|
2024-04-02 02:14:44 +02:00
|
|
|
%debug_package
|
2024-01-06 06:09:38 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n wv-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/wv*
|
|
|
|
%{_libdir}/libwv-1.2.so.*
|
|
|
|
%{_datadir}/wv/*
|
2024-04-02 02:14:44 +02:00
|
|
|
%{_mandir}/man1/wv*.1*
|
2024-01-06 06:09:38 +01:00
|
|
|
%doc COPYING README
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/wv/*.h
|
|
|
|
%{_libdir}/libwv.a
|
|
|
|
%{_libdir}/libwv.so
|
|
|
|
%{_libdir}/pkgconfig/wv-1.0.pc
|
|
|
|
|
|
|
|
%changelog
|
2024-04-02 02:14:44 +02:00
|
|
|
* Mon Apr 01 2024 Automatic Build System <autodist@openmamba.org> 1.2.9-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
2024-01-06 06:09:38 +01:00
|
|
|
* Sat Dec 08 2012 Automatic Build System <autodist@mambasoft.it> 1.2.9-1mamba
|
|
|
|
- update to 1.2.9
|
|
|
|
|
|
|
|
* Thu Dec 16 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-2mamba
|
|
|
|
- rebuilt to add pkgconfig provide
|
|
|
|
|
|
|
|
* Mon Jan 12 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 19 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- package created by autospec
|