Jan Engelhardt 2016-03-11 11:05:39 +00:00 committed by Git OBS Bridge
parent 00100b49f6
commit 13fa9d0c54
3 changed files with 15 additions and 6 deletions

13
_service Normal file
View File

@ -0,0 +1,13 @@
<services>
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">git://git.osmocom.org/libosmo-sccp</param>
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="localonly"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c2c91f70c1a6534a58716f44a68f08f7c003c7c38e7589372bdcfdb758b9f51
size 45664

View File

@ -17,7 +17,7 @@
Name: libosmo-sccp
Version: 0.7.0.11
Version: 0.7.0.13
Release: 0
Summary: Osmocom library for the A-bis interface between BTS and BSC
License: AGPL-3.0+ and GPL-2.0+
@ -25,7 +25,6 @@ Group: Hardware/Mobile
Url: http://openbsc.osmocom.org/
#Git-Clone: git://git.osmocom.org/libosmo-sccp
#Snapshot: 0.7.0-11-gf440267 (--tags)
Source: %name-%version.tar.xz
Patch1: 0001-build-fixes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -135,7 +134,7 @@ Requires: libosmo-sigtran0 = %version
%description -n libosmo-sigtran-devel
%prep
%setup -qn %name
%setup -q
%patch -P 1 -p1
%build