]> git.pld-linux.org Git - packages/gammu.git/blob - gammu.spec
- renamed
[packages/gammu.git] / gammu.spec
1 Summary:        Linux/Unix tool suite for Nokia mobile phones
2 Summary(pl):    Linuksowy/Uniksowy zestaw narzêdzi dla telefonów komórkowych Nokia
3 Name:           mygnokii2
4 Version:        0.58
5 Release:        2
6 Epoch:          1
7 License:        GPL
8 Group:          Applications/Communications
9 Source0:        http://marcin-wiacek.fkn.pl/english/zips/%{name}.tar.gz
10 Source1:        %{name}-config.h
11 Source2:        %{name}-manpage
12 URL:            http://marcin-wiacek.topnet.pl
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 MyGnokii2 is a Linux/Unix tool suite and (eventually) modem/fax driver
19 for Nokia's mobile phones, released under the GPL. See
20 docs/develop.txt: and Q. Why mygnokii2, not gnokii?
21
22 %description -l pl
23 Gnokii jest zestawem narzêdzi dla Linuksa/Uniksa, oraz (ewentualnie)
24 sterownikiem modemu/faxu dla telefonów komórkowych Nokia, dostêpnym na
25 licencji GPL. Przeczytaj docs/develop.txt:Q. Why mygnokii2, not
26 gnokii?
27
28 %prep
29 %setup -q -n %{name}
30 cp %{SOURCE1} config.h
31 cp %{SOURCE2} %{name}.1
32
33 %build
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1/,%{_prefix}/src/examples,%{name}}
39
40 install mygnokii/mygnokii $RPM_BUILD_ROOT%{_bindir}
41 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/
42 mv -f docs/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}
43 mv -f docs/default $RPM_BUILD_ROOT%{_examplesdir}/%{name}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc docs
51 %doc readme.txt
52 %{_bindir}/mygnokii
53 %{_examplesdir}/%{name}
54 %{_mandir}/man1/
This page took 0.035157 seconds and 4 git commands to generate.