mattdm pushed to dateutils (master). "initial package"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 12 18:34:19 UTC 2015


From fe30a9d45edd43544bf71b02f0aaa08bb64bdbd6 Mon Sep 17 00:00:00 2001
From: Matthew Miller <mattdm at mattdm.org>
Date: Fri, 12 Jun 2015 14:34:04 -0400
Subject: initial package


diff --git a/.gitignore b/.gitignore
index e69de29..fecefc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dateutils-0.3.3.tar.xz
diff --git a/dateutils.spec b/dateutils.spec
new file mode 100644
index 0000000..2d630ab
--- /dev/null
+++ b/dateutils.spec
@@ -0,0 +1,95 @@
+Name:           dateutils
+Version:        0.3.3
+Release:        3%{?dist}
+Summary:        Command-line date and time calculation, conversion, and comparison
+
+License:        BSD
+URL:            http://www.fresse.org/dateutils/
+Source0:        https://github.com/hroptatyr/dateutils/releases/download/v%{version}/%{name}-%{version}.tar.xz
+
+Requires(post):  info
+Requires(preun): info
+
+
+
+%description
+Tools which revolve around fiddling with dates and times on the command
+line, with a strong focus on use cases that arise when dealing with large
+amounts of financial data.
+
+
+%prep
+%setup -q
+
+%build
+%configure --disable-silent-rules --without-old-links
+# see note in configure script for why we're passing CFLAGS explicitly here
+make %{?_smp_mflags} CFLAGS="$CFLAGS"
+
+
+%install
+%make_install
+
+rm -f %{buildroot}%{_infodir}/dir
+# this is duplicated otherwise
+rm -f %{buildroot}%{_datadir}/doc/%{name}/LICENSE
+
+
+%check
+make check
+
+
+%post
+/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
+
+%preun
+if [ $1 = 0 ] ; then
+/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
+fi
+
+%files
+%license LICENSE
+%doc README.md
+%{_bindir}/*
+%{_mandir}/man1/*
+%{_infodir}/%{name}*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*.tzmcc
+
+%changelog
+* Fri Jun 12 2015 Matthew Miller <mattdm at fedoraproject.org> - 0.3.3-3
+- fix missing changelog. now with more changelog!
+- don't duplicate the LICENSE file
+
+* Thu Jun 11 2015 Matthew Miller <mattdm at fedoraproject.org> - 0.3.3-2
+- fix dist -> ?dist
+
+* Thu Jun 11 2015 Matthew Miller <mattdm at fedoraproject.org> - 0.3.3-1
+- update to upstream 0.3.3 release; no more need for snapshots
+
+* Mon Apr 27 2015 Matthew Miller <mattdm at fedoraproject.org> - 0.3.2.git37.96a5495-1
+- newer upstream snapshot
+- upstream fixed the short-name manpages problem
+- add comment on where snapshot comes from in git
+
+* Wed Apr 22 2015 Matthew Miller <mattdm at fedoraproject.org> - 0.3.2.git35.3e322eb-4
+- treat upstream snapshot as minor release rather than snapshot
+- temporary workaround to remove old short-name manpages
+
+* Tue Apr 21 2015 Matthew Miller <mattdm at fedoraproject.org> - 0.3.2-3.git35.3e322eb
+- use upstream snapshot tarball instead of patch
+
+* Thu Apr 16 2015 Matthew Miller <mattdm at fedoraproject.org> - 0.3.2-2.20150415git%
+- pull in patches from upstream to address potential name
+  conflict with EL package + other minor issues
+- include LICENSE as upstream now does (with this patch)
+
+* Thu Mar 05 2015 Matthew Miller <mattdm at fedoraproject.org> - 0.3.2-1
+- update to latest version
+
+* Thu Mar  5 2015 Matthew Miller <mattdm at fedoraproject.org> 0.3.1-2
+- add make check
+- cflags fix
+
+* Tue Mar  3 2015 Matthew Miller <mattdm at fedoraproject.org> 0.3.1-1
+- initial package
diff --git a/sources b/sources
index e69de29..f63cdfe 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+00d8183374319910d2cbc4e0c9c7d41f  dateutils-0.3.3.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/dateutils.git/commit/?h=master&id=fe30a9d45edd43544bf71b02f0aaa08bb64bdbd6


More information about the scm-commits mailing list