summaryrefslogtreecommitdiff
path: root/synce-software-manager.spec
blob: d455ccdd10705d9b7a605198215b047eb1532e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Summary:	Software manager for Pocket PC
Summary(pl):	Narzędzie do zarządzania oprogramowaniem w Pocket PC
Name:		synce-software-manager
Version:	0.9.0
Release:	1
License:	MIT
Vendor:		The SynCE Project
Group:		Applications/Communications
Source0:	http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
# Source0-md5:	d9fd5f5dceff3e7eb0ded05d0a395f7e
URL:		http://synce.sourceforge.net/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	libgnomeui-devel >= 2.0.0
BuildRequires:	pkgconfig
BuildRequires:	synce-librapi2-devel >= 0.9.0
Requires:	synce-librapi2 >= 0.9.0
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Graphical tool for installing and removing software on a Pocket PC
device.

%description -l pl
Graficzne narzędzie do instalacji i deinstalacji oprogramowania na
urządzeniach Pocket PC.

%prep
%setup -q

%build
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
%{__automake}
%configure

%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%find_lang %{name} --with-gnome

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc COPYING ChangeLog
%attr(755,root,root) %{_bindir}/*
# dir shared with synce-rra, synce-gnomevfs, synce-trayicon
%dir %{_datadir}/synce
%{_datadir}/synce/*.glade