]> git.pld-linux.org Git - packages/PicasaWebDownloader.git/blame_incremental - PicasaWebDownloader.spec
- added imgmax patch: add imgmax=d arg to get original size photos
[packages/PicasaWebDownloader.git] / PicasaWebDownloader.spec
... / ...
CommitLineData
1Summary: PicasaWeb Downloader
2Summary(pl.UTF-8): Narzędzie do ściągania albumów z serwisu PicasaWeb
3Name: PicasaWebDownloader
4Version: 1.2
5Release: 1
6License: WTFPL
7Group: Applications/Graphics
8Source0: http://www.tomergabel.com/content/binary/PicasaWebDownloader12.zip
9# Source0-md5: e98b327af6fff08964aeb18fae1a0fc4
10Patch0: %{name}-imgmax.patch
11URL: http://www.tomergabel.com/PicasaWebDownloader.aspx
12BuildRequires: mono-csharp
13BuildRequires: rpmbuild(macros) >= 1.566
14BuildRequires: sed >= 4.0
15BuildRequires: unzip
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
31%undos Program.cs
32%patch0 -p1
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.059049 seconds and 4 git commands to generate.