From 36d38036db152d551072103db6ab6b8c81e7d78d Mon Sep 17 00:00:00 2001 From: undefine Date: Fri, 10 Sep 2004 23:05:09 +0000 Subject: [PATCH] - initital rpm version, NFY Changed files: axis.spec -> 1.1 --- axis.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 axis.spec diff --git a/axis.spec b/axis.spec new file mode 100644 index 0000000..26f4341 --- /dev/null +++ b/axis.spec @@ -0,0 +1,48 @@ +%define fversion %(echo %{version} |tr . -) +Summary: WebServices - Axis +Summary(pl): WebServices - Axis +Name: axis +Version: 1.2 +Release: 0.1 +License: Apache Software License +Group: Development/Libraries +Source0: http://www.apache.org/dist/ws/axis-c/source/linux/%{name}-c-src-%{fversion}-linux.tar.gz +URL: http://ws.apache.org/%{name}/ +BuildRequires: expat-devel +BuildRequires: xerces-c-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Apache Axis is an implementation of the SOAP ("Simple Object Access +Protocol") submission to W3C. + +%description -l pl +Apache Axis jest implementacj± SOAP ("Simple Object Access Protocol") +przekazan± do W3C. + +%prep +%setup -q -n axis-c-src-%{fversion}-linux +rm -rf include/expat +ln -sf %{_includedir} include/expat + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +CFLAGS="%{rpmcflags} -I`pwd`/include" +CXXFLAGS="%{rpmcflags} -I`pwd`/include" +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) -- 2.43.0