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

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           libnova
2Version:        0.12.1
3Release:        6%{?_dist_release}
4Summary:        Libnova is a general purpose astronomy & astrodynamics library
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.12.so.1.0.0
45%{_libdir}/libnova-0.12.so.1
46%{_bindir}/libnovaconfig
47
48%files devel
49%doc COPYING examples/*.c
50%{_includedir}/libnova
51%{_libdir}/libnova.so
52
53
54%changelog
55* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.12.1-6
56- Initial build for Vine Linux
57
58* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-5
59- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
60
61* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-4
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
63
64* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.12.1-3
65- Autorebuild for GCC 4.3
66
67* Sat Jan 12 2007 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.12.1-2
68- Made changes to the Groups
69
70* Mon Jan 07 2007 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.12.1-1
71- Made small changes to make it more complaint with fedora packaging standards
72
73* Thu Jan 04 2007 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.12.1-0
74- Initial version.
75
Note: See TracBrowser for help on using the repository browser.