rpms/panoglview/F-11 panoglview.desktop, NONE, 1.1 panoglview.png, NONE, 1.1 panoglview.spec, NONE, 1.1 sources, 1.1, 1.2

bpostle bpostle at fedoraproject.org
Wed Jul 8 19:26:20 UTC 2009


Author: bpostle

Update of /cvs/extras/rpms/panoglview/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7500

Modified Files:
	sources 
Added Files:
	panoglview.desktop panoglview.png panoglview.spec 
Log Message:
initial import



--- NEW FILE panoglview.desktop ---
[Desktop Entry]
Name=Panoglview
GenericName=Panorama viewer
Comment=View equirectangular panoramas
Exec=panoglview %f
Terminal=false
Type=Application
Icon=panoglview
Categories=Graphics;
MimeType=image/jpeg;image/tiff;image/png;


--- NEW FILE panoglview.spec ---
Summary:       Immersive viewer for spherical panoramas
Name:          panoglview
Version:       0.2.2
Release:       5%{?dist}
License:       GPLv2+
URL:           http://hugin.sourceforge.net/
Group:         Applications/Multimedia
Source0:       http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
Source1:       %{name}.desktop
Source2:       %{name}.png
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtiff-devel libjpeg-devel libpng-devel
BuildRequires: wxGTK-devel zlib-devel desktop-file-utils

%description
Use panoglview to explore equirectangular panoramic images.  Equirectangular
panoramas are typically JPEG/TIFF/PNG images with a 2:1 aspect ratio.

%prep
%setup -q
chmod -x src/*.h src/*.cpp

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
desktop-file-install --vendor="" \
  --dir=%{buildroot}/%{_datadir}/applications %{SOURCE1}
install -D -m 0755 %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps/%{name}.png

%clean
rm -rf %{buildroot}

%post
update-desktop-database &> /dev/null ||:

%postun
update-desktop-database &> /dev/null ||:

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog
* Wed Jul 01 2009 Bruno Postle <bruno at postle.net> 0.2.2-5
- spec improvements, add icon

* Tue Jun 16 2009 Bruno Postle <bruno at postle.net> 0.2.2-4
- spec improvements

* Mon Jul 28 2008 Bruno Postle <bruno at postle.net> 0.2.2-3
- 0.2.2 release

* Fri Jul 20 2007 Bruno Postle <bruno at postle.net> 0.2.2-1cvs20070720
- CVS snapshot add .desktop

* Mon Jul 02 2007 Bruno Postle <bruno at postle.net> 0.2-6
- rebuild for fc7 with spec cleanup

* Tue May 16 2006 Bruno Postle <bruno at postle.net> 0.2-5.fc5.bp

* Fri Mar 24 2006 Bruno Postle <bruno at postle.net> 0.2-4.fc5.bp
- rebuild for fc5

* Tue Dec 06 2005 Bruno Postle <bruno at postle.net>
- build on another host due to mystery c++ 3.6.4 errors

* Wed Nov 30 2005 Bruno Postle <bruno at postle.net>
- switch to current CVS, remove old build patches. requires freshrpms wxGTK >= 2.6.0

* Fri Jul 22 2005 Bruno Postle <bruno at postle.net>
- new build for fc4.  now uses GTK2

* Wed Oct 20 2004 Bruno Postle <bruno at postle.net>
- new build for fc2

* Tue Jun 22 2004 Bruno Postle <bruno at postle.net>
  - initial RPM



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/panoglview/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Jul 2009 16:30:22 -0000	1.1
+++ sources	8 Jul 2009 19:25:50 -0000	1.2
@@ -0,0 +1 @@
+770a337c43cdd20be0347135ed1f597e  panoglview-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list