rpms/libnova/devel libnova.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Huzaifa Sidhpurwala (huzaifas) fedora-extras-commits at redhat.com
Tue Jan 8 06:22:45 UTC 2008


Author: huzaifas

Update of /cvs/pkgs/rpms/libnova/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29168/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libnova.spec 
Log Message:



--- NEW FILE libnova.spec ---
Name:		libnova
Version:	0.12.1
Release:	1%{?dist}
Summary:	Libnova is a general purpose astronomy & astrodynamics library
Group:		Applications/Engineering
License:	LGPLv2+
URL:		http://sourceforge.net/projects/libnova/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Libnova is a general purpose, double precision, celestial mechanics, 
astrometry and astrodynamics library

%package devel
Summary:	Development files for libnova
Group:		Applications/Engineering
Requires:	%{name} = %{version}-%{release}

%description devel
Contains library and header files for libnova

%prep
%setup -q


%build
%configure --disable-static
make CFLAGS="$RPM_OPT_FLAGS"  %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc ChangeLog README AUTHORS NEWS COPYING
%{_libdir}/libnova-0.12.so.1.0.0
%{_libdir}/libnova-0.12.so.1
%{_bindir}/libnovaconfig

%files devel
%doc COPYING examples/*.c
%{_includedir}/libnova
%{_libdir}/libnova.so


%changelog
* Mon Jan 07 2007 Huzaifa Sidhpurwala <huzaifas at redhat.com> - 0.12.1-1
- Made small changes to make it more complaint with fedora packaging standards

* Thu Jan 04 2007 Huzaifa Sidhpurwala <huzaifas at redhat.com> - 0.12.1-0
- Initial version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libnova/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jan 2008 03:20:29 -0000	1.1
+++ .cvsignore	8 Jan 2008 06:22:08 -0000	1.2
@@ -0,0 +1 @@
+libnova-0.12.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libnova/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jan 2008 03:20:29 -0000	1.1
+++ sources	8 Jan 2008 06:22:08 -0000	1.2
@@ -0,0 +1 @@
+8f4c6860aa627c5d0694b8bb5699fe7f  libnova-0.12.1.tar.gz




More information about the fedora-extras-commits mailing list