]> git.pld-linux.org Git - packages/axis.git/blob - axis.spec
- md5
[packages/axis.git] / axis.spec
1 %define         fversion        %(echo %{version} |tr . -)
2 Summary:        WebServices - Axis
3 Summary(pl):    WebServices - Axis
4 Name:           axis
5 Version:        1.2
6 Release:        0.1
7 License:        Apache Software License
8 Group:          Development/Libraries
9 Source0:        http://www.apache.org/dist/ws/axis-c/source/linux/%{name}-c-src-%{fversion}-linux.tar.gz
10 # Source0-md5:  9c68ba2f2d8029aed0694881bc2f491b
11 URL:            http://ws.apache.org/%{name}/
12 BuildRequires:  expat-devel
13 BuildRequires:  xerces-c-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Apache Axis is an implementation of the SOAP ("Simple Object Access
18 Protocol") submission to W3C.
19
20 %description -l pl
21 Apache Axis jest implementacj± SOAP ("Simple Object Access Protocol")
22 przekazan± do W3C.
23
24 %prep
25 %setup -q -n axis-c-src-%{fversion}-linux
26 rm -rf include/expat
27 ln -sf %{_includedir} include/expat
28
29 %build
30 %{__libtoolize}
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 CFLAGS="%{rpmcflags} -I`pwd`/include"
36 CXXFLAGS="%{rpmcflags} -I`pwd`/include"
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
This page took 0.041468 seconds and 4 git commands to generate.