SPECS: ksmstool.spec (NEW) - new

shadzik shadzik at pld-linux.org
Sun Jun 4 17:04:26 CEST 2006


Author: shadzik                      Date: Sun Jun  4 15:04:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/ksmstool.spec
diff -u /dev/null SPECS/ksmstool.spec:1.1
--- /dev/null	Sun Jun  4 17:04:26 2006
+++ SPECS/ksmstool.spec	Sun Jun  4 17:04:21 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+######		Unknown group!
+Summary:	KSMS-Tool
+Summary(pl):	KSMS-Tool
+Name:		ksmstool
+Version:	1.0
+Release:	0.1
+License:	CHECK FIRST!
+Group:		GPL
+Source0:	%{name}-%{version}-0.tar.gz
+# Source0-md5:	36df76b1136bf5efa1109bfdec80b5b7
+URL:		http://www.kde-apps.org/content/show.php?content=40298
+BuildRequires:	qmake
+BuildRequires:	qt-devel
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a tool for sending SMS via your mobile phone. In principle,
+every modern mobile phone should be supported; for a list of tested
+mobile phones, please visit the KSMS-Tool homepage.
+
+%prep
+%setup -q -n %{name}
+
+%build
+qmake
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install ksmstool $RPM_BUILD_ROOT%{_bindir}/ksmstool
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/ksmstool
+
+%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  2006/06/04 15:04:21  shadzik
+- new
+
================================================================


More information about the pld-cvs-commit mailing list