]> git.pld-linux.org Git - packages/synce-trayicon.git/blame - synce-trayicon.spec
- build
[packages/synce-trayicon.git] / synce-trayicon.spec
CommitLineData
6a3189bd 1Summary: SynCE tray icon for GNOME 2.
2Name: synce-trayicon
3Version: 0.9.0
4Release: 0.2
5License: MIT
6Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
7# Source0-md5: b639e3f681d01d69e6a1c703ab4fc8e8
8Group: Applications/Communications
9Vendor: The SynCE Project
10URL: http://synce.sourceforge.net/
11BuildRequires: synce-devel = %{version}
12BuildRequires: gtk+2-devel >= 2.0.0
13BuildRequires: libgtop-devel >= 1:2.0.0
14Requires: synce
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18synce-trayicon is part of the SynCE project:
19
20 http://synce.sourceforge.net/
21
22This application shows when a device is connected.
23
24%prep
25%setup -q
26
27%build
28#%{__autoconf}
29#%{__autoheader}
30#%{__automake}
31%configure
32%{__make}
33
34%install
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%find_lang %{name} --with-gnome
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43
44%files -f %{name}.lang
45%defattr(644,root,root,755)
46%attr(755,root,root) %{_bindir}/*
47%{_pixmapsdir}/synce/*
48%{_datadir}/synce/*.glade
This page took 0.058378 seconds and 4 git commands to generate.