[enum/f14/master] new upstream version 1.0.2, fixing flaws found in Fedora package review(#648517)

Ondrej Vasik ovasik at fedoraproject.org
Wed Nov 3 08:52:48 UTC 2010


commit 005c91c1b7294eaeed9a0ff73e617a6a4c19d759
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Wed Nov 3 09:53:23 2010 +0100

    new upstream version 1.0.2, fixing flaws found in Fedora package review(#648517)

 .gitignore |    1 +
 enum.spec  |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..44cad15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/enum-1.0.2.tar.bz2
diff --git a/enum.spec b/enum.spec
new file mode 100644
index 0000000..dc3b848
--- /dev/null
+++ b/enum.spec
@@ -0,0 +1,52 @@
+Name: enum
+Version: 1.0.2
+Release: 1%{?dist}
+Summary: Seq- and jot-like enumerator
+
+Group:   Applications/System
+License: BSD
+URL:     https://fedorahosted.org/enum
+Source0: https://fedorahosted.org/releases/e/n/enum/%{name}-%{version}.tar.bz2
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+%description
+Utility enum enumerates values (numbers) between two values, possibly
+further adjusted by a step and/or a count, all given on the command line.
+Before printing, values are passed through a formatter. Very fine control
+over input interpretation and output is possible.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-doc-rebuild
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%check
+make check
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING ChangeLog
+%_mandir/man1/enum.1*
+%_bindir/enum
+
+
+%changelog
+* Wed Nov 03 2010 Ondrej Vasik <ovasik at redhat.com> - 1.0.2-1
+- new upstream version 1.0.2, fixing flaws found in Fedora
+  package review(#648517)
+
+* Mon Nov 01 2010 Ondrej Vasik <ovasik at redhat.com> - 1.0.1-1
+- initial Fedora packaging
diff --git a/sources b/sources
index e69de29..7f1ed30 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d38d4567a01e21fc288af3158d4a71fd  enum-1.0.2.tar.bz2


More information about the scm-commits mailing list