[Extras-wsdlpull-svn] SF.net SVN: extras-wsdlpull:[193] branches/wsdlpull-1.23/wsdlpull.spec
Status: Beta
Brought to you by:
denis_arnaud
From: <den...@us...> - 2010-07-11 19:27:29
|
Revision: 193 http://extras-wsdlpull.svn.sourceforge.net/extras-wsdlpull/?rev=193&view=rev Author: denis_arnaud Date: 2010-07-11 19:27:23 +0000 (Sun, 11 Jul 2010) Log Message: ----------- [Release 1.23] Added man pages and updated the Id of some files to reflect latest upstream changes. Modified Paths: -------------- branches/wsdlpull-1.23/wsdlpull.spec Modified: branches/wsdlpull-1.23/wsdlpull.spec =================================================================== --- branches/wsdlpull-1.23/wsdlpull.spec 2010-07-11 19:26:33 UTC (rev 192) +++ branches/wsdlpull-1.23/wsdlpull.spec 2010-07-11 19:27:23 UTC (rev 193) @@ -16,9 +16,11 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # That patch will be submitted upstream -Patch0: wsdlpull-%{version}-%{release}-fix-gcc43-compatibility.patch +Patch0: wsdlpull-%{version}-fix-gcc43-compatibility.patch # That patch will be submitted upstream -Patch1: wsdlpull-%{version}-%{release}-fix-gnu-autotools-compatibility.patch +Patch1: wsdlpull-%{version}-add-man-pages.patch +# That patch will be submitted upstream +Patch2: wsdlpull-%{version}-fix-gnu-autotools-compatibility.patch # Some documentation files are still DOS-formatted BuildRequires: dos2unix @@ -28,9 +30,9 @@ and an API and command line tool for dynamic WSDL inspection and invocation. -%{name} comes with a generic web service client. Using %{name}'s /wsdl/ -tool you can invoke most web services from command line without writing -any code. +%{name} comes with a generic web service client. Using %{name} tools, +you can invoke most Web services from command line without writing any +code. See http://wsdlpull.sourceforge.net for usage. %package devel Summary: Header files, libraries and development documentation for %{name} @@ -60,6 +62,12 @@ # Apply the g++ 4.3 compatibility patch %patch0 -p1 +# Create a directory for man pages +%{__mkdir} man + +# Apply the man page patch +%patch1 -p1 + # Remove any CVS sub-directory (they should not be delivered with the tar-ball) find . -name 'CVS' -print | xargs %{__rm} -rf @@ -86,7 +94,7 @@ %{__mv} README.txt README # Apply the GNU Autotools compatibility patch -%patch1 -p1 +%patch2 -p1 %build %configure --disable-static @@ -112,11 +120,13 @@ %files %defattr(-,root,root,-) %doc AUTHORS CHANGES COPYING README -%{_bindir}/schema -%{_bindir}/wsdl +%{_bindir}/%{name} +%{_bindir}/%{name}-schema %{_libdir}/lib*.so.* %{_mandir}/man1/%{name}.1.* -%dir %{_datadir}/%{name} +%{_mandir}/man1/%{name}-config.1.* +%{_mandir}/man1/%{name}-schema.1.* +%{_datadir}/%{name} %files devel %defattr(-,root,root,-) @@ -139,4 +149,3 @@ * Tue Jun 26 2009 Denis Arnaud <den...@m4...> 1.23-1 - Initial package, thanks to Dries Verachtert <dr...@ul...> - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |