rpms/libpano13/F-7 libpano13.spec,NONE,1.1 sources,1.1,1.2

Bruno Postle (bpostle) fedora-extras-commits at redhat.com
Tue Oct 2 20:45:12 UTC 2007


Author: bpostle

Update of /cvs/pkgs/rpms/libpano13/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25089

Modified Files:
	sources 
Added Files:
	libpano13.spec 
Log Message:
Adding libpano13 to F-7



--- NEW FILE libpano13.spec ---
Summary: Library for manipulating panoramic images
Name: libpano13
Version: 2.9.12
Release: 4%{?dist}
License: GPLv2+
URL: http://panotools.sourceforge.net/
Group: Development/Libraries
Source: http://downloads.sourceforge.net/panotools/%{name}-%{version}.tar.bz2
BuildRequires: libjpeg-devel, libtiff-devel, libpng-devel, zlib-devel
BuildRequires: libgcj-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Helmut Dersch's Panorama Tools library.  Provides very high quality
manipulation, correction and stitching of panoramic photographs.

Due to patent restrictions, this library has a maximum fisheye field-of-view
restriction of 160 degrees to prevent stitching of hemispherical photographs.

%package tools
Summary: Tools that use the libpano13 library
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}

%description tools
PTcrop, create cropped TIFF files from uncropped TIFF
PTuncrop, create uncropped TIFF files from cropped TIFF
PTtiffdump
PTinfo
PToptimizer, a command-line interface for control-point optimisation
PTblender, match colour histograms of overlappng TIFF files
PTtiff2psd, convert TIFF files to PSD
panoinfo, a tool for querying pano13 library capabilities
PTmasker 
PTmender, remaps photos between projections
PTroller, merges multiple TIFF with alpha masks to a single TIFF

%package devel
Summary: Development tools for programs which will use the libpano13 library
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: libjpeg-devel, libtiff-devel, libpng-devel, zlib-devel
Requires: libgcj-devel

%description devel
The libpano13-devel package includes the header files necessary for developing
programs which will manipulate panoramas using the libpano13 library.

%prep
%setup -q

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

%install
make install DESTDIR=%{buildroot}
rm %{buildroot}/%{_libdir}/libpano13.la

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

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root,-)
%doc AUTHORS ChangeLog COPYING NEWS README README.linux
%{_libdir}/libpano13.so.0*

%files tools
%defattr(-, root, root,-)
%doc doc/Optimize.txt doc/stitch.txt
%{_bindir}/PTcrop
%{_bindir}/PTtiffdump
%{_bindir}/PTinfo
%{_bindir}/PToptimizer
%{_bindir}/PTblender
%{_bindir}/PTtiff2psd
%{_bindir}/panoinfo
%{_bindir}/PTmasker
%{_bindir}/PTmender
%{_bindir}/PTroller
%{_bindir}/PTuncrop

%files devel
%defattr(-, root, root,-)
%{_includedir}/pano13
%{_libdir}/libpano13.so

%changelog
* Sun Sep 30 2007 Bruno Postle <bruno at postle.net> 2.9.12-4
- add _smp_mflags, change defattr

* Sun Jul 01 2007 Bruno Postle <bruno at postle.net> 2.9.12-3
- upstream release

* Sat Jan 27 2007 Bruno Postle <bruno at postle.net> 2.9.12-1
- adapted from libpano12 package



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libpano13/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2007 16:16:47 -0000	1.1
+++ sources	2 Oct 2007 20:44:40 -0000	1.2
@@ -0,0 +1 @@
+76b64d3e9bd9b9422bcb4dae4008555a  libpano13-2.9.12.tar.bz2




More information about the fedora-extras-commits mailing list