source: projects/specs/branches/6/lib/libn/libnova/libnova-vl.spec @ 6208

Revision 6208, 2.2 KB checked in by inagaki, 12 years ago (diff)

update: libcaptury, libfli, libmal, libnova, libotr, libqalculate, libvncserver and pilot-link

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