]> git.pld-linux.org Git - packages/axis.git/commitdiff
- initital rpm version, NFY
authorundefine <undefine@pld-linux.org>
Fri, 10 Sep 2004 23:05:09 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    axis.spec -> 1.1

axis.spec [new file with mode: 0644]

diff --git a/axis.spec b/axis.spec
new file mode 100644 (file)
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)
This page took 0.081054 seconds and 4 git commands to generate.