rpms/pfstools/devel import.log, NONE, 1.1 pfstools-1.7.0-bf1.patch, NONE, 1.1 pfstools-mDATA.patch, NONE, 1.1 pfstools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ulrich Drepper drepper at fedoraproject.org
Mon Jan 5 19:51:32 UTC 2009


Author: drepper

Update of /cvs/pkgs/rpms/pfstools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10970/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pfstools-1.7.0-bf1.patch pfstools-mDATA.patch 
	pfstools.spec 
Log Message:
pfstools for F11, initial checkin.



--- NEW FILE import.log ---
pfstools-1_7_0-2_fc10:HEAD:pfstools-1.7.0-2.fc10.src.rpm:1231185011

pfstools-1.7.0-bf1.patch:

--- NEW FILE pfstools-1.7.0-bf1.patch ---
diff -up pfstools-1.7.0/src/fileformat/Makefile.am-old pfstools-1.7.0/src/fileformat/Makefile.am
--- pfstools-1.7.0/src/fileformat/Makefile.am-old	2009-01-02 13:17:32.000000000 -0800
+++ pfstools-1.7.0/src/fileformat/Makefile.am	2009-01-02 13:18:14.000000000 -0800
@@ -96,6 +96,7 @@ endif
 
 if GDAL_SUPPORT
 pfsingdal_SOURCES = pfsingdal.cpp
+pfsingdal_CXXFLAGS = $(shell /usr/bin/gdal-config --cflags)
 pfsingdal_LDADD = $(GDAL_LIBS)
 endif
 
diff -up pfstools-1.7.0/src/fileformat/pfsingdal.cpp-old pfstools-1.7.0/src/fileformat/pfsingdal.cpp

pfstools-mDATA.patch:

--- NEW FILE pfstools-mDATA.patch ---
--- pfstools-1.6.5/src/octave/Makefile.am-old	2008-10-12 09:57:46.000000000 -0700
+++ pfstools-1.6.5/src/octave/Makefile.am	2008-10-12 09:57:58.000000000 -0700
@@ -15,7 +15,7 @@
 help_h_files = $(help_files:.help=_help.h) 
 
 oct_SCRIPTS = $(linked_oct_files) 
-m_SCRIPTS = $(m_oct_files)
+m_DATA = $(m_oct_files)
 
 bin_SCRIPTS = pfsoctavelum pfsoctavergb pfsstat
 man_MANS = pfsoctavelum.1 pfsoctavergb.1 pfsstat.1


--- NEW FILE pfstools.spec ---
Name:		pfstools
Version:	1.7.0
Release:	2%{?dist}
Summary:	Programs for handling high-dynamic range images

Group:		Applications/Multimedia
License:	GPLv2+
URL:		http://pfstools.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch1:		pfstools-mDATA.patch
Patch2:		pfstools-1.7.0-bf1.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	automake
BuildRequires:	libtool
BuildRequires:	libtiff-devel
BuildRequires:	openexr-devel
BuildRequires:	octave-devel
BuildRequires:	libGL-devel
BuildRequires:	ImageMagick-devel
BuildRequires:	freeglut-devel
BuildRequires:	ImageMagick-c++-devel
BuildRequires:	qt3-devel
BuildRequires:	libXi-devel
BuildRequires:	netpbm-devel
BuildRequires:	texlive-latex
BuildRequires:	gdal-devel
Requires:	pfstools-libs = %{version}-%{release}

%description
pfstools is a set of command line programs for reading,
writing, manipulating and viewing high-dynamic range (HDR) images and
video frames. All programs in the package exchange data using unix
pipes and a simple generic HDR image format (pfs). The concept of the
pfstools is similar to netpbm package for low-dynamic range images.


%package libs
Summary:	Libraries for HDR processing
Group:		System Environment/Libraries
License:	LGPLv2+

%description libs
The pfstools-libs package contains a runtime library of functions for
handling HDR graphics files.


%package qt
Summary:	Qt-based viewer for HDR files
Group:		Applications/Multimedia
Requires:	pfstools-libs = %{version}-%{release}

%description qt
The pfstools-qt package contains viewer programs based on qt3 for
viewing HDR graphics files.


%package glview
Summary:	GL-based viewer for HDR files
Group:		Applications/Multimedia
Requires:	pfstools-libs = %{version}-%{release}

%description glview
The pfstools-glview package contains viewer programs based on OpenGL for
viewing HDR graphics files.


%package exr
Summary:	EXR file import for PFS tools
Group:		Applications/Multimedia
Requires:	pfstools-libs = %{version}-%{release}

%description exr
The pfstools-exr package contains input and output filters for EXR files
to and from the HDR graphics file format used in pfstools.


%package imgmagick
Summary:	ImageMagick file import for PFS tools
Group:		Applications/Multimedia
Requires:	pfstools-libs = %{version}-%{release}

%description imgmagick
The pfstools-exr package contains input and output filters based in
ImageMagick to and from the HDR graphics file format used in pfstools.


%package octave
Summary:	Octave interaction with PFS tools
Group:		Applications/Multimedia

%description octave
The pfstools-octave package contains programs to process red, green and blue
channels or luminance channels in pfs stream using Octave.


%package gdal
Summary:	PFS Tools using the GDAL library to handle GIS information
Group:		Applications/Multimedia

%description gdal
The pfstools-gdal package contains programs which can handle GIS information
using the GDAL library.


%package devel
Summary:	Files for development with PFS tools
Group:		Development/Libraries
Requires:	pfstools-libs = %{version}-%{release}

%description devel
The netpbm-devel package contains the header files and link libraries,
etc., for developing programs which can handle HDR graphics files.


%prep
%setup -q
%patch1 -p1 -b .mDATA
%patch2 -p1 -b .bf1
# Remove the following once the patch for the Makefile.am file
# is not necessary anymore.
aclocal
automake
libtoolize --automake


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
make DESTDIR=$RPM_BUILD_ROOT "INSTALL=install -p" install

# XXX Nuke unpackaged files
{ cd ${RPM_BUILD_ROOT}
  rm -f .%{_libdir}/libpfs-1.2.a
  rm -f .%{_libdir}/libpfs-1.2.la
  rm -f .%{_mandir}/man1/pfsinjpeghdr.1
  rm -f .%{_mandir}/man1/pfsoutjpeghdr.1
}


%clean
rm -rf $RPM_BUILD_ROOT


%post libs -p /sbin/ldconfig


%postun libs -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc README TODO doc/faq.txt
%{_bindir}/pfsabsolute
%{_bindir}/pfscat
%{_bindir}/pfsclamp
%{_bindir}/pfscut
%{_bindir}/pfsextractchannels
%{_bindir}/pfsdisplayfunction
%{_bindir}/pfsflip
%{_bindir}/pfsgamma
%{_bindir}/pfsin
%{_bindir}/pfsindcraw
%{_bindir}/pfsinmulti
%{_bindir}/pfsinpfm
%{_bindir}/pfsinppm
%{_bindir}/pfsinrgbe
%{_bindir}/pfsintiff
%{_bindir}/pfsout
%{_bindir}/pfsoutffmpeg
%{_bindir}/pfsoutpfm
%{_bindir}/pfsoutppm
%{_bindir}/pfsoutrgbe
%{_bindir}/pfsouttiff
%{_bindir}/pfspad
%{_bindir}/pfspanoramic
%{_bindir}/pfsrotate
%{_bindir}/pfssize
%{_bindir}/pfstag
%{_mandir}/man1/pfsabsolute.1.gz
%{_mandir}/man1/pfscat.1.gz
%{_mandir}/man1/pfsclamp.1.gz
%{_mandir}/man1/pfscut.1.gz
%{_mandir}/man1/pfsdisplayfunction.1.gz
%{_mandir}/man1/pfsextractchannels.1.gz
%{_mandir}/man1/pfsflip.1.gz
%{_mandir}/man1/pfsgamma.1.gz
%{_mandir}/man1/pfsin.1.gz
%{_mandir}/man1/pfsindcraw.1.gz
%{_mandir}/man1/pfsinmulti.1.gz
%{_mandir}/man1/pfsinpfm.1.gz
%{_mandir}/man1/pfsinppm.1.gz
%{_mandir}/man1/pfsinrgbe.1.gz
%{_mandir}/man1/pfsintiff.1.gz
%{_mandir}/man1/pfsout.1.gz
%{_mandir}/man1/pfsoutffmpeg.1.gz
%{_mandir}/man1/pfsoutpfm.1.gz
%{_mandir}/man1/pfsoutppm.1.gz
%{_mandir}/man1/pfsoutrgbe.1.gz
%{_mandir}/man1/pfsouttiff.1.gz
%{_mandir}/man1/pfspad.1.gz
%{_mandir}/man1/pfspanoramic.1.gz
%{_mandir}/man1/pfsrotate.1.gz
%{_mandir}/man1/pfssize.1.gz
%{_mandir}/man1/pfstag.1.gz
%doc

%files libs
%defattr(-,root,root,-)
%{_libdir}/libpfs-1.2.so.0
%{_libdir}/libpfs-1.2.so.0.0.0

%files qt
%defattr(-,root,root,-)
%{_bindir}/pfsv
%{_bindir}/pfsview
%{_mandir}/man1/pfsv.1.gz
%{_mandir}/man1/pfsview.1.gz

%files glview
%defattr(-,root,root,-)
%{_bindir}/pfsglview
%{_mandir}/man1/pfsglview.1.gz

%files exr
%defattr(-,root,root,-)
%{_bindir}/pfsinexr
%{_bindir}/pfsoutexr
%{_mandir}/man1/pfsinexr.1.gz
%{_mandir}/man1/pfsoutexr.1.gz

%files imgmagick
%defattr(-,root,root,-)
%{_bindir}/pfsinimgmagick
%{_bindir}/pfsoutimgmagick
%{_mandir}/man1/pfsinimgmagick.1.gz
%{_mandir}/man1/pfsoutimgmagick.1.gz

%files octave
%defattr(-,root,root,-)
%{_bindir}/pfsoctavelum
%{_bindir}/pfsoctavergb
%{_bindir}/pfsstat
%{_libexecdir}/octave/*/site/oct/*/pfstools/
#%{_libexecdir}/octave/*/site/oct/*/pfstools/*.oct
%{_datadir}/octave/*/site/m/pfstools/*.m
%{_mandir}/man1/pfsoctavelum.1.gz
%{_mandir}/man1/pfsoctavergb.1.gz
%{_mandir}/man1/pfsstat.1.gz

%files gdal
%defattr(-,root,root,-)
%{_bindir}/pfsingdal
%{_mandir}/man1/pfsingdal.1.gz

%files devel
%defattr(-,root,root,-)
%doc doc/pfs_format_spec.pdf
%{_libdir}/libpfs-1.2.so
%{_libdir}/pkgconfig/pfs.pc
%{_includedir}/pfs-1.2/array2d.h
%{_includedir}/pfs-1.2/pfs.h

%changelog

* Mon Jan 5 2009 Ulrich Drepper <drepper at redhat.com> - 1.7.0-2
- Fix BuildRequires

* Fri Jan 1 2009 Ulrich Drepper <drepper at redhat.com> - 1.7.0-1
- update to most recent upstream release
  - new subpackage pfstools-gdal for GIS data handling
  - new program pfsdisplayfunction

* Fri Jan 1 2009 Ulrich Drepper <drepper at redhat.com> - 1.6.5-5
- add automake BuildRequires

* Wed Nov 5 2008 Ulrich Drepper <drepper at redhat.com> - 1.6.5-4
- ship more doc files

* Sun Oct 12 2008 Ulrich Drepper <drepper at redhat.com> - 1.6.5-3
- .spec file cleanups
- install Octave files without execution permission

* Wed Sep 03 2008 Manuel Wolfshant <wolfy at fedoraproject.org> - 1.6.5-2
- fix missing BR, Source URL, double inclusion of several files
- preserve timestamps

* Tue Aug 19 2008 Ulrich Drepper <drepper at redhat.com> - 1.6.5-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pfstools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jan 2009 20:36:52 -0000	1.1
+++ .cvsignore	5 Jan 2009 19:51:02 -0000	1.2
@@ -0,0 +1 @@
+pfstools-1.7.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pfstools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jan 2009 20:36:52 -0000	1.1
+++ sources	5 Jan 2009 19:51:02 -0000	1.2
@@ -0,0 +1 @@
+baf058fcdc6ac040c210dc5a4a607d1d  pfstools-1.7.0.tar.gz




More information about the fedora-extras-commits mailing list