Compare commits

..

14 commits

Author SHA1 Message Date
Fedora Release Engineering
93e4d83861 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:17:40 +00:00
Ankur Sinha (Ankur Sinha Gmail)
2131f3082c
feat: use spdx license identifiers 2026-01-31 21:02:23 +00:00
Fedora Release Engineering
137db0f90f Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:44:49 +00:00
Filipe Rosset
240b920061 update to 0.25.3 2025-11-07 23:56:11 -03:00
Fedora Release Engineering
e18d739561 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:55:11 +00:00
Fedora Release Engineering
d811d4d18b Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:59:30 +00:00
Filipe Rosset
6527025066 update xmedcon to 0.24.1 rhbz#2328798 2024-12-15 23:59:11 -03:00
Miroslav Suchý
d7eae161d3 Migrate to SPDX license (temporary ids)
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4

Note that this is an SPDX identifier, but it still needs to be migrated to the proper identifiers in the fedora-license-data set.

If there will be no comments in two weeks, I will merge this.
2024-09-08 20:16:53 +00:00
Ankur Sinha (Ankur Sinha Gmail)
c0aee860fa
rebuild for nifticlib 3.x, try 2 (fixes rh#2306504) 2024-08-21 12:27:46 +01:00
Ankur Sinha (Ankur Sinha Gmail)
fd100aa731
chore: drop i686 2024-08-20 13:53:11 +01:00
Ankur Sinha (Ankur Sinha Gmail)
20f2dc8542
feat: rebuild for nifticlib 3.x
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/OQAVXCZKFRNKDYKHW4NOSMQP2XSHIDCG/
2024-08-20 13:07:04 +01:00
Fedora Release Engineering
dfdf46ebff Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 10:12:04 +00:00
Filipe Rosset
d290dcd397 update xmedcon to 0.24.0 2024-07-15 02:32:32 -03:00
Fedora Release Engineering
30a6172c02 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 09:51:07 +00:00
3 changed files with 16 additions and 6 deletions

3
.gitignore vendored
View file

@ -4,3 +4,6 @@
/xmedcon-0.16.2.tar.bz2
/xmedcon-0.22.0.tar.bz2
/xmedcon-0.23.0.tar.bz2
/xmedcon-0.24.0.tar.bz2
/xmedcon-0.24.1.tar.bz2
/xmedcon-0.25.3.tar.bz2

View file

@ -1 +1 @@
SHA512 (xmedcon-0.23.0.tar.bz2) = a0911eb60a7609872e1d31c2a1f636ef3acce5464a415a483c30f3551f3c347f26e24db83b8bf253e88aee20c2800606b3d8e2fc1b4a737672d61a42298ed9b2
SHA512 (xmedcon-0.25.3.tar.bz2) = 7acd7be6341cc92002116e16a8e975e290a232a9ed68e769365f183779f3a05ffd08b5752e5d77b7b91febb6a7577ff3573a4bc91757c6c5fe36acfbbbc2401c

View file

@ -1,18 +1,25 @@
Name: xmedcon
Version: 0.23.0
Version: 0.25.3
Release: %autorelease
Summary: A medical image conversion utility and library
# Please refer to http://xmedcon.sourceforge.net/pub/readme/README for details
# None of the libraries are bundled, they are appear to be modified versions of code taken
# from the respective sources
# License needs more looking into to confirm correctness. All licenses are FOSS compatible though
License: LGPLv2+ and Copyright only and MIT and BSD and libtiff
# Breakdown
# ./source: GPLv2+
# ./libs/nifti: Public Domain
# ./libs/tpc: LGPLv2.1+
# spdx verified
License: GPL-2.0-or-later and LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain
URL: http://xmedcon.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1: %{name}.desktop
Patch0: xmedcon-configure.patch
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: desktop-file-utils
@ -96,7 +103,7 @@ desktop-file-install \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
%{SOURCE1}
appstream-util validate-relax --nonet ${RPM_BUILD_ROOT}%{_datadir}/appdata/*.appdata.xml
appstream-util validate-relax --nonet ${RPM_BUILD_ROOT}%{_datadir}/metainfo/xmedcon.appdata.xml
# remove static libraries
find $RPM_BUILD_ROOT -name "*.a" -execdir rm -fv '{}' \;
@ -113,7 +120,7 @@ find $RPM_BUILD_ROOT -name "*.la" -execdir rm -fv '{}' \;
%{_bindir}/%{name}
%{_libdir}/*so.*
%{_mandir}/man1/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/metainfo/xmedcon.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png