]> git.pld-linux.org Git - packages/PicasaWebDownloader.git/blame - PicasaWebDownloader.spec
- forgot description:
[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
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
28%patch0 -p1
29
30%build
31gmcs -out:PicasaWebDownloader.exe Program.cs AssemblyInfo.cs
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36install -D PicasaWebDownloader.exe $RPM_BUILD_ROOT%{_bindir}/PicasaWebDownloader.exe
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%attr(755,root,root) %{_bindir}/PicasaWebDownloader.exe
This page took 0.166203 seconds and 4 git commands to generate.