source: projects/specs/trunk/lib/libn/libnova/libnova-vl.spec @ 846

Revision 846, 2.1 KB checked in by inagaki, 14 years ago (diff)

updated: libindi, libnova, cfitsio

Line 
1Summary:        Libnova is a general purpose astronomy & astrodynamics library
2Name:           libnova
3Version:        0.13.0
4Release:        1%{?_dist_release}
5Group:          System Environment/Libraries
6License:        LGPLv2+
7URL:            http://sourceforge.net/projects/libnova/
8Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10
11%description
12Libnova is a general purpose, double precision, celestial mechanics,
13astrometry and astrodynamics library
14
15%package devel
16Summary:        Development files for libnova
17Group:          Development/Libraries
18Requires:       %{name} = %{version}-%{release}
19
20%description devel
21Contains library and header files for libnova
22
23%prep
24%setup -q
25
26%build
27%configure --disable-static
28make CFLAGS="$RPM_OPT_FLAGS"  %{?_smp_mflags}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32make install DESTDIR=$RPM_BUILD_ROOT
33find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%post -p /sbin/ldconfig
39%postun -p /sbin/ldconfig
40
41%files
42%defattr(-,root,root,-)
43%doc ChangeLog README AUTHORS NEWS COPYING
44%{_libdir}/libnova-0.13.so.*
45%{_bindir}/libnovaconfig
46
47%files devel
48%doc COPYING examples/*.c
49%{_includedir}/libnova
50%{_libdir}/libnova.so
51
52
53%changelog
54* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.13.0-1
55- new upstream release
56
57* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.12.1-6
58- Initial build for Vine Linux
59
60* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-5
61- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
62
63* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-4
64- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
65
66* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.12.1-3
67- Autorebuild for GCC 4.3
68
69* Sat Jan 12 2007 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.12.1-2
70- Made changes to the Groups
71
72* Mon Jan 07 2007 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.12.1-1
73- Made small changes to make it more complaint with fedora packaging standards
74
75* Thu Jan 04 2007 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.12.1-0
76- Initial version.
77
Note: See TracBrowser for help on using the repository browser.