]> git.pld-linux.org Git - packages/PicasaWebDownloader.git/blob - PicasaWebDownloader.spec
- BR: unzip
[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.1
5 Release:        1
6 License:        WTFPL
7 Group:          Applications/Graphics
8 Source0:        http://www.tomergabel.com/content/binary/PicasaWebDownloader11.zip
9 # Source0-md5:  3edba3a4973fce37c884b286a7e3e567
10 Patch0:         %{name}-url.patch
11 URL:            http://www.tomergabel.com/PicasaWeb+Downloader.aspx
12 BuildRequires:  mono-csharp
13 BuildRequires:  unzip
14 Requires:       mono
15 ExcludeArch:    i386
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 PicasaWeb Downloader allows you to download albums from PicasaWeb site
20 without having to use (MS Windows-based) Picasa application.
21
22 %description -l pl.UTF-8
23 PicasaWeb Downloader pozwala ściągać albumy z serwisu PicasaWeb bez
24 potrzeby korzystania z aplikacji Picasa (przeznaczonej dla MS
25 Windows).
26
27 %prep
28 %setup -q -c
29 %patch0 -p1
30
31 %build
32 gmcs -out:PicasaWebDownloader.exe Program.cs AssemblyInfo.cs
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 install -D PicasaWebDownloader.exe $RPM_BUILD_ROOT%{_bindir}/PicasaWebDownloader.exe
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/PicasaWebDownloader.exe
This page took 0.066447 seconds and 3 git commands to generate.