automatic rebuild by autodist [release 0.11.8-2mamba;Wed Feb 28 2024]

This commit is contained in:
Automatic Build System 2024-03-01 17:47:55 +01:00
parent ce01599a88
commit 87045ed821

View File

@ -1,21 +1,18 @@
Name: libwbxml2 Name: libwbxml2
Version: 0.9.2 Version: 0.11.8
Release: 1mamba Release: 2mamba
Summary: wbxml2 library from the Synce project Summary: wbxml2 library from the Synce project
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.synce.org URL: https://github.com/libwbxml/libwbxml
Source: http://downloads.sourceforge.net/synce/wbxml2-%{version}%2Bsvn49synce.tar.gz Source: https://github.com/libwbxml/libwbxml.git/libwbxml-%{version}/libwbxml-%{version}.tar.bz2
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libexpat-devel BuildRequires: libexpat-devel
BuildRequires: libpopt-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
wbxml2 library from the Synce project. wbxml2 library from the Synce project.
@ -27,40 +24,62 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
wbxml2 library from the Synce project. wbxml2 library from the Synce project.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development. %package tools
Summary: Tools provided with %{name}
Group: System/Tools
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
wbxml2 library from the Synce project.
This package contains the tools provided with %{name}.
%debug_package
%prep %prep
%setup -q -n libwbxml-%{version}
%setup -q -n wbxml2-%{version}+svn49synce
%build %build
%configure %cmake
%make
%cmake_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %cmake_install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/wbxml2xml
%{_bindir}/xml2wbxml
%{_libdir}/libwbxml2.so.* %{_libdir}/libwbxml2.so.*
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO %doc COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libwbxml2.a %dir %{_includedir}/libwbxml-1.0
%{_libdir}/libwbxml2.la %dir %{_includedir}/libwbxml-1.0/wbxml
%{_includedir}/libwbxml-1.0/wbxml/*
%{_libdir}/libwbxml2.so %{_libdir}/libwbxml2.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_datadir}/doc/wbxml2-%{version}+svn49synce/* %{_datadir}/cmake/Modules/FindLibWbxml2.cmake
%dir %{_docdir}/libwbxml
%{_docdir}/libwbxml/*
%doc BUGS ChangeLog README THANKS TODO
%files tools
%defattr(-,root,root)
%{_bindir}/wbxml2xml
%{_bindir}/xml2wbxml
%changelog %changelog
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 0.11.8-2mamba
- automatic rebuild by autodist
* Sun Feb 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.8-1mamba
- update to 0.11.8
* Fri May 09 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2%2Bsvn49synce-1mamba * Fri May 09 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2%2Bsvn49synce-1mamba
- package created by autospec - package created by autospec