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

Revision 9382, 2.5 KB checked in by inagaki, 9 years ago (diff)

2015-02-25 Ryoichi INAGAKI <ryo1@…>

  • cfitsio, libnova: updated
  • kstars, libfli, libindi, ufraw: rebuilt


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