[esniper] Initial import

Volker Fröhlich volter at fedoraproject.org
Fri Feb 25 19:52:28 UTC 2011


commit 131b736abf5ee1624ade3a5d218e3b5be63654f7
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Fri Feb 25 20:52:42 2011 +0100

    Initial import

 .gitignore   |    1 +
 esniper.spec |   70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 3 files changed, 72 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f504b90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/esniper-2-24-0.tgz
diff --git a/esniper.spec b/esniper.spec
new file mode 100644
index 0000000..84e21fe
--- /dev/null
+++ b/esniper.spec
@@ -0,0 +1,70 @@
+Name:           esniper
+Version:        2.24.0
+Release:        6%{?dist}
+Summary:        A lightweight console application for sniping eBay auctions 
+
+Group:          Applications/Internet
+License:        BSD
+URL:            http://esniper.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-2-24-0.tgz
+
+BuildRequires:  curl-devel
+
+%description
+Esniper is a lightweight console application for sniping eBay auctions.
+
+
+%prep
+%setup -q -n %{name}-2-24-0
+
+# Encode manpage to utf-8
+iconv -f iso8859-1 -t utf-8 esniper.1 > esniper.1.conv \
+    && touch -r esniper.1 esniper.1.conv \
+    && mv esniper.1.conv esniper.1
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install INSTALL="install -p" DESTDIR=%{buildroot}
+
+# Install frontend script
+install -p -m 755 frontends/snipe %{buildroot}/%{_bindir}
+
+
+%files
+%defattr(-,root,root,-)
+%doc frontends/README COPYING ChangeLog AUTHORS sample_config.txt sample_auction.txt
+%{_bindir}/%{name}
+%{_bindir}/snipe
+%{_mandir}/man1/%{name}.1.*
+
+
+%changelog
+* Fri Feb 25 2011 Volker Fröhlich <volker27 at gmx.at> - 2.24.0-6
+- Added the INSTALL definition, that should have been there in the last release
+
+* Fri Feb 25 2011 Volker Fröhlich <volker27 at gmx.at> - 2.24.0-5
+- Preserve timestamp on man page
+- Defined INSTALL for make
+
+* Thu Feb 24 2011 Volker Fröhlich <volker27 at gmx.at> - 2.24.0-4
+- Added sample aution file
+- More specific files section
+
+* Fri Dec 03 2010 Volker Fröhlich <volker27 at gmx.at> - 2.24.0-3
+- Added sample configuration to docs
+- Install frontend script
+- Shortened file list syntax
+
+* Thu Dec 02 2010 Volker Fröhlich <volker27 at gmx.at> - 2.24.0-2
+- Dropped clean section and rm command from install section,
+  as it's no longer necessary
+- Replaced .gz with * for man-file
+- Adapted source link
+
+* Sun Nov 28 2010 Volker Fröhlich <volker27 at gmx.at> - 2.24.0-1
+- Inital packaging
diff --git a/sources b/sources
index e69de29..c7231bd 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+aae4b24cc37b9bbb6ba78e017e127ded  esniper-2-24-0.tgz


More information about the scm-commits mailing list