forked from pool/libasn1c
- Remove old specfile constructs.
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libasn1c?expand=0&rev=18
This commit is contained in:
parent
0e4035f21b
commit
7f8f482f40
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://git.osmocom.org/libasn1c</param>
|
||||
<param name="url">https://git.osmocom.org/libasn1c</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="parent-tag">0.9.32</param>
|
||||
<param name="versionformat">0.9.32</param>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 11:45:01 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Remove old specfile constructs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 04:54:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libasn1c
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,14 +22,13 @@ Release: 0
|
||||
Summary: Osmocon ASN.1 decoder and encoder library
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://openbsc.osmocom.org/trac/
|
||||
URL: https://git.osmocom.org/libasn1c
|
||||
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRequires: libtool >= 2
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libosmocore) >= 0.1.13
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Lev Walkins's asn1c runtime, as a shared library and with
|
||||
@ -66,7 +65,7 @@ This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libasn1c.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
echo %version >.tarball-version
|
||||
@ -87,12 +86,10 @@ fi
|
||||
%postun -n libasn1c1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libasn1c1
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libasn1c.so.1*
|
||||
|
||||
%files -n libasn1c-devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%_includedir/asn1c/
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_libdir/libasn1c.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user