automatic version update by autodist [release 4.0.0-1mamba;Thu Oct 09 2014]
This commit is contained in:
parent
02164c9d32
commit
34072381b5
11
xsd.spec
11
xsd.spec
@ -2,15 +2,15 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-3)
|
%define majver %(echo %version | cut -d. -f1-3)
|
||||||
%define majver2 %(echo %version | cut -d. -f1-2)
|
%define majver2 %(echo %version | cut -d. -f1-2)
|
||||||
Name: xsd
|
Name: xsd
|
||||||
Version: 3.3.0.2
|
Version: 4.0.0
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: A W3C XML Schema to C++ translator
|
Summary: A W3C XML Schema to C++ translator
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://codesynthesis.com/projects/xsd/
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -38,7 +38,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{majver}%{?minver:-%minver}+dep
|
%setup -q -n %{name}-%{majver}%{?minver:%minver}+dep
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME: make files building examples but we don't care at the time
|
# 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
|
%doc xsd/NEWS xsd/README
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- rebuilt using package with internal deps because external libcult can't be build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user