[coin-or-Sample/f18] Initial import (#894610).

pcpa pcpa at fedoraproject.org
Wed Jan 16 20:11:54 UTC 2013


commit 32fa11920ef67e446776bef87dbf29f7596dee23
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Wed Jan 16 18:11:25 2013 -0200

    Initial import (#894610).

 .gitignore          |    1 +
 COPYING             |    9 +++++++++
 coin-or-Sample.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 4 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1a66322 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Sample-1.2.3.tgz
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..0e6df55
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,9 @@
+ Tom "spot" Callaway 2013-01-14 15:01:37 EST
+
+After consulting with Red Hat Legal, since these files only contain mathematical formulas, it is safe to treat them as being in the Public Domain.
+
+Mark this package as:
+
+License: Public Domain
+
+Lifting FE-Legal.
diff --git a/coin-or-Sample.spec b/coin-or-Sample.spec
new file mode 100644
index 0000000..f809cb9
--- /dev/null
+++ b/coin-or-Sample.spec
@@ -0,0 +1,46 @@
+%global		module		Sample
+
+Name:		coin-or-%{module}
+Group:		Applications/Engineering
+Summary:	Coin-or Sample data files
+Version:	1.2.3
+Release:	4%{?dist}
+License:	Public Domain
+URL:		https://projects.coin-or.org/svn/Data/%{module}
+Source0:	http://www.coin-or.org/download/source/Data/%{module}-%{version}.tgz
+Source1:	COPYING
+BuildArch:	noarch
+
+%description
+Coin-or Sample data files.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%configure
+cp -p %{SOURCE1} .
+make %{?_smpflags} all
+
+%install
+make install DESTDIR=%{buildroot} pkgconfiglibdir=%{_datadir}/pkgconfig
+
+%files
+%{_datadir}/coin
+%{_datadir}/pkgconfig/*
+%doc COPYING
+
+%changelog
+* Wed Jan 16 2013 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 1.2.3-4
+- Preserve timestamp of COPYING (#894610#c10)
+
+* Tue Jan 15 2013 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 1.2.3-3
+- Add a more descriptive summary (#894610#c8)
+- Install pkgconfig files to noarch directory (#894610#c8)
+- Install a COPYING file to justify Public Domain license (#894610#c8)
+
+* Mon Jan 14 2013 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 1.2.3-2
+- Update license (#894610#c4).
+
+* Fri Nov 23 2012 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 1.2.3-1
+- Initial coinor-Sample spec.
diff --git a/sources b/sources
index e69de29..9796c73 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0aab9d3ab595845823a80377801b2deb  Sample-1.2.3.tgz


More information about the scm-commits mailing list