diff --git a/_service b/_service index fbeb22d..4c5ccf5 100644 --- a/_service +++ b/_service @@ -1,14 +1,14 @@ - + git git://repo.or.cz/libjaylink.git libjaylink 0.1.0~git.%cd master - + *libjaylink-*.tar xz - + diff --git a/_service:recompress:tar_scm:libjaylink-0.1.0~git.20160213.tar.xz b/_service:recompress:tar_scm:libjaylink-0.1.0~git.20160213.tar.xz deleted file mode 100644 index ce36343..0000000 --- a/_service:recompress:tar_scm:libjaylink-0.1.0~git.20160213.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2d25f2cdfdacf8cf611457706838641d73523e652a5be16f36c25f134f1bff5 -size 49976 diff --git a/_service:set_version:libjaylink.spec b/_service:set_version:libjaylink.spec deleted file mode 100644 index 7549d06..0000000 --- a/_service:set_version:libjaylink.spec +++ /dev/null @@ -1,103 +0,0 @@ -# -# spec file for package libjaylink -# -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -Name: libjaylink -Version: 0.1.0~git.20160213 -Release: 0 -Url: http://git.zapb.de/libjaylink.git -Summary: USB interface library for J-Link -License: GPL-2.0+ -Group: Development/Tools/Debuggers -Source: libjaylink-%{version}.tar.xz -BuildRequires: autoconf >= 2.69 -BuildRequires: automake -BuildRequires: libtool -BuildRequires: pkg-config -BuildRequires: pkgconfig(libusb-1.0) -BuildRequires: pkgconfig(udev) -BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires(post): udev -Requires(postun): udev -%define _udevdir %(pkg-config --variable udevdir udev) -Provides: libjaylink0:%{_udevdir}/rules.d/99-libjaylink.rules - -%description -Library for accessing Segger J-Link USB devices. - -%package -n libjaylink0 -Summary: USB interface library for J-Link -Recommends: libjaylink - -%description -n libjaylink0 -Library for accessing Segger J-Link USB devices. - -%package devel -Summary: USB interface library for J-Link -- development files -Requires: libjaylink0 = %{version} - -%description devel -Library for accessing Segger J-Link USB devices. - -This sub-package contains development files. - -%prep -%setup -q - -%build -./autogen.sh -./configure \ - --prefix=%{_prefix} \ - --includedir=%{_includedir} \ - --libdir=%{_libdir} \ - --disable-static \ - CFLAGS="${RPM_OPT_FLAGS}" -make %{?_smp_mflags} - -%install -make %{?_smp_mflags} install DESTDIR=%{buildroot} -rm -f %{buildroot}%{_libdir}/libjaylink.la -mkdir -p %{buildroot}%{_udevdir}/rules.d -cat contrib/99-libjaylink.rules | sed -e 's/GROUP="plugdev"/GROUP="users"/' > %{buildroot}%{_udevdir}/rules.d/99-libjaylink.rules - -%post -%udev_rules_update - -%postun -%udev_rules_update - -%post -n libjaylink0 -p /sbin/ldconfig - -%postun -n libjaylink0 -p /sbin/ldconfig - -%files -%defattr(-,root,root,-) -%doc COPYING -%{_udevdir}/rules.d/99-libjaylink.rules - -%files -n libjaylink0 -%defattr(-,root,root,-) -%{_libdir}/libjaylink.so.0* - -%files devel -%defattr(-,root,root,-) -%{_includedir}/libjaylink/ -%{_libdir}/libjaylink.so -%{_libdir}/pkgconfig/libjaylink.pc - -%changelog diff --git a/libjaylink-0.1.0~git.20160213.tar.xz b/libjaylink-0.1.0~git.20160213.tar.xz deleted file mode 100644 index 37e7c73..0000000 --- a/libjaylink-0.1.0~git.20160213.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7b46db4e58b996afa4be0cf38cea000e0a27e5d164ad8ea763f16ac981a92f3 -size 49536 diff --git a/libjaylink-0.1.0~git.20160428.tar.xz b/libjaylink-0.1.0~git.20160428.tar.xz new file mode 100644 index 0000000..d8c3b8a --- /dev/null +++ b/libjaylink-0.1.0~git.20160428.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e4840bda0df7a6913d1de5c46f81bdf276698f8a9753034415e419149fce8c +size 50392 diff --git a/libjaylink.changes b/libjaylink.changes index ad8cc07..47ab52e 100644 --- a/libjaylink.changes +++ b/libjaylink.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 12 16:25:08 UTC 2016 - afaerber@suse.de + +- Update to latest Git snapshot (d57dee67bc756291b7d8b51d350d1c6213e514f0) +* Relax autoconf requirement (follows configure.ac change) +- Disable services in preparation for Factory + ------------------------------------------------------------------- Tue Feb 16 12:28:35 UTC 2016 - afaerber@suse.de diff --git a/libjaylink.spec b/libjaylink.spec index 7549d06..ef5a859 100644 --- a/libjaylink.spec +++ b/libjaylink.spec @@ -17,14 +17,14 @@ Name: libjaylink -Version: 0.1.0~git.20160213 +Version: 0.1.0~git.20160428 Release: 0 Url: http://git.zapb.de/libjaylink.git Summary: USB interface library for J-Link License: GPL-2.0+ Group: Development/Tools/Debuggers Source: libjaylink-%{version}.tar.xz -BuildRequires: autoconf >= 2.69 +BuildRequires: autoconf >= 2.64 BuildRequires: automake BuildRequires: libtool BuildRequires: pkg-config