]> git.pld-linux.org Git - SPECS.git/blob - sl45c.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / sl45c.spec
1 Summary:        SL45c - Siemens SL45 Control Center & Datasuite
2 Summary(pl.UTF-8):      SL45c - narzędzia dla telefonów Siemens SL45
3 Name:           sl45c
4 Version:        0.7
5 Release:        0.1
6 Epoch:          1
7 License:        LGPL
8 Group:          X11/Libraries
9 Source0:        http://www.freshdot.net/sl45c/%{name}-%{version}.tar.gz
10 # Source0-md5:  ac59a372d1d297bb0d1ed85e1c78f4f8
11 URL:            http://www.freshdot.net/sl45c/
12 BuildRequires:  automake
13 BuildRequires:  autoconf
14 BuildRequires:  gettext-tools
15 BuildRequires:  libtool
16 BuildRequires:  pcre-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 SL45c is a Linux/Unix tool suite for Siemens SL45(i) mobile phones.
21
22 %description -l pl.UTF-8
23 SL45c to zestaw linuksowych/uniksowych narzędzi dla telefonów
24 komórkowych Siemens SL45(i).
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_mandir}/man1
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 install doc/sl45c.1 $RPM_BUILD_ROOT%{_mandir}/man1
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc doc/FORMATS doc/vCard.format THANKS README
48 %attr(755,root,root) %{_bindir}/*
49 %{_mandir}/man1/*
This page took 0.38717 seconds and 3 git commands to generate.