summaryrefslogtreecommitdiff
path: root/synce-software-manager.spec
blob: 1ee3cf65c4e743de57a371853f4b2908f09dc9fc (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
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:	0.2
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:	synce-devel = %{version}
BuildRequires:	multisync-devel
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	gtk+2-devel >= 1:2.0.0
Requires:	synce
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
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
%configure \
	-with-multisync-include=%{_includedir}/multisync
%{__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)
%attr(755,root,root) %{_bindir}/*
%{_datadir}/synce/*.glade