Compare commits
No commits in common. "rawhide" and "F-11-split" have entirely different histories.
rawhide
...
F-11-split
9 changed files with 80 additions and 346 deletions
1
.cvsignore
Normal file
1
.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
wcslib-4.3.1.tar.gz
|
||||||
30
.gitignore
vendored
30
.gitignore
vendored
|
|
@ -1,30 +0,0 @@
|
||||||
wcslib-4.3.1.tar.gz
|
|
||||||
/wcslib-4.5.6.tar.bz2
|
|
||||||
/wcslib-4.6.3.tar.bz2
|
|
||||||
/wcslib-4.7.tar.bz2
|
|
||||||
/wcslib-4.8.4.tar.xz
|
|
||||||
/wcslib-4.13.4.tar.xz
|
|
||||||
/wcslib-4.17.tar.bz2
|
|
||||||
/wcslib-4.18.tar.bz2
|
|
||||||
/wcslib-4.19.tar.bz2
|
|
||||||
/wcslib-4.20.tar.bz2
|
|
||||||
/wcslib-4.22.tar.bz2
|
|
||||||
/wcslib-4.23.tar.bz2
|
|
||||||
/wcslib-4.25.1.tar.bz2
|
|
||||||
/wcslib-5.14.tar.bz2
|
|
||||||
/wcslib-5.16.tar.bz2
|
|
||||||
/wcslib-5.18.tar.bz2
|
|
||||||
/wcslib-5.19.1.tar.bz2
|
|
||||||
/wcslib-6.3.tar.bz2
|
|
||||||
/wcslib-6.4.tar.bz2
|
|
||||||
/wcslib-7.2.tar.bz2
|
|
||||||
/wcslib-7.3.tar.bz2
|
|
||||||
/wcslib-7.4.tar.bz2
|
|
||||||
/wcslib-7.5.tar.bz2
|
|
||||||
/wcslib-7.6.tar.bz2
|
|
||||||
/wcslib-7.10.tar.bz2
|
|
||||||
/wcslib-7.12.tar.bz2
|
|
||||||
/wcslib-8.2.2.tar.bz2
|
|
||||||
/wcslib-8.4.tar.bz2
|
|
||||||
/wcslib-8.8.tar.bz2
|
|
||||||
/wcslib-8.9.tar.bz2
|
|
||||||
21
Makefile
Normal file
21
Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# Makefile for source rpm: wcslib
|
||||||
|
# $Id$
|
||||||
|
NAME := wcslib
|
||||||
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
|
define find-makefile-common
|
||||||
|
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||||
|
endef
|
||||||
|
|
||||||
|
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||||
|
|
||||||
|
ifeq ($(MAKEFILE_COMMON),)
|
||||||
|
# attept a checkout
|
||||||
|
define checkout-makefile-common
|
||||||
|
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||||
|
endef
|
||||||
|
|
||||||
|
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||||
|
endif
|
||||||
|
|
||||||
|
include $(MAKEFILE_COMMON)
|
||||||
210
changelog
210
changelog
|
|
@ -1,210 +0,0 @@
|
||||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.2-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.2-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 17 2024 Miroslav Suchý <msuchy@redhat.com> - 8.2.2-3
|
|
||||||
- convert license to SPDX
|
|
||||||
|
|
||||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 09 2024 Sergio Pascual <sergiopr@fedoraproject.org> 8.2.2-1
|
|
||||||
- New upstream version (8.2.2)
|
|
||||||
|
|
||||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.12-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.12-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Dec 28 2022 Sergio Pascual <sergiopr@fedoraproject.org> 7.12-1
|
|
||||||
- New upstream version (7.12)
|
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.10-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Apr 24 2022 Sergio Pascual <sergiopr@fedoraproject.org> 7.10-1
|
|
||||||
- New upstream version (7.10)
|
|
||||||
|
|
||||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.6-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.6-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Sergio Pascual <sergiopr@fedoraproject.org> 7.6-1
|
|
||||||
- New upstream version (7.6)
|
|
||||||
|
|
||||||
* Thu Apr 08 2021 Sergio Pascual <sergiopr@fedoraproject.org> 7.5-1
|
|
||||||
- New upstream version (7.5)
|
|
||||||
|
|
||||||
* Wed Feb 03 2021 Sergio Pascual <sergiopr@fedoraproject.org> 7.4-1
|
|
||||||
- New upstream version (7.4)
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Nov 25 2020 Sergio Pascual <sergiopr@fedoraproject.org> 7.3-1
|
|
||||||
- New upstream version (7.3)
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Mar 09 2020 Sergio Pascual <sergiopr@fedoraproject.org> 7.2-1
|
|
||||||
- New upstream version (7.2)
|
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.4-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Aug 31 2019 Sergio Pascual <sergiopr@fedoraproject.org> 6.4-1
|
|
||||||
- New upstream version (6.4)
|
|
||||||
|
|
||||||
* Mon Jul 29 2019 Sergio Pascual <sergiopr@fedoraproject.org> 6.3-1
|
|
||||||
- New upstream version (6.3)
|
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.19.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.19.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Aug 02 2018 Christian Dersch <lupinix@mailbox.org> - 5.19.1-1
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.18-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat May 26 2018 Christian Dersch <lupinix@mailbox.org> - 5.18-3
|
|
||||||
- added BR: flex
|
|
||||||
|
|
||||||
* Sat May 26 2018 Christian Dersch <lupinix@mailbox.org> - 5.18-2
|
|
||||||
- rebuilt for cfitsio 3.450
|
|
||||||
|
|
||||||
* Fri Feb 23 2018 Christian Dersch <lupinix@mailbox.org> - 5.18-1
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.16-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Sep 11 2017 Sergio Pascual <sergiopr@fedoraproject.org> 5.16-7
|
|
||||||
- Patch all problematic 2775 install permissions to 775
|
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.16-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.16-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 01 2017 Christian Dersch <lupinix@mailbox.org> - 5.16-4
|
|
||||||
- try workaround for #1452893
|
|
||||||
|
|
||||||
* Thu Jun 01 2017 Christian Dersch <lupinix@mailbox.org> - 5.16-3
|
|
||||||
- yet another rebuild for build-id conflicts
|
|
||||||
|
|
||||||
* Fri May 19 2017 Christian Dersch <lupinix@mailbox.org> - 5.16-2
|
|
||||||
- rebuild, to fix #1452893
|
|
||||||
|
|
||||||
* Tue May 16 2017 Sergio Pascual <sergiopr@fedoraproject.org> 5.16-1
|
|
||||||
- New upstream source (5.16)
|
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.15-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 15 2016 Sergio Pascual <sergiopr@fedoraproject.org> 5.15-1
|
|
||||||
- New upstream source (5.15)
|
|
||||||
|
|
||||||
* Wed Mar 30 2016 Sergio Pascual <sergiopr@fedoraproject.org> 5.14-1
|
|
||||||
- New upstream source (5.14), soname bump
|
|
||||||
|
|
||||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.25.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.25.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 26 2015 Sergio Pascual <sergiopr@fedoraproject.org> 4.25.1-1
|
|
||||||
- New upstream source (4.25.1)
|
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.23-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.23-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon May 19 2014 Sergio Pascual <sergiopr@fedoraproject.org> 4.23-1
|
|
||||||
- New upstream source (4.23)
|
|
||||||
|
|
||||||
* Sun Apr 13 2014 Sergio Pascual <sergiopr@fedoraproject.org> 4.22-1
|
|
||||||
- New upstream source (4.22)
|
|
||||||
|
|
||||||
* Thu Jan 09 2014 Sergio Pascual <sergiopr@fedoraproject.org> 4.20-1
|
|
||||||
- New upstream source (4.20)
|
|
||||||
- Rebuilt for new cfitsio (3.360)
|
|
||||||
|
|
||||||
* Wed Oct 23 2013 Sergio Pascual <sergiopr@fedoraproject.org> 4.19-1
|
|
||||||
- New upstream source (4.19)
|
|
||||||
|
|
||||||
* Sat Aug 24 2013 Sergio Pascual <sergiopr@fedoraproject.org> 4.18-3
|
|
||||||
- Removed reference to versioned docdir (bz #993888)
|
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.18-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 16 2013 Sergio Pascual <sergiopr@fedoraproject.org> 4.18-1
|
|
||||||
- New upstream source (4.18)
|
|
||||||
|
|
||||||
* Fri Mar 22 2013 Sergio Pascual <sergiopr@fedoraproject.org> 4.17-2
|
|
||||||
- Rebuilt for new cfitsio (3.340)
|
|
||||||
|
|
||||||
* Wed Mar 20 2013 Sergio Pascual <sergiopr@fedoraproject.org> 4.17-1
|
|
||||||
- New upstream source
|
|
||||||
|
|
||||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13.4-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.13.4-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 27 2012 Sergio Pascual <sergiopr at fedoraproject.org> 4.13.4-1
|
|
||||||
- New upstream source
|
|
||||||
|
|
||||||
* Sat Jan 07 2012 Sergio Pascual <sergiopr at fedoraproject.org> 4.8.4-3
|
|
||||||
- Disable check
|
|
||||||
|
|
||||||
* Fri Jan 06 2012 Sergio Pascual <sergiopr at fedoraproject.org> 4.8.4-2
|
|
||||||
- New upstream source (source added)
|
|
||||||
|
|
||||||
* Fri Jan 06 2012 Sergio Pascual <sergiopr at fedoraproject.org> 4.8.4-1
|
|
||||||
- New upstream source
|
|
||||||
|
|
||||||
* Mon Feb 21 2011 Sergio Pascual <sergiopr at fedoraproject.org> 4.7-2
|
|
||||||
- EVR bump for rebuilding
|
|
||||||
|
|
||||||
* Sun Feb 20 2011 Sergio Pascual <sergiopr at fedoraproject.org> 4.7-1
|
|
||||||
- New upstream source
|
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.3-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Nov 09 2010 Sergio Pascual <sergiopr at fedoraproject.org> 4.6.3-2
|
|
||||||
- Race condition with parallel make
|
|
||||||
|
|
||||||
* Tue Nov 09 2010 Sergio Pascual <sergiopr at fedoraproject.org> 4.6.3-1
|
|
||||||
- New upstream source
|
|
||||||
- Patch to fix problems compiling i686 in x86_64
|
|
||||||
|
|
||||||
* Tue Nov 09 2010 Sergio Pascual <sergiopr at fedoraproject.org> 4.5.6-1
|
|
||||||
- New upstream source
|
|
||||||
- Added pkgconfig file
|
|
||||||
|
|
||||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Mar 16 2009 Sergio Pascual <sergiopr at fedoraproject.org> 4.3.1-2
|
|
||||||
- Added patch to link explicitly with libmath.
|
|
||||||
- Removed duplicate licenses.
|
|
||||||
|
|
||||||
* Sat Feb 14 2009 Sergio Pascual <sergiopr at fedoraproject.org> 4.3.1-1
|
|
||||||
- First version.
|
|
||||||
1
import.log
Normal file
1
import.log
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
wcslib-4_3_1-2_fc10:HEAD:wcslib-4.3.1-2.fc10.src.rpm:1237373198
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (wcslib-8.9.tar.bz2) = c83097ab8ec57ef67006fa2b26d20528d3f422726c21fdf9444eb3c63a2fbf077dee02632f377164bba5aba849ee6741d0f27b96c8c7b173797eadf0f496a99b
|
1ba90fbb6975472966f3aed17bbfbfd7 wcslib-4.3.1.tar.gz
|
||||||
|
|
|
||||||
12
wcslib-lm.patch
Normal file
12
wcslib-lm.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
diff -ur wcslib-4.3.1/makedefs.in wcslib-4.3.1.new/makedefs.in
|
||||||
|
--- wcslib-4.3.1/makedefs.in 2007-12-27 06:57:22.000000000 +0100
|
||||||
|
+++ wcslib-4.3.1.new/makedefs.in 2009-03-16 15:50:23.000000000 +0100
|
||||||
|
@@ -107,7 +107,7 @@
|
||||||
|
# Shared (dynamic) library (see note 3 above).
|
||||||
|
SHRLIB := @SHRLIB@
|
||||||
|
SHRFLAGS := @SHRFLAGS@
|
||||||
|
- SHRLD := @SHRLD@
|
||||||
|
+ SHRLD := @SHRLD@ -lm
|
||||||
|
SHRLN := @SHRLN@
|
||||||
|
|
||||||
|
# Installation utilities and locations.
|
||||||
|
|
@ -1,69 +0,0 @@
|
||||||
diff -ur wcslib-5.16/C/GNUmakefile wcslib-5.16.perms/C/GNUmakefile
|
|
||||||
--- wcslib-5.16/C/GNUmakefile 2017-01-15 05:25:01.000000000 +0100
|
|
||||||
+++ wcslib-5.16.perms/C/GNUmakefile 2017-09-11 12:24:44.434026804 +0200
|
|
||||||
@@ -252,7 +252,7 @@
|
|
||||||
|
|
||||||
install : build
|
|
||||||
- if [ ! -d "$(LIBDIR)" ] ; then \
|
|
||||||
- $(INSTALL) -d -m 2775 $(LIBDIR) ; \
|
|
||||||
+ $(INSTALL) -d -m 775 $(LIBDIR) ; \
|
|
||||||
fi
|
|
||||||
$(INSTALL) -m 644 $(WCSLIB) $(LIBDIR)
|
|
||||||
$(RANLIB) $(LIBDIR)/$(WCSLIB)
|
|
||||||
@@ -274,7 +274,7 @@
|
|
||||||
fi ; \
|
|
||||||
fi
|
|
||||||
- if [ ! -d "$(INCDIR)" ] ; then \
|
|
||||||
- $(INSTALL) -d -m 2775 $(INCDIR) ; \
|
|
||||||
+ $(INSTALL) -d -m 775 $(INCDIR) ; \
|
|
||||||
fi
|
|
||||||
$(INSTALL) -m 444 *.h $(INCDIR)
|
|
||||||
$(RM) $(INCLINK)
|
|
||||||
diff -ur wcslib-5.16/GNUmakefile wcslib-5.16.perms/GNUmakefile
|
|
||||||
--- wcslib-5.16/GNUmakefile 2017-01-15 05:25:03.000000000 +0100
|
|
||||||
+++ wcslib-5.16.perms/GNUmakefile 2017-09-11 12:25:23.739580571 +0200
|
|
||||||
@@ -82,7 +82,7 @@
|
|
||||||
done
|
|
||||||
$(INSTALL) -m 444 wcsconfig.h wcsconfig_f77.h $(INCDIR)
|
|
||||||
- if [ ! -d "$(DOCDIR)" ] ; then \
|
|
||||||
- $(INSTALL) -d -m 2775 $(DOCDIR) ; \
|
|
||||||
+ $(INSTALL) -d -m 775 $(DOCDIR) ; \
|
|
||||||
fi
|
|
||||||
$(INSTALL) -m 444 CHANGES COPYING* README $(DOCDIR)
|
|
||||||
- if [ -h $(DOCLINK) ] ; then \
|
|
||||||
@@ -90,15 +90,15 @@
|
|
||||||
$(LN_S) $(notdir $(DOCDIR)) $(DOCLINK) ; \
|
|
||||||
fi
|
|
||||||
- if [ ! -d "$(PDFDIR)" ] ; then \
|
|
||||||
- $(INSTALL) -d -m 2775 $(PDFDIR) ; \
|
|
||||||
+ $(INSTALL) -d -m 775 $(PDFDIR) ; \
|
|
||||||
fi
|
|
||||||
$(INSTALL) -m 444 wcslib.pdf $(PDFDIR)
|
|
||||||
- if [ ! -d "$(HTMLDIR)/html" ] ; then \
|
|
||||||
- $(INSTALL) -d -m 2775 $(HTMLDIR)/html ; \
|
|
||||||
+ $(INSTALL) -d -m 775 $(HTMLDIR)/html ; \
|
|
||||||
fi
|
|
||||||
$(INSTALL) -m 444 html/* $(HTMLDIR)/html
|
|
||||||
if [ ! -d "$(LIBDIR)/pkgconfig" ] ; then \
|
|
||||||
- $(INSTALL) -d -m 2775 $(LIBDIR)/pkgconfig ; \
|
|
||||||
+ $(INSTALL) -d -m 775 $(LIBDIR)/pkgconfig ; \
|
|
||||||
fi
|
|
||||||
$(INSTALL) -m 444 wcslib.pc $(LIBDIR)/pkgconfig/wcslib.pc
|
|
||||||
|
|
||||||
diff -ur wcslib-5.16/utils/GNUmakefile wcslib-5.16.perms/utils/GNUmakefile
|
|
||||||
--- wcslib-5.16/utils/GNUmakefile 2017-01-15 05:25:04.000000000 +0100
|
|
||||||
+++ wcslib-5.16.perms/utils/GNUmakefile 2017-09-11 12:23:25.705917622 +0200
|
|
||||||
@@ -108,11 +108,11 @@
|
|
||||||
|
|
||||||
install : build
|
|
||||||
- if [ ! -d "$(BINDIR)" ] ; then \
|
|
||||||
- $(INSTALL) -d -m 2775 $(BINDIR) ; \
|
|
||||||
+ $(INSTALL) -d -m 775 $(BINDIR) ; \
|
|
||||||
fi
|
|
||||||
$(INSTALL) -m 755 $(UTILS) $(BINDIR)
|
|
||||||
- if [ ! -d "$(MANDIR)" ] ; then \
|
|
||||||
- $(INSTALL) -d -m 2775 $(MANDIR)/man1 ; \
|
|
||||||
+ $(INSTALL) -d -m 775 $(MANDIR)/man1 ; \
|
|
||||||
fi
|
|
||||||
$(INSTALL) -m 644 $(MAN) $(MANDIR)/man1
|
|
||||||
|
|
||||||
80
wcslib.spec
80
wcslib.spec
|
|
@ -1,20 +1,16 @@
|
||||||
Name: wcslib
|
Name: wcslib
|
||||||
Version: 8.9
|
Version: 4.3.1
|
||||||
Release: %autorelease
|
Release: 2%{?dist}
|
||||||
Summary: An implementation of the FITS World Coordinate System standard
|
Summary: An implementation of the FITS World Coordinate System standard
|
||||||
|
|
||||||
|
Group: Development/Libraries
|
||||||
# Library is under LGPLv3+ utils under GPLv3+
|
# Library is under LGPLv3+ utils under GPLv3+
|
||||||
License: LGPL-3.0-or-later
|
License: LGPLv3+
|
||||||
URL: https://www.atnf.csiro.au/computing/software/wcs/
|
URL: http://www.atnf.csiro.au/people/mcalabre/WCS/
|
||||||
Source0: https://www.atnf.csiro.au/computing/software/wcs/wcslib-releases/wcslib-%{version}.tar.bz2
|
Source0: ftp://ftp.atnf.csiro.au/pub/software/wcslib/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: wcslib-lm.patch
|
||||||
# General stuff
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: make
|
BuildRequires: cfitsio-devel zlib-devel
|
||||||
BuildRequires: flex
|
|
||||||
BuildRequires: gcc
|
|
||||||
# Development libraries
|
|
||||||
BuildRequires: cfitsio-devel
|
|
||||||
BuildRequires: zlib-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
WCSLIB is a library that implements the "World Coordinate System" (WCS)
|
WCSLIB is a library that implements the "World Coordinate System" (WCS)
|
||||||
|
|
@ -22,55 +18,67 @@ convention in FITS (Flexible Image Transport System)
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries, includes, etc. used to develop an application with %{name}
|
Summary: Libraries, includes, etc. used to develop an application with %{name}
|
||||||
License: LGPL-3.0-or-later
|
Group: Development/Libraries
|
||||||
|
License: LGPLv3+
|
||||||
Requires: wcslib = %{version}-%{release}
|
Requires: wcslib = %{version}-%{release}
|
||||||
%description devel
|
%description devel
|
||||||
These are the files needed to develop an application using %{name}.
|
These are the files needed to develop an application using %{name}.
|
||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
Summary: Utility programs provided by %{name}
|
Summary: Utility progrmas provided by %{name}
|
||||||
License: GPL-3.0-or-later
|
Group: Development/Libraries
|
||||||
|
License: GPLv3+
|
||||||
Requires: wcslib = %{version}-%{release}
|
Requires: wcslib = %{version}-%{release}
|
||||||
%description utils
|
%description utils
|
||||||
Utils provided with %{name}
|
Utils provided with %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-fortran --disable-static
|
%configure
|
||||||
# Does not like multithread builds...
|
make %{?_smp_mflags}
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
rm -rf %{buildroot}
|
||||||
# fix permissions
|
mkdir -p %{buildroot}/%{_bindir}
|
||||||
rm -rf %{buildroot}%{_datadir}/doc/wcslib*
|
mkdir -p %{buildroot}/%{_libdir}
|
||||||
chmod 755 %{buildroot}%{_includedir}/wcslib-%{version}
|
mkdir -p %{buildroot}/%{_includedir}/wcslib
|
||||||
|
install -m 755 utils/fitshdr %{buildroot}/%{_bindir}
|
||||||
|
install -m 755 utils/HPXcvt %{buildroot}/%{_bindir}
|
||||||
|
install -m 644 wcsconfig.h %{buildroot}/%{_includedir}/wcslib
|
||||||
|
install -m 644 C/*.h %{buildroot}/%{_includedir}/wcslib
|
||||||
|
install -m 755 C/libwcs.so.4.3 %{buildroot}/%{_libdir}
|
||||||
|
ln -s libwcs.so.4.3 %{buildroot}/%{_libdir}/libwcs.so.4
|
||||||
|
ln -s libwcs.so.4.3 %{buildroot}/%{_libdir}/libwcs.so
|
||||||
|
|
||||||
%check
|
%clean
|
||||||
make check
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING.LESSER
|
%defattr(-,root,root,-)
|
||||||
%doc README
|
%doc COPYING.LESSER README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING.LESSER
|
%defattr(-,root,root,-)
|
||||||
%doc html wcslib.pdf
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%exclude %{_libdir}/*.a
|
|
||||||
%{_libdir}/pkgconfig/wcslib.pc
|
|
||||||
%{_includedir}/wcslib
|
%{_includedir}/wcslib
|
||||||
%{_includedir}/wcslib-%{version}
|
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%license COPYING
|
%defattr(-,root,root,-)
|
||||||
|
%doc COPYING
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* Mon Mar 16 2009 Sergio Pascual <sergiopr at fedoraproject.org> 4.3.1-2
|
||||||
|
- Added patch to link explicitly with libmath.
|
||||||
|
- Removed duplicate licenses.
|
||||||
|
|
||||||
|
* Sat Feb 14 2009 Sergio Pascual <sergiopr at fedoraproject.org> 4.3.1-1
|
||||||
|
- First version.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue