public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xdffileio] rawhide: FTBFS fix (rhbz#2505264)
@ 2026-08-07  7:23 Ali Erdinc Koroglu
  0 siblings, 0 replies; only message in thread
From: Ali Erdinc Koroglu @ 2026-08-07  7:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xdffileio
Branch : rawhide
Commit : 62d42a9442a3be0f53d1d4779670e0cbd141cc5d
Author : Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
Date   : 2026-08-07T10:23:43+03:00
Stats  : +28/-30 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/xdffileio/c/62d42a9442a3be0f53d1d4779670e0cbd141cc5d?branch=rawhide

Log:
FTBFS fix (rhbz#2505264)

---
diff --git a/.gitignore b/.gitignore
index 7f2182b..6fa4927 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/xdffileio-0.3.tar.gz
+/xdffileio-*.tar.gz

diff --git a/sources b/sources
index 40b82ec..2ef5634 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e90c98526b51153e88086c05c3bc6ea  xdffileio-0.3.tar.gz
+SHA512 (xdffileio-0.3.tar.gz) = 496dff9dc3290b6a72c9944d68b98bcc6addc3e81266b25e0ac6d01f980c210e5073c3a19ff51b1132fc41877f0b52f81923948db30f3fb8f404d907f5299e65

diff --git a/xdffileio.spec b/xdffileio.spec
index 6fd736e..b13f5a8 100644
--- a/xdffileio.spec
+++ b/xdffileio.spec
@@ -1,16 +1,17 @@
-Name:           xdffileio
-Version:        0.3
-Release:        25%{?dist}
-Summary:        Unified interface to read/write EEG file format in realtime
+Name:		xdffileio
+Version:	0.3
+Release:	26%{?dist}
+Summary:	Unified interface to read/write EEG file format in realtime
 
-License:        LGPL-3.0-or-later
-URL:            http://cnbi.epfl.ch/software/xdffileio.html
-Source0:        https://github.com/nbourdau/xdffileio/archive/%{name}-%{version}.tar.gz
+License:	LGPL-3.0-or-later
+URL:		https://opensource.mindmaze.com/projects/xdffileio
+Source0:	https://github.com/mmlabs-mindmaze/xdffileio/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
 
-BuildRequires: make
-BuildRequires:  gcc
-BuildRequires:  automake autoconf
-BuildRequires:  gnulib-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gcc
+BuildRequires:	gnulib-devel
+BuildRequires:	make
 
 %description
 xdffileio provides a unified interface to read/write EEG file format in
@@ -19,37 +20,31 @@ to all supported file formats while minimizing the CPU cost on the main loop.
 It thus performs all the expensive operation (scaling, data convertion and
 file operation) in a separated thread.
 
-%package        devel
-Summary:        Development files for %{name}
-Requires:       %{name}%{?_isa} = %{version}-%{release}
+%package devel
+Summary:	Development files for %{name}
+Requires:	%{name}%{?_isa} = %{version}-%{release}
 
-%description    devel
+%description devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
 %autosetup -n %{name}-%{name}-%{version}
 
-%build
+%conf
 ./autogen.sh
+%configure
 
-%configure \
-%ifarch %{ix86}
-        CFLAGS='%{optflags} -march=pentium4'
-%endif
+%build
+%make_build
 
-%make_build V=1
+%check
+%make_build check -j1
 
 %install
 %make_install
-
-rm -f %{buildroot}%{_libdir}/lib%{name}.la
 rm -vrf %{buildroot}%{_docdir}/%{name}
 
-%check
-make check V=1
-rm -vrf doc/example/{.dirstamp,.deps,*.o}
-
 %ldconfig_scriptlets
 
 %files
@@ -58,13 +53,16 @@ rm -vrf doc/example/{.dirstamp,.deps,*.o}
 %{_libdir}/lib%{name}.so.*
 
 %files devel
-%doc doc/example/
+%doc doc/example
 %{_includedir}/xdfio.h
 %{_mandir}/man3/xdf_*.3*
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Aug 07 2026 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.3-26
+- FTBFS fix (rhbz#2505264)
+
 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-25
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07  7:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07  7:23 [rpms/xdffileio] rawhide: FTBFS fix (rhbz#2505264) Ali Erdinc Koroglu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox