forked from pool/infinipath-psm
Accepting request 521520 from science:HPC
1 OBS-URL: https://build.opensuse.org/request/show/521520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/infinipath-psm?expand=0&rev=12
This commit is contained in:
commit
8f116eb51a
4
_service
4
_service
@ -5,7 +5,9 @@
|
|||||||
<param name="package-meta">no</param>
|
<param name="package-meta">no</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="filename">infinipath-psm</param>
|
<param name="filename">infinipath-psm</param>
|
||||||
<param name="version">3.3-26_g604758e</param>
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||||
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">604758e76dc31e68d1de736ccf5ddf16cb22355b</param>
|
<param name="revision">604758e76dc31e68d1de736ccf5ddf16cb22355b</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:332ae028c368c5f60478cac67973f595c77e6855b3e0d8f8b10a07680f93c9bf
|
|
||||||
size 398942
|
|
BIN
infinipath-psm-3.3.26.604758e.tar.gz
(Stored with Git LFS)
Normal file
BIN
infinipath-psm-3.3.26.604758e.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 5 12:28:30 UTC 2017 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
- Update _service to allow auto updates from github
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 30 07:24:55 UTC 2017 - nmoreychaisemartin@suse.com
|
Fri Jun 30 07:24:55 UTC 2017 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define my_release -26_g604758e
|
%define git_ver .26.604758e
|
||||||
|
|
||||||
Name: infinipath-psm
|
Name: infinipath-psm
|
||||||
Version: 3.3
|
Version: 3.3
|
||||||
@ -25,7 +25,7 @@ Summary: QLogic PSM Libraries
|
|||||||
License: BSD-2-Clause or GPL-2.0
|
License: BSD-2-Clause or GPL-2.0
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
Url: http://www.qlogic.com/
|
Url: http://www.qlogic.com/
|
||||||
Source0: %{name}-%{version}%{my_release}.tar.gz
|
Source0: %{name}-%{version}%{git_ver}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM infinipath-psm-cflags.patch pth@suse.de
|
# PATCH-FIX-UPSTREAM infinipath-psm-cflags.patch pth@suse.de
|
||||||
Patch0: infinipath-psm-cflags.patch
|
Patch0: infinipath-psm-cflags.patch
|
||||||
@ -86,7 +86,7 @@ necessary to implement higher level communications
|
|||||||
interfaces in parallel environments.
|
interfaces in parallel environments.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n infinipath-psm-%{version}%{my_release}
|
%setup -q -n %{name}-%{version}%{git_ver}
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch3
|
%patch3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user