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

gsoap.spec [new file with mode: 0644]

diff --git a/gsoap.spec b/gsoap.spec
new file mode 100644 (file)
index 0000000..a9525ad
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       gSOAP is a development toolkit for Web services
+Summary(pl):   gSOAP jest zestawem narzedzi dla Web services
+Name:          gsoap
+Version:       2.7
+Release:       1
+License:       gSOAP public license
+Group:         Development/Libraries
+Source0:       http://dl.sourceforge.net/gsoap2/%{name}-%{version}.tar.gz
+# Source0-md5: c48eb15227892f94d00934bce63ef504
+URL:           http://www.cs.fsu.edu/~engelen/soap.html
+BuildRequires: bison
+BuildRequires: libstdc++
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gSOAP provides a cross-platform development toolkit for developing
+server, client, and peer Web service applications in C and C++.
+
+%description -l pl
+gSOAP udostêpnia wieloplatformowe narzêdzia programistyczne do
+tworzenia serwerów, klientów i partnerów aplikacji Web service w C i
+C++.
+
+%prep
+%setup -q
+
+%build
+%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)
+%doc soapcpp2/COPYING.txt soapcpp2/README.txt soapcpp2/*.html
+%attr(755,root,root) %{_bindir}/*
+%{_includedir}/*
+%{_libdir}/*.a
+%{_pkgconfigdir}/*.pc
This page took 0.124568 seconds and 4 git commands to generate.