SPECS: PicasaWebDownloader.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Mon Nov 5 21:16:30 CET 2007
Author: qboosh Date: Mon Nov 5 20:16:30 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
PicasaWebDownloader.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/PicasaWebDownloader.spec
diff -u /dev/null SPECS/PicasaWebDownloader.spec:1.1
--- /dev/null Mon Nov 5 21:16:30 2007
+++ SPECS/PicasaWebDownloader.spec Mon Nov 5 21:16:25 2007
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary: PicasaWeb Downloader
+Summary(pl.UTF-8): Narzędzie do ściągania albumów z serwisu PicasaWeb
+Name: PicasaWebDownloader
+Version: 1.1
+Release: 1
+License: WTFPL
+Group: Applications/Graphics
+Source0: http://www.tomergabel.com/content/binary/PicasaWebDownloader11.zip
+# Source0-md5: 3edba3a4973fce37c884b286a7e3e567
+Patch0: %{name}-url.patch
+URL: http://www.tomergabel.com/PicasaWeb+Downloader.aspx
+BuildRequires: mono-csharp
+Requires: mono
+ExcludeArch: i386
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PicasaWeb Downloader allows you to download albums from PicasaWeb site
+without having to use (MS Windows-based) Picasa application.
+
+%description -l pl.UTF-8
+PicasaWeb Downloader pozwala ściągać albumy z serwisu PicasaWeb bez
+potrzeby korzystania z aplikacji Picasa (przeznaczonej dla MS
+Windows).
+
+%prep
+%setup -q -c
+%patch0 -p1
+
+%build
+gmcs -out:PicasaWebDownloader.exe Program.cs AssemblyInfo.cs
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D PicasaWebDownloader.exe $RPM_BUILD_ROOT%{_bindir}/PicasaWebDownloader.exe
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/PicasaWebDownloader.exe
+
+%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 2007/11/05 20:16:25 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list