Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45ca5d7f9b | ||
|
|
ad0fc2bf7d | ||
|
|
a35a4087d4 | ||
|
|
55faf7ab14 |
||
|
|
dda1a51dd7 | ||
|
|
9ae508e7da | ||
|
|
ef91eb47ed | ||
|
|
4827ccd77d | ||
|
|
a00ea150cc | ||
|
|
814ab9cc63 | ||
|
|
39d2a38590 | ||
|
|
7bdd4dd00b | ||
|
|
c0fefc8934 | ||
|
|
fa4bf5836b | ||
|
|
7abc974249 | ||
|
|
d74b78af92 | ||
|
|
407b24137c | ||
|
|
d0b40a28fb | ||
|
|
ade4cae6e3 | ||
|
|
d21deb923b | ||
|
|
c8ebdb0ecc | ||
|
|
1bad928240 | ||
|
|
2bf794a56d | ||
|
|
f5b1459490 | ||
|
|
c8fe5c2350 |
4 changed files with 48 additions and 13 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,2 +1,10 @@
|
|||
/AlizaMS-1.7.2.tar.gz
|
||||
/AlizaMS-1.7.4.tar.gz
|
||||
/AlizaMS-1.8.3.tar.gz
|
||||
/AlizaMS-1.9.0.tar.gz
|
||||
/AlizaMS-1.9.1.tar.gz
|
||||
/AlizaMS-1.9.3.tar.gz
|
||||
/AlizaMS-1.9.5.tar.gz
|
||||
/AlizaMS-1.9.7.tar.gz
|
||||
/AlizaMS-1.9.9.tar.gz
|
||||
/AlizaMS-1.9.10.tar.gz
|
||||
|
|
|
|||
25
alizams.spec
25
alizams.spec
|
|
@ -1,13 +1,14 @@
|
|||
%global forgeurl https://github.com/AlizaMedicalImaging/AlizaMS
|
||||
|
||||
Name: alizams
|
||||
Version: 1.7.4
|
||||
Version: 1.9.10
|
||||
|
||||
%forgemeta
|
||||
|
||||
Release: 1%{?dist}
|
||||
Release: %autorelease
|
||||
Summary: Aliza MS DICOM Viewer
|
||||
License: GPLv3
|
||||
# Automatically converted from old format: GPLv3 - review is highly recommended.
|
||||
License: GPL-3.0-only
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
|
|
@ -26,6 +27,7 @@ BuildRequires: cmake(gdcm)
|
|||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: bullet-devel
|
||||
BuildRequires: lcms2-devel
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: qt5-qtsvg
|
||||
|
|
@ -42,10 +44,13 @@ scanner and DICOMDIR support. It can consistently remove personal
|
|||
information from DICOM files.
|
||||
|
||||
%prep
|
||||
%forgesetup
|
||||
%forgeautosetup -p1
|
||||
|
||||
# Remove unuseful directories
|
||||
rm -rf alizalcms/
|
||||
rm -rf debian-10
|
||||
rm -rf debian-12-qt5/
|
||||
rm -rf debian-12-qt6/
|
||||
rm -rf fedora-34
|
||||
rm -rf package/apple
|
||||
rm -rf package/art
|
||||
|
|
@ -61,14 +66,15 @@ rm -fr CG/glew/
|
|||
%cmake \
|
||||
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
|
||||
-DALIZA_QT_VERSION:STRING=5 \
|
||||
-DALIZA_QT5_COREGL:BOOL=ON \
|
||||
-DALIZA_USE_SYSTEM_BULLET:BOOL=ON \
|
||||
-DALIZA_USE_SYSTEM_LCMS2:BOOL=ON \
|
||||
-DMDCM_USE_SYSTEM_ZLIB:BOOL=ON \
|
||||
-DMDCM_USE_SYSTEM_OPENJPEG:BOOL=ON \
|
||||
-DMDCM_USE_SYSTEM_CHARLS:BOOL=ON \
|
||||
-DMDCM_USE_SYSTEM_UUID:BOOL=ON \
|
||||
-DALIZA_CXX_STANDARD:STRING=14 \
|
||||
-DITK_DIR=%{_libdir}/cmake/InsightToolkit \
|
||||
%cmake_build
|
||||
%cmake_build -v
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
|
@ -91,9 +97,4 @@ appstream-util validate-relax --nonet \
|
|||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Sun Dec 26 2021 Alessio <alessio@fedoraproject.org> - 1.7.4-1
|
||||
- Update to 1.7.4
|
||||
- Fixed issue with wrong padding in De-identification Method Code Sequence
|
||||
- Other min. bug fixes and improvements
|
||||
* Fri Nov 26 2021 Alessio <alessio@fedoraproject.org> - 1.7.2-1
|
||||
- Initial RPM version
|
||||
%autochangelog
|
||||
|
|
|
|||
26
changelog
Normal file
26
changelog
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Jul 27 2022 Alessio <alessio@fedoraproject.org> - 1.8.3-1
|
||||
- Update to 1.8.3
|
||||
- Fixed issue with unused bits and Pixel Representation 1 files
|
||||
- Fixed issues with some DICOM CP-246 datasets
|
||||
- Use embedded ICC color profile for RGB images
|
||||
- Improved support for Grayscale Presentation State
|
||||
- Improved metadata viewer
|
||||
- Encapsulated Uncompressed Explicit VR Little Endian transfer syntax support
|
||||
- Many other min. bug fixes and improvements
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sun Dec 26 2021 Alessio <alessio@fedoraproject.org> - 1.7.4-1
|
||||
- Update to 1.7.4
|
||||
- Fixed issue with wrong padding in De-identification Method Code Sequence
|
||||
- Other min. bug fixes and improvements
|
||||
|
||||
* Fri Nov 26 2021 Alessio <alessio@fedoraproject.org> - 1.7.2-1
|
||||
- Initial RPM version
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (AlizaMS-1.7.4.tar.gz) = f6626be66a74da6cce090694dcc26c5127a591e2d50f599be0725c92d82b9d063fb0f550a9559973a09297b93249bf9525e59c58543777b90d7f1235d1291fb8
|
||||
SHA512 (AlizaMS-1.9.10.tar.gz) = 75e654119f80fb4cc27c5df059f89cef1bff2251d92b683e738ce46236beff6219cc811aa36a27b44e3063a225090b76b602c1bee84c47980f3ed59e979be320
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue