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

Ed Hill (edhill) fedora-extras-commits at redhat.com
Sun Nov 20 04:21:46 UTC 2005


Author: edhill

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

Modified Files:
	.cvsignore sources 
Added Files:
	osiv.spec 
Log Message:
auto-import osiv-0.1.1-1 on branch devel from osiv-0.1.1-1.src.rpm


--- NEW FILE osiv.spec ---
Name:           osiv
Version:        0.1.1
Release:        1%{?dist}
Summary:        Open Source Image Velocimetry

Group:          Applications/Engineering
License:        GPL
URL:            http://osiv.sourceforge.net/
Source0:        http://osiv.sourceforge.net/pkgs/osiv-0.1.1.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  fftw3-devel, libtiff-devel

%description
OSIV is a program written to perform cross-correlation analysis of
particle image velocimetry (PIV) images.  The program was designed to
be both very modular and quite efficient.  It incorporates most of the
tried-and-true algorithms and some of the more recent additions to the
PIV toolkit.  Importantly, OSIV is released open source so that users
may contribute back to the project.


%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root,-)
%doc COPYING 
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Mon Nov 14 2005 Ed Hill <ed at eh3.com> - 0.1.1-1
- initial specfile created



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/osiv/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Nov 2005 04:21:15 -0000	1.1
+++ .cvsignore	20 Nov 2005 04:21:44 -0000	1.2
@@ -0,0 +1 @@
+osiv-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/osiv/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Nov 2005 04:21:15 -0000	1.1
+++ sources	20 Nov 2005 04:21:44 -0000	1.2
@@ -0,0 +1 @@
+7c92b79cbec301383511a3030c4542d4  osiv-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list