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

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Mon Nov 14 02:43:54 UTC 2005


Author: mtruch

Update of /cvs/extras/rpms/hpic/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6988/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hpic.spec 
Log Message:
auto-import hpic-0.52-2 on branch devel from hpic-0.52-2.src.rpm


--- NEW FILE hpic.spec ---
Name:           hpic
Version:        0.52
Release:        2%{?dist}
Summary:        Healpix manipulation binaries and library

Group:          Development/Libraries
License:        GPL
URL:            http://cmb.phys.cwru.edu/hpic/hpic-0.52.tar.gz
Source0:        hpic-0.52.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cfitsio-devel
Requires(post):    /sbin/ldconfig
Requires(postun):  /sbin/ldconfig

%description
hpic is a C and C++ implementation of the healpix pixelization of a sphere 
algorithms.  It includes several command line utilities for reading, writing,
and manipulating healpix files, as well as a library so other programs can
do the same.

http://cmb.phys.cwru.edu/hpic/

%package devel
Group:  Development/Libraries
Summary: Headers required when building programs against hpic
Requires: %{name} = %{version}-%{release}

%description devel
Headers required when building a program against the hpic library,
as well as a static library.

%prep
%setup -q


%build
%configure --disable-dependency-tracking --with-extra-includes=-I%{_includedir}/cfitsio
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}
make DESTDIR=%{buildroot} SUID_ROOT="" install

#Remove files we don't want packaged
rm -f %{buildroot}/%{_libdir}/libhpic.la

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc README NEWS COPYING AUTHORS ChangeLog doc/hpic.pdf
%{_libdir}/libhpic.so.*
%{_bindir}/hpic*

%files devel
%{_libdir}/libhpic.so
%{_includedir}/hpic.h
%{_libdir}/libhpic.a

%changelog
* Sun Nov 13 2005 Matthew Truch <matt at truch.net> - 0.52-2
- Don't include the INSTALL file in doc.

* Sun Nov 13 2005 Matthew Truch <matt at truch.net> - 0.52-1
- Upgrade to hpic 0.52
- Specificly name hpic.h in files section.
- Clean up macro usage.

* Sun Nov 06 2005 Matthew Truch <matt at truch.net> - 0.51-2
- Require hpic for hpic-devel.
- Don't package libhpic.la
- Improve description and summary.
- Clean up specfile syntax.
- Direct configure to cfitsio headers.
- Put libhpic.so in hpic-devel.

* Sun Oct 30 2005 Matthew Truch <matt at truch.net> - 0.51-1
- Initial attempt at spec file.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hpic/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Nov 2005 02:43:19 -0000	1.1
+++ .cvsignore	14 Nov 2005 02:43:52 -0000	1.2
@@ -0,0 +1 @@
+hpic-0.52.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hpic/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Nov 2005 02:43:19 -0000	1.1
+++ sources	14 Nov 2005 02:43:52 -0000	1.2
@@ -0,0 +1 @@
+39c1e38f9a0f79d1a7cba8c3e73e80a2  hpic-0.52.tar.gz




More information about the fedora-extras-commits mailing list