]> git.pld-linux.org Git - packages/esemes.git/commitdiff
- initial
authorundefine <undefine@pld-linux.org>
Thu, 16 Nov 2006 23:46:39 +0000 (23:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esemes.spec -> 1.1

esemes.spec [new file with mode: 0644]

diff --git a/esemes.spec b/esemes.spec
new file mode 100644 (file)
index 0000000..2876d01
--- /dev/null
@@ -0,0 +1,43 @@
+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@python2.4@python@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
This page took 0.054047 seconds and 4 git commands to generate.