SPECS: qsoapman.spec (NEW) - new, i fail to fetch source

glen glen at pld-linux.org
Wed Apr 15 19:06:41 CEST 2009


Author: glen                         Date: Wed Apr 15 17:06:41 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, i fail to fetch source

---- Files affected:
SPECS:
   qsoapman.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/qsoapman.spec
diff -u /dev/null SPECS/qsoapman.spec:1.1
--- /dev/null	Wed Apr 15 19:06:41 2009
+++ SPECS/qsoapman.spec	Wed Apr 15 19:06:35 2009
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:	Qt SOAP Manager
+Name:		qsoapman
+Version:	0.4
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+URL:		http://qsoapman.sourceforge.net/
+Source0:	http://dl.sourceforge.net/qsoapman/%{name}-%{version}.tar.gz
+BuildRequires:	libstdc++-devel
+BuildRequires:	qt-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Qt SOAP Manager is a GUI tool for sending SOAP messages. It can be
+used for the development, debugging or exploration of Web Services. It
+is written in C++ and should run on every platform supported by Qt.
+
+%prep
+%setup -q
+rm -f src/Makefile
+
+%build
+qmake
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install bin/%{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog INSTALL README TODO *.xml
+%attr(755,root,root) %{_bindir}/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/04/15 17:06:35  glen
+- new, i fail to fetch source
================================================================


More information about the pld-cvs-commit mailing list