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