]> git.pld-linux.org Git - packages/bidwatcher.git/commitdiff
- intial release
authormisi3k <misi3k@pld-linux.org>
Mon, 14 Jul 2003 16:30:33 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bidwatcher.spec -> 1.1

bidwatcher.spec [new file with mode: 0644]

diff --git a/bidwatcher.spec b/bidwatcher.spec
new file mode 100644 (file)
index 0000000..78a559e
--- /dev/null
@@ -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}*
This page took 0.064146 seconds and 4 git commands to generate.