This commit is contained in:
parent
220f48b7e1
commit
f708cbc468
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,3 +21,5 @@
|
|||||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
## Specific LFS patterns
|
||||||
|
input.fits filter=lfs diff=lfs merge=lfs -text
|
||||||
|
14
ImageMagick-test-FITS.patch
Normal file
14
ImageMagick-test-FITS.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff --git a/PerlMagick/t/write.t b/PerlMagick/t/write.t
|
||||||
|
index 6e33c496f7..d55be8c322 100644
|
||||||
|
--- a/PerlMagick/t/write.t
|
||||||
|
+++ b/PerlMagick/t/write.t
|
||||||
|
@@ -64,7 +64,7 @@ print("Flexible Image Transport System ...\n");
|
||||||
|
testReadWrite( 'FITS:input.fits',
|
||||||
|
'FITS:output.fits',
|
||||||
|
q//,
|
||||||
|
- '74f6153fb577d01d852458d6e43d8fb639e203f6c9a6e55acce2ca8a493dfe35' );
|
||||||
|
+ '72369bd71a89914a3db06b89b0b504d2b72d6cf4b8ecdf74ad3854cff05c2d33' );
|
||||||
|
|
||||||
|
print("CompuServe graphics interchange format ...\n");
|
||||||
|
++$test;
|
||||||
|
|
@ -41,11 +41,13 @@ Source0: http://www.imagemagick.org/download/ImageMagick-%{mfr_version}-%
|
|||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Source2: http://www.imagemagick.org/download/ImageMagick-%{mfr_version}-%{mfr_revision}.tar.bz2.asc
|
Source2: http://www.imagemagick.org/download/ImageMagick-%{mfr_version}-%{mfr_revision}.tar.bz2.asc
|
||||||
Source3: ImageMagick.keyring
|
Source3: ImageMagick.keyring
|
||||||
|
Source4: input.fits
|
||||||
# suse specific patches
|
# suse specific patches
|
||||||
Patch0: ImageMagick-disable-insecure-coders.patch
|
Patch0: ImageMagick-disable-insecure-coders.patch
|
||||||
Patch2: ImageMagick-library-installable-in-parallel.patch
|
Patch2: ImageMagick-library-installable-in-parallel.patch
|
||||||
#%%ifarch s390x s390 ppc64 ppc
|
#%%ifarch s390x s390 ppc64 ppc
|
||||||
Patch3: ImageMagick-s390-disable-tests.patch
|
Patch3: ImageMagick-s390-disable-tests.patch
|
||||||
|
Patch4: ImageMagick-test-FITS.patch
|
||||||
#%%endif
|
#%%endif
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -301,6 +303,8 @@ HTML documentation for ImageMagick library and scene examples.
|
|||||||
%ifarch s390x s390 ppc ppc64
|
%ifarch s390x s390 ppc ppc64
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%patch4 -p1
|
||||||
|
cp %{SOURCE4} PerlMagick/t
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# bsc#1088463
|
# bsc#1088463
|
||||||
@ -372,7 +376,6 @@ cp -r PerlMagick/demo PerlMagick/examples
|
|||||||
chmod -x PerlMagick/demo/*.pl
|
chmod -x PerlMagick/demo/*.pl
|
||||||
|
|
||||||
%check
|
%check
|
||||||
exit 0
|
|
||||||
%if %{debug_build}
|
%if %{debug_build}
|
||||||
# testsuite does not succeed with -O0 for some reason,
|
# testsuite does not succeed with -O0 for some reason,
|
||||||
# research TODO
|
# research TODO
|
||||||
|
3
input.fits
Normal file
3
input.fits
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:729e71435cd74de69d212f062c2d596c6187a07bd38ac6bee6a1250701e9ec19
|
||||||
|
size 8640
|
Loading…
x
Reference in New Issue
Block a user