Author: wrobell Date: Fri Jun 9 15:27:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - based on template
---- Files affected: SPECS: gshare.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gshare.spec diff -u /dev/null SPECS/gshare.spec:1.1 --- /dev/null Fri Jun 9 17:27:56 2006 +++ SPECS/gshare.spec Fri Jun 9 17:27:51 2006 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ + +Summary: Share files using Zeroconf technology +Name: gshare +Version: 0.91 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://yimports.com/~cpinto/downloads/gshare/%{name}-%{version}.tar.gz +# Source0-md5: 3e922b487ffaf6bebfc5b80f1013de0d +URL: http://www.yimports.com/~cpinto/projects/gnome/gshare/ +BuildRequires: dotnet-avahi-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +GShare creates a special folder at the user's home directory (~/Shared +Files) and uses that as an FTP root for the built-in FTP server. These are +shared using Zeroconf technology. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README THANKS +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* +%attr(755,root,root) %{_bindir}/* +%dir %{_libdir}/%{name} +%attr(755,root,root) %{_libdir}/%{name}/*.exe +%attr(755,root,root) %{_libdir}/%{name}/*.dll +%{_datadir}/%{name} +%{_desktopdir}/*.desktop +%{_datadir}/dbus-1/services/*.service + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +Log: template.spec,v $ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
