summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorundefine2004-09-10 21:25:17 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commiteef15390d05c468da7bb8743f0a2ce71208bb6a7 (patch)
tree52bbe4f0477ee4b45ca48168bfa1aa60c66016dd
downloadgsoap-eef15390d05c468da7bb8743f0a2ce71208bb6a7.zip
gsoap-eef15390d05c468da7bb8743f0a2ce71208bb6a7.tar.gz
- initital rpm version
Changed files: gsoap.spec -> 1.1
-rw-r--r--gsoap.spec46
1 files changed, 46 insertions, 0 deletions
diff --git a/gsoap.spec b/gsoap.spec
new file mode 100644
index 0000000..a9525ad
--- /dev/null
+++ b/gsoap.spec
@@ -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