]> git.pld-linux.org Git - packages/sparkleshare.git/blob - sparkleshare.spec
81d6ed9420e3f63120621aab1c0e0b28400120c8
[packages/sparkleshare.git] / sparkleshare.spec
1
2 %define         _beta   beta1
3 Summary:        Sparkleshare is a file sharing and colaborating tool
4 Summary(pl.UTF-8):      Sparkleshare to narzędzie do współdzielenia plików
5 Name:           sparkleshare
6 Version:        0.2
7 Release:        0.%{_beta}.2
8 License:        GPL v3
9 Group:          Applications/File
10 Source0:        http://sparkleshare.org/%{name}-%{version}-%{_beta}.tar.gz
11 # Source0-md5:  5dec96cac3459f6b6df4b0418f8ed274
12 URL:            https://sparkleshare.org
13 BuildRequires:  dotnet-gtk-sharp2-devel
14 BuildRequires:  dotnet-ndesk-dbus-glib-sharp-devel
15 BuildRequires:  gettext-devel
16 BuildRequires:  intltool
17 BuildRequires:  mono-csharp
18 BuildRequires:  nautilus-python
19 BuildRequires:  pkgconfig
20 Requires(post,postun):  gtk-update-icon-cache
21 Requires(post,postun):  hicolor-icon-theme
22 Requires:       dotnet-gtk-sharp2
23 Requires:       dotnet-ndesk-dbus-glib-sharp
24 Requires:       git-core
25 Requires:       mono
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Sparkleshare is a file sharing and colaborating tool inspired by
30 Dropbox.
31
32 %description -l pl.UTF-8
33 Sparkleshare to narzędzie do współdzielenia plików i pracy grupowej
34 zainspirowane Dropboksem.
35
36 %package plugin-nautilus
37 Summary:        The sparkleshare plugin for nautilus
38 Summary(pl.UTF-8):      Wtyczka sparkleshare do nautilusa
39 Group:          X11/Applications
40 Requires:       nautilus-python
41
42 %description plugin-nautilus
43 This package contains the sparkleshare Nautilus plugin
44
45 %description plugin-nautilus -l pl.UTF-8
46 Ten pakiet zawiera wtyczke sparkleshare do Nautilusa
47
48 %prep
49 %setup -q -n %{name}-%{version}-%{_beta}
50
51 %build
52 %configure
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %find_lang %{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post
67 %update_desktop_database_post
68 %update_icon_cache hicolor
69
70 %postun
71 %update_desktop_database_postun
72 %update_icon_cache hicolor
73
74 %files -f %{name}.lang
75 %defattr(644,root,root,755)
76 %attr(755,root,root)  %{_bindir}/%{name}
77 %{_datadir}/%{name}
78 %{_desktopdir}/%{name}.desktop
79 %{_iconsdir}/hicolor/*/apps/folder-sparkleshare.png
80 %{_libdir}/%{name}
81 %{_mandir}/man1/%{name}.1.*
82 %{_pixmapsdir}/side-splash.png
83
84 %files plugin-nautilus
85 %defattr(644,root,root,755)
86 %{_libdir}/nautilus/extensions-2.0/python/sparkleshare-nautilus-extension.py
This page took 0.071625 seconds and 2 git commands to generate.