]> git.pld-linux.org Git - SPECS.git/blob - scmxx.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / scmxx.spec
1 Summary:        Exchange data SCMxx and Siemens mobile phones
2 Summary(pl.UTF-8):      Wymiana danych z urządzeniami SCMxx i telefonami Siemens
3 Name:           scmxx
4 Version:        0.9.0
5 Release:        4
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://dl.sourceforge.net/scmxx/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9ed8fe297b39ed1c4d3606e40620835e
10 URL:            http://www.hendrik-sattler.de/scmxx/
11 BuildRequires:  docbook-utils
12 BuildRequires:  gettext-tools
13 BuildRequires:  libxslt-progs
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 SCMxx is a console program that allows you to exchange certain types
18 of data with mobile phones made by Siemens. Some of the data types
19 that can be exchanged are logos, ring tones, vCalendars, phonebook
20 entries, and SMS messages. It works with the following models: S25,
21 S35i, M35i and C35i, SL45, S45 and ME45 and probably others.
22
23 %description -l pl.UTF-8
24 SCMxx jest programem który umożliwia wymianę niektórych typów
25 informacji z telefonami komórkowymi produkcji Siemensa, w
26 szczególności logo, dzwonki, wpisy kalendarza i książki telefonicznej,
27 SMSy. Działa z następującymi modelami: S25, S35i, M35i, C35i, SL45,
28 S45, ME45 i prawdopodobnie innymi.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure
35 %{__make} \
36         CC="%{__cc}"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc README CHANGELOG BUGS AUTHORS TODO docs examples contrib
52 %attr(755,root,root) %{_bindir}/scmxx
53 %attr(755,root,root) %{_bindir}/adr2vcf
54 %attr(755,root,root) %{_bindir}/apoconv
55 %attr(755,root,root) %{_bindir}/smi
56 %{_mandir}/man1/%{name}.1*
57 %lang(de) %{_mandir}/de/man1/%{name}.1*
58 %lang(it) %{_mandir}/it/man1/%{name}.1*
59 %lang(ru) %{_mandir}/ru/man1/%{name}.1*
This page took 0.077956 seconds and 3 git commands to generate.