]> git.pld-linux.org Git - packages/PicasaWebDownloader.git/blame - PicasaWebDownloader.spec
- updated to 1.2
[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
10URL: http://www.tomergabel.com/PicasaWebDownloader.aspx
ee1df370 11BuildRequires: mono-csharp
0ef29b59 12BuildRequires: unzip
ee1df370
JB
13Requires: mono
14ExcludeArch: i386
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18PicasaWeb Downloader allows you to download albums from PicasaWeb site
19without having to use (MS Windows-based) Picasa application.
20
21%description -l pl.UTF-8
22PicasaWeb Downloader pozwala ściągać albumy z serwisu PicasaWeb bez
23potrzeby korzystania z aplikacji Picasa (przeznaczonej dla MS
24Windows).
25
26%prep
27%setup -q -c
ee1df370
JB
28
29%build
30gmcs -out:PicasaWebDownloader.exe Program.cs AssemblyInfo.cs
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35install -D PicasaWebDownloader.exe $RPM_BUILD_ROOT%{_bindir}/PicasaWebDownloader.exe
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%attr(755,root,root) %{_bindir}/PicasaWebDownloader.exe
This page took 0.069719 seconds and 4 git commands to generate.