rpms/healpix/devel healpix.spec,1.3,1.4

Jussi Lehtola jussilehtola at fedoraproject.org
Mon Jul 27 13:49:27 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/healpix/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13459/devel

Modified Files:
	healpix.spec 
Log Message:
Change location of Fortran modules.


Index: healpix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/healpix/devel/healpix.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- healpix.spec	25 Jul 2009 02:05:33 -0000	1.3
+++ healpix.spec	27 Jul 2009 13:49:27 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           healpix
 Version:        2.11c
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Hierarchical Equal Area isoLatitude Pixelization of a sphere
 
 Group:          Development/Libraries
@@ -223,7 +223,9 @@ install -pm 0644 cxxinc/* $RPM_BUILD_ROO
 # Fortran stuff
 install -p f90bin/* $RPM_BUILD_ROOT%{_bindir}
 install -p f90lib/* $RPM_BUILD_ROOT%{_libdir}
-install -pm 0644 f90inc/* $RPM_BUILD_ROOT%{_includedir}/healpix
+# Modules contain API/ABI and thus architecture dependent
+mkdir $RPM_BUILD_ROOT%{_fmoddir}/healpix
+install -pm 0644 f90inc/* $RPM_BUILD_ROOT%{_fmoddir}/healpix
 
 
 %clean
@@ -244,6 +246,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%doc COPYING READ_Copyrights_Licenses.txt test
 %{_bindir}/hp_alteralm
 %{_bindir}/hp_anafast
 %{_bindir}/hp_hotspot
@@ -257,17 +260,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/hp_ud_grade
 %{_libdir}/libhealpix.so
 %{_libdir}/libhealpix_gif.so
-%doc COPYING READ_Copyrights_Licenses.txt test
 
 
 %files devel
 %defattr(-,root,root,-)
-%dir %{_includedir}/healpix
-%{_includedir}/healpix/*.mod
+%{_fmoddir}/healpix/
 
 
 %files c++
 %defattr(-,root,root,-)
+%doc COPYING READ_Copyrights_Licenses.txt
 %{_bindir}/hp_alice2
 %{_bindir}/hp_alice_test
 %{_bindir}/hp_alm2map_cxx
@@ -293,15 +295,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files c++-devel
 %defattr(-,root,root,-)
+%doc src/cxx/test
 %dir %{_includedir}/healpix
 %{_includedir}/healpix/*.h
-%doc src/cxx/test
 
 
 %files -n chealpix
 %defattr(-,root,root,-)
-%{_libdir}/libchealpix.so
 %doc COPYING READ_Copyrights_Licenses.txt
+%{_libdir}/libchealpix.so
 
 
 %files -n chealpix-devel
@@ -312,6 +314,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 27 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.11c-7
+- Move modules to %%{_fmoddir}.
+- Add missing documentation to -c++ package.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.11c-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -323,14 +329,14 @@ rm -rf $RPM_BUILD_ROOT
 - mkdir with -p to allow short-circuit builds
 - Fix build with GCC 4.4
 
-* Sat Apr 04 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 2.11c-4
+* Sat Apr 04 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.11c-4
 - Review fixes.
 - Add C++ bindings, rename C++ and Fortran binaries (general names!).
 
 * Fri Apr 03 2009 Lubomir Rintel (Fedora Astronomy) <lkundrak at v3.sk> - 2.11c-3
 - Build Fortran library as DSO
 
-* Thu Mar 26 2009 Jussi Lehtola <jussi.lehtola at helsinki.fi> - 2.11c-2
+* Thu Mar 26 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.11c-2
 - Add Fortran bindings.
 
 * Wed Mar 25 2009 Lubomir Rintel (Fedora Astronomy) <lkundrak at v3.sk> - 2.11c-1




More information about the fedora-extras-commits mailing list