SPECS: esemes.spec (NEW) - initial

undefine undefine at pld-linux.org
Fri Nov 17 00:46:45 CET 2006


Author: undefine                     Date: Thu Nov 16 23:46:45 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/esemes.spec
diff -u /dev/null SPECS/esemes.spec:1.1
--- /dev/null	Fri Nov 17 00:46:45 2006
+++ SPECS/esemes.spec	Fri Nov 17 00:46:39 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	Send SMS via Polish GSM operators
+Summary(pl):	Program do wysyłania krótkich wiadomości (SMS)
+Name:		esemes
+Version:	0.11
+Release:	1
+License:	BSD
+Group:		Applications/Communications
+Source0:	http://download.berlios.de/sms/%{name}-%{version}.tar.bz2
+# Source0-md5:	ce77b7ad8462b8846e4b1eadb9f5b00f
+URL:		http://sms.berlios.de/
+BuildRequires:	rpmbuild(macros) >= 1.197
+%pyrequires_eq  python-modules
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This program sends SMS to mobile phones operaterd by Polish GSM
+operators: Era, Plus and Orange.
+
+%description -l pl
+Program potrafi wysyłać wiadomości na telefony sieci Era, Plus oraz
+Orange.
+
+%prep
+%setup -q
+
+%build
+sed -e "s at python2.4@python at g" -i esemes misc.py
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+install -d $RPM_BUILD_ROOT%{py_scriptdir}
+install *.py $RPM_BUILD_ROOT%{py_scriptdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README*
+%attr(755,root,root) %{_bindir}/%{name}
+%{py_scriptdir}/*.py
+
+%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/11/16 23:46:39  undefine
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list