From mmahut at fedoraproject.org Sun Jun 1 17:35:27 2008 From: mmahut at fedoraproject.org (Marek Mahut) Date: Sun, 1 Jun 2008 17:35:27 GMT Subject: [fedora-astronomy] rpms/munipack/devel .cvsignore, 1.2, 1.3 munipack.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806011735.m51HZRAd025362@cvs-int.fedora.redhat.com> Author: mmahut Update of /cvs/pkgs/rpms/munipack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25231 Modified Files: .cvsignore munipack.spec sources Log Message: migration to C-Munipack Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/munipack/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2007 09:59:23 -0000 1.2 +++ .cvsignore 1 Jun 2008 17:34:47 -0000 1.3 @@ -1 +1 @@ -munipack-0.3.1.tar.gz +cmunipack-1.1.24.tar.gz Index: munipack.spec =================================================================== RCS file: /cvs/pkgs/rpms/munipack/devel/munipack.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- munipack.spec 19 Feb 2008 14:19:17 -0000 1.3 +++ munipack.spec 1 Jun 2008 17:34:47 -0000 1.4 @@ -1,67 +1,85 @@ Name: munipack -Version: 0.3.1 -Release: 3%{?dist} -Summary: MuniPack is a CCD photometry package - -License: GPLv2 +Version: 1.1.24 +Release: 1%{?dist} +Summary: The C-Munipack is an astrophotometry software package +License: GPLv2+ Group: Applications/Engineering -URL: http://munipack.astronomy.cz/ -Source0: ftp://integral.sci.muni.cz/pub/munipack.new/%{name}-%{version}.tar.gz -Patch0: munipack-0.3.1-iargc.patch +URL: http://c-munipack.sourceforge.net/ +Source0: http://dl.sf.net/%{name}/c%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cfitsio-devel -BuildRequires: gcc-gfortran +BuildRequires: cfitsio-devel, expat-devel +Requires: cfitsio +Provides: cmunipack %description -MuniPack is a CCD photometry package. Using MuniPack on a Linux server -means that you have a powerful tool for redution of scientific CCD images. +The C-Munipack is an astrophotometry software package, +which offers a complete solution for reduction of images +carried out by CCD camera, intended on a observation of +variable stars. It provides a simple and intuitive graphical +user interface. + +%package devel +Summary: Libraries/include files for cmunipack +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Libraries/include files for cmunipack %prep -%setup -q -n %{name}-%{version} -%patch -p1 +%setup -q -n c%{name}-%{version} %build -%configure FC=f95 FCFLAGS="%{optflags}" -# Can not use %{_smp_mflags}, dependencies not tracked properly -# configure overrides our CFLAGS, let us supply make with our ones -make CFLAGS="%{optflags}" +export CFLAGS="-I/usr/include/cfitsio %{optflags}" +%configure +make %install rm -rf $RPM_BUILD_ROOT -install -Dm 755 ./autoflat/aflat $RPM_BUILD_ROOT%{_bindir}/aflat -install -Dm 755 ./darkbat/darkbat $RPM_BUILD_ROOT%{_bindir}/darkbat -install -Dm 755 ./darkbat/darkbat.bin $RPM_BUILD_ROOT%{_bindir}/darkbat.bin -install -Dm 755 ./flatbat/flatbat $RPM_BUILD_ROOT%{_bindir}/flatbat -install -Dm 755 ./flatbat/flatbat.bin $RPM_BUILD_ROOT%{_bindir}/flatbat.bin -install -Dm 755 ./kombine/kombine $RPM_BUILD_ROOT%{_bindir}/kombine -install -Dm 755 ./konve/konve $RPM_BUILD_ROOT%{_bindir}/konve -install -Dm 755 ./meandark/mdark $RPM_BUILD_ROOT%{_bindir}/mdark -install -Dm 755 ./munilist/munilist $RPM_BUILD_ROOT%{_bindir}/munilist -install -Dm 755 ./munimatch/munimatch $RPM_BUILD_ROOT%{_bindir}/munimatch -install -Dm 755 ./muniphot/muniphot $RPM_BUILD_ROOT%{_bindir}/muniphot -install -Dm 755 ./picko/picko $RPM_BUILD_ROOT%{_bindir}/picko +make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING INSTALL NEWS README -%{_bindir}/aflat -%{_bindir}/darkbat -%{_bindir}/darkbat.bin -%{_bindir}/flatbat -%{_bindir}/flatbat.bin -%{_bindir}/kombine +%doc COPYING INSTALL doc/ %{_bindir}/konve -%{_bindir}/mdark %{_bindir}/munilist -%{_bindir}/munimatch +%{_bindir}/meanbias +%{_bindir}/flatbat +%{_bindir}/helcor %{_bindir}/muniphot -%{_bindir}/picko +%{_bindir}/munimatch +%{_bindir}/meandark +%{_bindir}/munifind +%{_bindir}/biasbat +%{_bindir}/airmass +%{_bindir}/timebat +%{_bindir}/autoflat +%{_bindir}/kombine +%{_bindir}/darkbat +%{_libdir}/libcmunipack.so.* +%{_datadir}/c%{name} +%{_mandir}/man1/*.1* + +%files devel +%defattr(-,root,root,-) +%exclude %{_libdir}/libcmunipack.la +%{_libdir}/libcmunipack.a +%{_libdir}/libcmunipack.so +%{_includedir}/cmunipack.h + %changelog +* Sun Jun 1 2008 Marek Mahut - 1.1.24-1 +- Project fork to cmunipack + * Tue Feb 19 2008 Fedora Release Engineering - 0.3.1-3 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/munipack/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2007 09:59:23 -0000 1.2 +++ sources 1 Jun 2008 17:34:47 -0000 1.3 @@ -1 +1 @@ -719c22405466a7ce073e9b0f39bd3cbd munipack-0.3.1.tar.gz +9a05e8a33a09e49b5bb36def5afb4636 cmunipack-1.1.24.tar.gz From mmahut at fedoraproject.org Mon Jun 2 13:09:38 2008 From: mmahut at fedoraproject.org (Marek Mahut) Date: Mon, 2 Jun 2008 13:09:38 GMT Subject: [fedora-astronomy] rpms/munipack/F-9 munipack.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806021309.m52D9ckq004767@cvs-int.fedora.redhat.com> Author: mmahut Update of /cvs/pkgs/rpms/munipack/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4716 Modified Files: munipack.spec sources Log Message: using cmunipack Index: munipack.spec =================================================================== RCS file: /cvs/pkgs/rpms/munipack/F-9/munipack.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- munipack.spec 19 Feb 2008 14:19:17 -0000 1.3 +++ munipack.spec 2 Jun 2008 13:08:58 -0000 1.4 @@ -1,67 +1,85 @@ Name: munipack -Version: 0.3.1 -Release: 3%{?dist} -Summary: MuniPack is a CCD photometry package - -License: GPLv2 +Version: 1.1.24 +Release: 1%{?dist} +Summary: The C-Munipack is an astrophotometry software package +License: GPLv2+ Group: Applications/Engineering -URL: http://munipack.astronomy.cz/ -Source0: ftp://integral.sci.muni.cz/pub/munipack.new/%{name}-%{version}.tar.gz -Patch0: munipack-0.3.1-iargc.patch +URL: http://c-munipack.sourceforge.net/ +Source0: http://dl.sf.net/%{name}/c%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cfitsio-devel -BuildRequires: gcc-gfortran +BuildRequires: cfitsio-devel, expat-devel +Requires: cfitsio +Provides: cmunipack %description -MuniPack is a CCD photometry package. Using MuniPack on a Linux server -means that you have a powerful tool for redution of scientific CCD images. +The C-Munipack is an astrophotometry software package, +which offers a complete solution for reduction of images +carried out by CCD camera, intended on a observation of +variable stars. It provides a simple and intuitive graphical +user interface. + +%package devel +Summary: Libraries/include files for cmunipack +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Libraries/include files for cmunipack %prep -%setup -q -n %{name}-%{version} -%patch -p1 +%setup -q -n c%{name}-%{version} %build -%configure FC=f95 FCFLAGS="%{optflags}" -# Can not use %{_smp_mflags}, dependencies not tracked properly -# configure overrides our CFLAGS, let us supply make with our ones -make CFLAGS="%{optflags}" +export CFLAGS="-I/usr/include/cfitsio %{optflags}" +%configure +make %install rm -rf $RPM_BUILD_ROOT -install -Dm 755 ./autoflat/aflat $RPM_BUILD_ROOT%{_bindir}/aflat -install -Dm 755 ./darkbat/darkbat $RPM_BUILD_ROOT%{_bindir}/darkbat -install -Dm 755 ./darkbat/darkbat.bin $RPM_BUILD_ROOT%{_bindir}/darkbat.bin -install -Dm 755 ./flatbat/flatbat $RPM_BUILD_ROOT%{_bindir}/flatbat -install -Dm 755 ./flatbat/flatbat.bin $RPM_BUILD_ROOT%{_bindir}/flatbat.bin -install -Dm 755 ./kombine/kombine $RPM_BUILD_ROOT%{_bindir}/kombine -install -Dm 755 ./konve/konve $RPM_BUILD_ROOT%{_bindir}/konve -install -Dm 755 ./meandark/mdark $RPM_BUILD_ROOT%{_bindir}/mdark -install -Dm 755 ./munilist/munilist $RPM_BUILD_ROOT%{_bindir}/munilist -install -Dm 755 ./munimatch/munimatch $RPM_BUILD_ROOT%{_bindir}/munimatch -install -Dm 755 ./muniphot/muniphot $RPM_BUILD_ROOT%{_bindir}/muniphot -install -Dm 755 ./picko/picko $RPM_BUILD_ROOT%{_bindir}/picko +make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING INSTALL NEWS README -%{_bindir}/aflat -%{_bindir}/darkbat -%{_bindir}/darkbat.bin -%{_bindir}/flatbat -%{_bindir}/flatbat.bin -%{_bindir}/kombine +%doc COPYING INSTALL doc/ %{_bindir}/konve -%{_bindir}/mdark %{_bindir}/munilist -%{_bindir}/munimatch +%{_bindir}/meanbias +%{_bindir}/flatbat +%{_bindir}/helcor %{_bindir}/muniphot -%{_bindir}/picko +%{_bindir}/munimatch +%{_bindir}/meandark +%{_bindir}/munifind +%{_bindir}/biasbat +%{_bindir}/airmass +%{_bindir}/timebat +%{_bindir}/autoflat +%{_bindir}/kombine +%{_bindir}/darkbat +%{_libdir}/libcmunipack.so.* +%{_datadir}/c%{name} +%{_mandir}/man1/*.1* + +%files devel +%defattr(-,root,root,-) +%exclude %{_libdir}/libcmunipack.la +%{_libdir}/libcmunipack.a +%{_libdir}/libcmunipack.so +%{_includedir}/cmunipack.h + %changelog +* Sun Jun 1 2008 Marek Mahut - 1.1.24-1 +- Project fork to cmunipack + * Tue Feb 19 2008 Fedora Release Engineering - 0.3.1-3 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/munipack/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2007 09:59:23 -0000 1.2 +++ sources 2 Jun 2008 13:08:58 -0000 1.3 @@ -1 +1 @@ -719c22405466a7ce073e9b0f39bd3cbd munipack-0.3.1.tar.gz +9a05e8a33a09e49b5bb36def5afb4636 cmunipack-1.1.24.tar.gz From sergio.pasra at gmail.com Wed Jun 18 06:21:32 2008 From: sergio.pasra at gmail.com (Sergio Pascual) Date: Wed, 18 Jun 2008 08:21:32 +0200 Subject: [fedora-astronomy] Iraf fork? In-Reply-To: <483E90A7.2000005@fedoraproject.org> References: <89b36810805210305t40f49adasfcb1f57cd398aeb2@mail.gmail.com> <67768aef0805211429i4eabf770pe3c2df9b4b3df7f6@mail.gmail.com> <89b36810805230138o3261d10ayf51985f81693807d@mail.gmail.com> <4839C837.5080607@fedoraproject.org> <67768aef0805260136o52884892n4146cff4c35f8949@mail.gmail.com> <483A8C90.3010203@fedoraproject.org> <67768aef0805290315j7960fce7m82fe96fbfc2c3333@mail.gmail.com> <483E90A7.2000005@fedoraproject.org> Message-ID: <89b36810806172321y2188c555q234b7b8460c72c69@mail.gmail.com> Hi, I'm reporting here my efforts in contacting iraf developers. First I sent a message to admin at iraf.net the "contact us" addres in iraf.net. As I haven't received any answer back, I have posted the message in the iraf.net forums[1]. Let's see if something happens. Regards, Sergio [1] http://iraf.net/phpBB2/viewtopic.php?p=139694 From ghenriks at gmail.com Fri Jun 20 15:09:17 2008 From: ghenriks at gmail.com (Gerald Henriksen) Date: Fri, 20 Jun 2008 11:09:17 -0400 Subject: [fedora-astronomy] Iraf fork? In-Reply-To: <89b36810806172321y2188c555q234b7b8460c72c69@mail.gmail.com> References: <67768aef0805211429i4eabf770pe3c2df9b4b3df7f6@mail.gmail.com> <89b36810805230138o3261d10ayf51985f81693807d@mail.gmail.com> <4839C837.5080607@fedoraproject.org> <67768aef0805260136o52884892n4146cff4c35f8949@mail.gmail.com> <483A8C90.3010203@fedoraproject.org> <67768aef0805290315j7960fce7m82fe96fbfc2c3333@mail.gmail.com> <483E90A7.2000005@fedoraproject.org> <89b36810806172321y2188c555q234b7b8460c72c69@mail.gmail.com> Message-ID: <20in54lum6ek8oiapvig4ovi98jafnrvpv@4ax.com> On Wed, 18 Jun 2008 08:21:32 +0200, you wrote: >Hi, I'm reporting here my efforts in contacting iraf developers. First >I sent a message to admin at iraf.net the "contact us" addres in >iraf.net. As I haven't received any answer back, I have posted the >message in the iraf.net forums[1]. Let's see if something happens. > >Regards, Sergio > >[1] http://iraf.net/phpBB2/viewtopic.php?p=139694 There is now an official reply on the iraf.net forum. From telimektar at esraonline.com Sun Jun 22 19:08:31 2008 From: telimektar at esraonline.com (=?ISO-8859-1?Q?Micha=EBl_Ughetto?=) Date: Sun, 22 Jun 2008 21:08:31 +0200 Subject: [fedora-astronomy] Skylive.it Message-ID: <67768aef0806221208s427a7dd4vf6d96f977913f4d6@mail.gmail.com> Hello ! PythonCard is under review [1], pyfits is in testing-F9, so work on Skylive.it can begin. If no one has already view on this software, i'll try to package it. Good evening people of the Earth ;-) -- Michael Ughetto (Telimektar) http://fedoraproject.org/wiki/MichaelUghetto || 0x8ECBA2A4 on pgp.mit.edu From sergio.pasra at gmail.com Wed Jun 25 07:58:08 2008 From: sergio.pasra at gmail.com (Sergio Pascual) Date: Wed, 25 Jun 2008 09:58:08 +0200 Subject: [fedora-astronomy] Iraf fork? In-Reply-To: <20in54lum6ek8oiapvig4ovi98jafnrvpv@4ax.com> References: <67768aef0805211429i4eabf770pe3c2df9b4b3df7f6@mail.gmail.com> <89b36810805230138o3261d10ayf51985f81693807d@mail.gmail.com> <4839C837.5080607@fedoraproject.org> <67768aef0805260136o52884892n4146cff4c35f8949@mail.gmail.com> <483A8C90.3010203@fedoraproject.org> <67768aef0805290315j7960fce7m82fe96fbfc2c3333@mail.gmail.com> <483E90A7.2000005@fedoraproject.org> <89b36810806172321y2188c555q234b7b8460c72c69@mail.gmail.com> <20in54lum6ek8oiapvig4ovi98jafnrvpv@4ax.com> Message-ID: <89b36810806250058o1f93b7afwea98305aa108ef12@mail.gmail.com> Hello, please read the thread[1] on open source iraf, there are very interesting points there, basically: 1) Iraf developers are interested in a script to download and install their binaries in generic machines and not in open source iraf 2) Debian folks tried to fix several issues (not only ncar, see the details in the debian legal list) and finally they gave up. What do we do now? [1] http://iraf.net/phpBB2/viewtopic.php?p=139694