|
Last change
on this file since 1796 was 1593, checked in by Yuri Dario, 7 years ago |
|
spec: coin-or-Sample: Release version 1.2.10-7.
|
|
File size:
748 bytes
|
| Line | |
|---|
| 1 | %global module Sample
|
|---|
| 2 |
|
|---|
| 3 | Name: coin-or-%{module}
|
|---|
| 4 | Group: Applications/Engineering
|
|---|
| 5 | Summary: Coin-or Sample data files
|
|---|
| 6 | Version: 1.2.10
|
|---|
| 7 | Release: 7%{?dist}
|
|---|
| 8 | License: Public Domain
|
|---|
| 9 | URL: https://projects.coin-or.org/svn/Data/%{module}
|
|---|
| 10 | Source0: http://www.coin-or.org/download/pkgsource/Data/%{module}-%{version}.tgz
|
|---|
| 11 | Source1: COPYING
|
|---|
| 12 | BuildArch: noarch
|
|---|
| 13 |
|
|---|
| 14 | Requires: pkgconfig
|
|---|
| 15 |
|
|---|
| 16 | %description
|
|---|
| 17 | Coin-or Sample data files.
|
|---|
| 18 |
|
|---|
| 19 | %prep
|
|---|
| 20 | %setup -q -n %{module}-%{version}
|
|---|
| 21 |
|
|---|
| 22 | %build
|
|---|
| 23 | %configure
|
|---|
| 24 | cp -p %{SOURCE1} .
|
|---|
| 25 | make %{?_smp_mflags} all
|
|---|
| 26 |
|
|---|
| 27 | %install
|
|---|
| 28 | make install DESTDIR=%{buildroot} pkgconfiglibdir=%{_datadir}/pkgconfig
|
|---|
| 29 |
|
|---|
| 30 | %files
|
|---|
| 31 | %{_datadir}/coin/
|
|---|
| 32 | %{_datadir}/pkgconfig/*
|
|---|
| 33 | %license COPYING
|
|---|
| 34 |
|
|---|
| 35 | %changelog
|
|---|
| 36 | * Tue Feb 19 2019 yd <yd@os2power.com> 1.2.10-1
|
|---|
| 37 | - initial rpm build.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.