From 52ddd3f1a8071a97b7f9a06e96933d5fd8e76ce2 Mon Sep 17 00:00:00 2001 From: misi3k Date: Mon, 14 Jul 2003 16:30:33 +0000 Subject: [PATCH] - intial release Changed files: bidwatcher.spec -> 1.1 --- bidwatcher.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 bidwatcher.spec diff --git a/bidwatcher.spec b/bidwatcher.spec new file mode 100644 index 0000000..78a559e --- /dev/null +++ b/bidwatcher.spec @@ -0,0 +1,45 @@ +Summary: Track and snipe eBay auctions +Summary(pl): ¦ledzenie i licytowanie aukcji eBay +Name: bidwatcher +Version: 1.3.9 +Release: 0.1 +License: GPL +Group: X11/Applications +Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +# Source0-md5: d484de006463c1b8282fc125db2b1779 +BuildRequires: gtk-devel >= 1.2.10 +BuildRequires: libstdc++-devel +URL: http://bidwatcher.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Bidwatcher is a tool for eBay users. It is a stand alone application +that can track auctions and perform automated bids called 'snipes'. + +%description -l pl +Bidwatcher to narzêdzie przeznaczone dla u¿ytkowników serwisu +aukcyjnego eBay. Jest to samodzielna aplikacja pozwalaj±ca ¶ledziæ +auktcje, automatyzowaæ licytacje. + +%prep +%setup -q + +%build + +%configure2_13 +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog NEWS README quick_start.html +%attr(755,root,root) %{_bindir}/%{name} +%{_mandir}/man1/%{name}* -- 2.43.0