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