automatic version update by autodist [release 4.0.0-1mamba;Thu Oct 09 2014]

This commit is contained in:
Automatic Build System 2024-01-05 19:56:16 +01:00
parent 02164c9d32
commit 34072381b5

View File

@ -2,15 +2,15 @@
%define majver %(echo %version | cut -d. -f1-3)
%define majver2 %(echo %version | cut -d. -f1-2)
Name: xsd
Version: 3.3.0.2
Release: 3mamba
Version: 4.0.0
Release: 1mamba
Summary: A W3C XML Schema to C++ translator
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://codesynthesis.com/projects/xsd/
Source: http://codesynthesis.com/download/xsd/%{majver2}/xsd-%{majver}%{?minver:-%minver}+dep.tar.bz2
Source: http://codesynthesis.com/download/xsd/%{majver2}/xsd-%{majver}%{?minver:%minver}+dep.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -38,7 +38,7 @@ This package contains libraries and header files for developing applications tha
%debug_package
%prep
%setup -q -n %{name}-%{majver}%{?minver:-%minver}+dep
%setup -q -n %{name}-%{majver}%{?minver:%minver}+dep
%build
# FIXME: make files building examples but we don't care at the time
@ -72,6 +72,9 @@ mv %{buildroot}%{_mandir}/man1/xsd.1 %{buildroot}%{_mandir}/man1/xsdcxx.1
%doc xsd/NEWS xsd/README
%changelog
* Thu Oct 09 2014 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
- automatic version update by autodist
* Wed Mar 06 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.0.2-3mamba
- rebuilt using package with internal deps because external libcult can't be build