Author: shadzik Date: Sun Jun 11 15:34:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: orangesms.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/orangesms.spec diff -u /dev/null SPECS/orangesms.spec:1.1 --- /dev/null Sun Jun 11 17:34:08 2006 +++ SPECS/orangesms.spec Sun Jun 11 17:34:02 2006 @@ -0,0 +1,69 @@ +# $Revision$, $Date$ +Summary: orangesms +Summary(pl): orangesms +Name: orangesms +Version: 0.3 +Release: 1 +License: BSD/Other +Group: Applications +Source0: http://rodion.infobot.pl/py/sms.orangembox.txt +# Source0-md5: 377ab4692d3f3ff3b9f22efd639a903f +Source1: http://rodion.infobot.pl/py/tk.send.sms.txt +# Source1-md5: 547ea7324f6f38379d22679a9cfd44f5 +Source2: http://skrobul.bmj.pl/PyOrangeSMS.py +# Source2-md5: 6de5efb48f9317486bd7e075d4ff5b18 +URL: http://rodion.infobot.pl/orangembox.php +Requires: python >= 1:2.4.1 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +SMS script for Orange MBox. + +%description -l pl +Skrypt SMS dla Orange MBox. + +%package tk +Summary: orangesms-tk +Summary(pl): orangesms-tk +Group: X11/Applications +Requires: python >= 1:2.4.1 +Requires: tk + +%description tk +Tk interface for orangesms. + +%description tk -l pl +Interfejs dla orangesms napisany w Tk. + +%prep + +%build +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/sms.orangembox.py +install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/tk.send.sms.py +install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/sms.orangembox.py +%attr(755,root,root) %{_bindir}/PyOrangeSMS.py + +%files tk +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/tk.send.sms.py + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/06/11 15:34:02 shadzik +- new + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
