]> git.pld-linux.org Git - packages/synce-trayicon.git/blame - synce-trayicon.spec
- converted to UTF-8
[packages/synce-trayicon.git] / synce-trayicon.spec
CommitLineData
e822d6d5 1Summary: SynCE tray icon for GNOME 2
1052d89d 2Summary(pl.UTF-8): SynCE jako ikona tacki dla środowiska GNOME 2
6a3189bd 3Name: synce-trayicon
4Version: 0.9.0
806b4c73 5Release: 3
041db605 6License: MIT+LGPL
7a6cbd23
JB
7Vendor: The SynCE Project
8Group: Applications/Communications
6a3189bd 9Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
10# Source0-md5: b639e3f681d01d69e6a1c703ab4fc8e8
c60ac788 11URL: http://www.synce.org/
041db605 12BuildRequires: automake
131f7d34 13BuildRequires: gettext-devel
041db605 14BuildRequires: libgnomeui-devel >= 2.0.0
6a3189bd 15BuildRequires: libgtop-devel >= 1:2.0.0
131f7d34 16BuildRequires: perl-XML-Parser
041db605 17BuildRequires: pkgconfig
e8918f10 18BuildRequires: rpmbuild(macros) >= 1.213
92ecfd50
JB
19BuildRequires: synce-librapi2-devel >= 0.9.1
20Requires: synce-librapi2 >= 0.9.1
2e4c130d 21Requires: synce-dccm
6a3189bd 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25synce-trayicon is part of the SynCE project:
c60ac788 26<http://www.synce.org/>.
6a3189bd 27
28This application shows when a device is connected.
29
1052d89d
JR
30%description -l pl.UTF-8
31synce-trayicon to część projektu SynCE:
c60ac788 32<http://www.synce.org/>.
7a6cbd23 33
1052d89d 34Ta aplikacja pokazuje, kiedy urządzenie jest podłączone.
7a6cbd23 35
6a3189bd 36%prep
37%setup -q
38
39%build
041db605 40cp -f /usr/share/automake/config.* .
6a3189bd 41%configure
42%{__make}
43
44%install
7a6cbd23
JB
45rm -rf $RPM_BUILD_ROOT
46
6a3189bd 47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%find_lang %{name} --with-gnome
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
6a3189bd 55%files -f %{name}.lang
56%defattr(644,root,root,755)
041db605 57%doc AUTHORS ChangeLog src/LICENSE*
6a3189bd 58%attr(755,root,root) %{_bindir}/*
041db605
JB
59# dir shared with synce-gnomevfs
60%dir %{_pixmapsdir}/synce
61%{_pixmapsdir}/synce/*.png
62# dir shared with synce-rra, synce-gnomevfs, synce-software-manager
63%dir %{_datadir}/synce
6a3189bd 64%{_datadir}/synce/*.glade
This page took 0.069859 seconds and 4 git commands to generate.