]> git.pld-linux.org Git - packages/jpilot.git/blob - jpilot.spec
- updated to version 0.99.5
[packages/jpilot.git] / jpilot.spec
1 Summary:        Desktop organizer application for PalmOS devices
2 Summary(pl):    Organizer dla urz±dzeñ PalmOS
3 Summary(pt_BR): Software para interação com o Pilot
4 Name:           jpilot
5 Version:        0.99.5
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://jpilot.org/%{name}-%{version}.tar.gz
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Patch0:         %{name}-configure.patch
13 Patch1:         %{name}-makefile.patch
14 URL:            http://jpilot.org/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  gettext-devel
18 BuildRequires:  gtk+-devel >= 1.2.0
19 BuildRequires:  libtool
20 BuildRequires:  pilot-link-devel >= 0.11.5
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23
24 %description
25 J-Pilot is a desktop organizer application for the PalmOS devices that
26 runs under Linux with plugins support. It is similar in functionality 
27 to the original Palm Desktop software.
28
29 %description -l pl
30 J-Pilot jest programem do zarz±dzania urz±dzeniami PalmOS dla Linuksa
31 z mo¿liwo¶ci± dodawania wtyczek. Posiada zbli¿on± funkcjonalno¶æ do
32 oryginalnego oprogramowania Palm Desktop.
33
34 %description -l pt_BR
35 Um software para interação com o Pilot.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40 %patch1 -p1
41
42 %build
43 rm -f missing
44 %{__gettextize}
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__automake}
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_datadir},%{_mandir}/man1}
56
57 %{__make} install DESTDIR=$RPM_BUILD_ROOT
58
59 install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/X11/applnk/Applications
60 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Applications/jpilot.desktop
61
62 #install man pages
63 install docs/jpilot*.1 $RPM_BUILD_ROOT%{_mandir}/man1
64
65 %find_lang %{name}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS BUGS UPGRADING README TODO icons docs/{*.png,*.jpg,*.html}
76 %attr(755,root,root) %{_bindir}/*
77 %{_datadir}/jpilot
78 %{_mandir}/man1/*
79 %{_libdir}/%{name}
80 %config(noreplace) %{_sysconfdir}/X11/applnk/Applications/jpilot.desktop
This page took 0.226319 seconds and 4 git commands to generate.