rpms/milia/F-12 import.log, NONE, 1.1 milia.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sergio Pascual sergiopr at fedoraproject.org
Sun Jan 24 19:41:27 UTC 2010


Author: sergiopr

Update of /cvs/pkgs/rpms/milia/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8353/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log milia.spec 
Log Message:
Importing milia into F-12



--- NEW FILE import.log ---
milia-0_3_0-2_fc12:F-12:milia-0.3.0-2.fc12.src.rpm:1264362064


--- NEW FILE milia.spec ---
Name: milia
Version: 0.3.0
Release: 2%{?dist}
Summary: C++ cosmology library

Group: Development/Libraries
License: GPLv3+
URL: http://guaix.fis.ucm.es/projects/milia/wiki
Source0: ftp://astrax.fis.ucm.es/pub/users/spr/%{name}/%{name}-%{version}.tar.gz

BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: gsl-devel boost-devel cppunit-devel

%description
Milia is a C++ library created to compute cosmological distances and 
ages in the Friedmann-Lemaître-Robertson-Walker metric. 
The luminosity distance is 
computed using elliptical functions (Kantowski, Kao, Thomas 2000). 
The remaining distances are computed from the luminosity distance using 
Hogg 1999. The age is computed following Thomas & Kantowski 2000, using also 
elliptical functions.

%package devel
Summary: Headers for developing programs that will use %{name}
Group: Development/Libraries
Requires: boost-devel
Requires: %{name} = %{version}-%{release}
%description devel
These are the header files and libraries needed to develop a %{name} 
application.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%check
make %{?_smp_mflags} check

%install
rm -rf %{buildroot}
make %{?_smp_mflags}  install DESTDIR=%{buildroot}


%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc COPYING NEWS README
%{_libdir}/*so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%exclude %{_libdir}/*.la
%{_includedir}/*

%changelog
* Wed Jan 20 2010 Sergio Pascual <sergiopr at astrax.fis.ucm.es> - 0.3.0-2
- Removed requires pkgconfig
- Fixed minor typos

* Mon Jan 18 2010 Sergio Pascual <sergiopr at astrax.fis.ucm.es> - 0.3.0-1
- Initial spec file.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/milia/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Jan 2010 17:34:14 -0000	1.1
+++ .cvsignore	24 Jan 2010 19:41:27 -0000	1.2
@@ -0,0 +1 @@
+milia-0.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/milia/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Jan 2010 17:34:14 -0000	1.1
+++ sources	24 Jan 2010 19:41:27 -0000	1.2
@@ -0,0 +1 @@
+ff0d1a97d14548bc1ac215638f6d1cf8  milia-0.3.0.tar.gz



More information about the scm-commits mailing list