]> git.pld-linux.org Git - packages/bidwatcher.git/blob - bidwatcher.spec
- updated to 1.3.10
[packages/bidwatcher.git] / bidwatcher.spec
1 Summary:        Track and snipe eBay auctions
2 Summary(pl):    ¦ledzenie i licytowanie aukcji eBay
3 Name:           bidwatcher
4 Version:        1.3.10
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  40fdc1e6b59a3928852553fe699b09b1
10 BuildRequires:  gtk+-devel >= 1.2.10
11 BuildRequires:  libstdc++-devel
12 URL:            http://bidwatcher.sourceforge.net/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Bidwatcher is a tool for eBay users. It is a stand alone application
17 that can track auctions and perform automated bids called 'snipes'.
18
19 %description -l pl
20 Bidwatcher to narzêdzie przeznaczone dla u¿ytkowników serwisu
21 aukcyjnego eBay. Jest to samodzielna aplikacja pozwalaj±ca ¶ledziæ
22 auktcje, automatyzowaæ licytacje.
23
24 %prep
25 %setup -q
26
27 %build
28
29 %configure2_13
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36          DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog NEWS README quick_start.html
44 %attr(755,root,root) %{_bindir}/%{name}
45 %{_mandir}/man1/%{name}*
This page took 0.072277 seconds and 4 git commands to generate.