automatic rebuild by autodist [release 0.11.8-2mamba;Wed Feb 28 2024]
This commit is contained in:
parent
ce01599a88
commit
87045ed821
@ -1,21 +1,18 @@
|
||||
Name: libwbxml2
|
||||
Version: 0.9.2
|
||||
Release: 1mamba
|
||||
Version: 0.11.8
|
||||
Release: 2mamba
|
||||
Summary: wbxml2 library from the Synce project
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.synce.org
|
||||
Source: http://downloads.sourceforge.net/synce/wbxml2-%{version}%2Bsvn49synce.tar.gz
|
||||
URL: https://github.com/libwbxml/libwbxml
|
||||
Source: https://github.com/libwbxml/libwbxml.git/libwbxml-%{version}/libwbxml-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libpopt-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
wbxml2 library from the Synce project.
|
||||
@ -27,40 +24,62 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
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
|
||||
|
||||
%setup -q -n wbxml2-%{version}+svn49synce
|
||||
%setup -q -n libwbxml-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%cmake
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/wbxml2xml
|
||||
%{_bindir}/xml2wbxml
|
||||
%{_libdir}/libwbxml2.so.*
|
||||
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libwbxml2.a
|
||||
%{_libdir}/libwbxml2.la
|
||||
%dir %{_includedir}/libwbxml-1.0
|
||||
%dir %{_includedir}/libwbxml-1.0/wbxml
|
||||
%{_includedir}/libwbxml-1.0/wbxml/*
|
||||
%{_libdir}/libwbxml2.so
|
||||
%{_includedir}/*.h
|
||||
%{_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
|
||||
* 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
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user