]> git.pld-linux.org Git - packages/PicasaWebDownloader.git/blob - PicasaWebDownloader.spec
- added imgmax patch: add imgmax=d arg to get original size photos
[packages/PicasaWebDownloader.git] / PicasaWebDownloader.spec
1 Summary:        PicasaWeb Downloader
2 Summary(pl.UTF-8):      Narzędzie do ściągania albumów z serwisu PicasaWeb
3 Name:           PicasaWebDownloader
4 Version:        1.2
5 Release:        1
6 License:        WTFPL
7 Group:          Applications/Graphics
8 Source0:        http://www.tomergabel.com/content/binary/PicasaWebDownloader12.zip
9 # Source0-md5:  e98b327af6fff08964aeb18fae1a0fc4
10 Patch0:         %{name}-imgmax.patch
11 URL:            http://www.tomergabel.com/PicasaWebDownloader.aspx
12 BuildRequires:  mono-csharp
13 BuildRequires:  rpmbuild(macros) >= 1.566
14 BuildRequires:  sed >= 4.0
15 BuildRequires:  unzip
16 Requires:       mono
17 ExcludeArch:    i386
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 PicasaWeb Downloader allows you to download albums from PicasaWeb site
22 without having to use (MS Windows-based) Picasa application.
23
24 %description -l pl.UTF-8
25 PicasaWeb Downloader pozwala ściągać albumy z serwisu PicasaWeb bez
26 potrzeby korzystania z aplikacji Picasa (przeznaczonej dla MS
27 Windows).
28
29 %prep
30 %setup -q -c
31 %undos Program.cs
32 %patch0 -p1
33
34 %build
35 gmcs -out:PicasaWebDownloader.exe Program.cs AssemblyInfo.cs
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 install -D PicasaWebDownloader.exe $RPM_BUILD_ROOT%{_bindir}/PicasaWebDownloader.exe
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %attr(755,root,root) %{_bindir}/PicasaWebDownloader.exe
This page took 0.068553 seconds and 3 git commands to generate.