]> git.pld-linux.org Git - SPECS.git/blob - gnocky.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnocky.spec
1 Summary:        Application suite for mobile phones
2 Summary(pl.UTF-8):      Aplikacja do obsługi telefonów komórkowych
3 Name:           gnocky
4 Version:        0.0.7
5 Release:        1
6 Epoch:          1
7 License:        GPL v2+
8 Group:          Applications/Communications
9 Source0:        http://gnokii.org/download/gnocky/%{name}-%{version}.tar.bz2
10 # Source0-md5:  13767421ae807a753a66dd49772a48f8
11 Source1:        %{name}.desktop
12 URL:            http://gnocky.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-tools
16 BuildRequires:  gtk+2-devel
17 BuildRequires:  libglade2-devel
18 BuildRequires:  libtool
19 BuildRequires:  libgnokii-devel
20 BuildRequires:  pkgconfig
21 Requires:       libgnokii >= 1:0.5.7
22 Requires:       gnokii >= 1:0.5.7
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Gnocky is an application that will allow you to use many features of
27 your mobile phone (setting logos, sending SMS, addressbook
28 management). It uses user-space mobile driver provided by gnokii
29 project.
30
31 %description -l pl.UTF-8
32 Gnocky jest aplikacją pozwalającą na zarządzanie telefonem (ustawianie
33 logo, wysyłanie SMS, zarządzanie książką adresową). Używa sterowników
34 dostarczanych przez projekt gnokii.
35
36 %prep
37 %setup -q
38
39 %build
40 rm -rf autom4te.cache
41 %{__gettextize}
42 %{__libtoolize}
43 %{__autoheader}
44 %{__aclocal}
45 %{__autoconf}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 install -d $RPM_BUILD_ROOT%{_desktopdir}
56 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
57
58 %find_lang %{name}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %attr(755,root,root) %{_bindir}/*
66 %dir %{_datadir}/%{name}
67 %dir %{_datadir}/%{name}/glade
68 %dir %{_datadir}/%{name}/pixmaps
69 %{_datadir}/%{name}/glade/*
70 %{_datadir}/%{name}/pixmaps/*
71 %{_desktopdir}/gnocky.desktop
This page took 0.031938 seconds and 3 git commands to generate.