packages: sparkleshare/sparkleshare.spec (NEW) - initial

alucard alucard at pld-linux.org
Wed Sep 8 15:43:56 CEST 2010


Author: alucard                      Date: Wed Sep  8 13:43:56 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/sparkleshare:
   sparkleshare.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/sparkleshare/sparkleshare.spec
diff -u /dev/null packages/sparkleshare/sparkleshare.spec:1.1
--- /dev/null	Wed Sep  8 15:43:56 2010
+++ packages/sparkleshare/sparkleshare.spec	Wed Sep  8 15:43:50 2010
@@ -0,0 +1,93 @@
+# $Revision$, $Date$
+
+%define		_beta	beta1	
+Summary:	Sparkleshare is a file sharing and colaborating tool
+Summary(pl.UTF-8):	Sparkleshare to narzędzie do współdzielenia plików
+Name:		sparkleshare
+Version:	0.2
+Release:	0.%{_beta}.1
+License:	GPLv3
+Group:		Administration/System
+Source0:	http://sparkleshare.org/%{name}-%{version}-%{_beta}.tar.gz
+# Source0-md5:	5dec96cac3459f6b6df4b0418f8ed274
+URL:		https://sparkleshare.org
+BuildRequires:	gettext-devel
+BuildRequires:	mono-csharp
+BuildRequires:	dotnet-gtk-sharp2-devel
+BuildRequires:	dotnet-ndesk-dbus-glib-sharp-devel
+BuildRequires:	nautilus-python
+Requires:	mono
+Requires:	dotnet-gtk-sharp2
+Requires:	dotnet-ndesk-dbus-glib-sharp
+Requires:	git-core
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sparkleshare is a file sharing and colaborating tool inspired by Dropbox.
+
+%description -l pl.UTF-8
+Sparkleshare to narzędzie do współdzielenia plików i pracy grupowej
+zainspirowane Dropboksem.
+
+%package plugin-nautilus
+Summary:	The sparkleshare plugin for nautilus
+Summary(pl.UTF-8):	Wtyczka sparkleshare do nautilusa
+Group:		X11/Applications
+Requires:	nautilus-python
+
+%description plugin-nautilus
+This package contains the sparkleshare Nautilus plugin
+
+%description plugin-nautilus -l pl.UTF-8
+Ten pakiet zawiera wtyczke sparkleshare do Nautilusa
+
+%prep
+%setup -q -n %{name}-%{version}-%{_beta}
+
+%build
+
+%configure 
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_desktop_database_post
+%update_icon_cache hicolor
+
+%postun
+%update_desktop_database_postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root)  %{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_iconsdir}/hicolor/*/apps/folder-sparkleshare.png
+%{_libdir}/%{name}
+%{_mandir}/man1/%{name}.1.*
+%{_pixmapsdir}/side-splash.png
+
+%files plugin-nautilus
+%defattr(644,root,root,755)
+%{_libdir}/nautilus/extensions-2.0/python/sparkleshare-nautilus-extension.py
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/09/08 13:43:50  alucard
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list