]> git.pld-linux.org Git - packages/axis.git/blob - axis.spec
- initital rpm version, NFY
[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 URL:            http://ws.apache.org/%{name}/
11 BuildRequires:  expat-devel
12 BuildRequires:  xerces-c-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Apache Axis is an implementation of the SOAP ("Simple Object Access
17 Protocol") submission to W3C.
18
19 %description -l pl
20 Apache Axis jest implementacj± SOAP ("Simple Object Access Protocol")
21 przekazan± do W3C.
22
23 %prep
24 %setup -q -n axis-c-src-%{fversion}-linux
25 rm -rf include/expat
26 ln -sf %{_includedir} include/expat
27
28 %build
29 %{__libtoolize}
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 CFLAGS="%{rpmcflags} -I`pwd`/include"
35 CXXFLAGS="%{rpmcflags} -I`pwd`/include"
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
This page took 0.029251 seconds and 3 git commands to generate.