[vifir] * Thu Sep 30 2010 Fabian Affolter <fabian at bernewireless.net> - 0.7-3

Fabian Affolter fab at fedoraproject.org
Thu Sep 30 18:20:40 UTC 2010


commit be439c62e3c99bb3493910a6494287ce74cfc412
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Thu Sep 30 20:20:40 2010 +0200

    * Thu Sep 30 2010 Fabian Affolter <fabian at bernewireless.net> - 0.7-3

 vifir.spec |   85 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 46 insertions(+), 39 deletions(-)
---
diff --git a/vifir.spec b/vifir.spec
index 1de3842..7c91a4f 100644
--- a/vifir.spec
+++ b/vifir.spec
@@ -1,50 +1,50 @@
-%global name vifir
-%global version 0.7
-%global release 2%{?dist}
-%global _prefix /usr
-
-Summary: A viewer for electronic aviation charts
-Name: %{name}
-Version: %{version}
-Release: %{release}
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-URL: http://vifir.sourceforge.net/
-License: GPLv3
-Group: Applications/Communications
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires: evince
-
-BuildRequires: gtkmm24-devel
-BuildRequires: gpsd-devel
-BuildRequires: libgeotiff-devel
-BuildRequires: dbus-devel
-BuildRequires: dbus-glib-devel
-BuildRequires: proj-devel
-BuildRequires: poppler-devel
-BuildRequires: poppler-glib-devel
-BuildRequires: libxml++-devel
-BuildRequires: libglademm24-devel
-BuildRequires: libcurl-devel  
-BuildRequires: desktop-file-utils
-BuildRequires: freetype-devel
-BuildRequires: intltool
-BuildRequires: libnova-devel
-BuildRequires: libzip-devel
+Name:           vifir
+Version:        0.7
+Release:        3%{?dist}
+Summary:        A viewer for electronic aviation charts
+
+Group:          Applications/Communications
+License:        GPLv3
+URL:            http://vifir.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  gtkmm24-devel
+BuildRequires:  gpsd-devel
+BuildRequires:  libgeotiff-devel
+BuildRequires:  dbus-devel
+BuildRequires:  dbus-glib-devel
+BuildRequires:  proj-devel
+BuildRequires:  poppler-devel
+BuildRequires:  poppler-glib-devel
+BuildRequires:  libxml++-devel
+BuildRequires:  libglademm24-devel
+BuildRequires:  libcurl-devel  
+BuildRequires:  desktop-file-utils
+BuildRequires:  freetype-devel
+BuildRequires:  intltool
+BuildRequires:  libnova-devel
+BuildRequires:  libzip-devel
+
+Requires:       evince
+
 
 %description
-Vifir processes and displays electronic aviation charts produced by the U.S.
-National Aeronautical Charting Office in a similar way to an Electronic Flight
-Bag.
+Vifir processes and displays electronic aviation charts produced by
+the U.S. National Aeronautical Charting Office in a similar way to an
+Electronic Flight Bag.
+
 
 %prep
 %setup -q
 
+
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"
 %configure --prefix=%{_prefix} --libdir=%{_libdir}
 make %{?_smp_mflags}
 
+
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
@@ -53,9 +53,11 @@ desktop-file-install                                    \
     --dir=%{buildroot}%{_datadir}/applications          \
     %{buildroot}%{_datadir}/applications/%{name}.desktop
 
+
 %clean
 rm -rf %{buildroot}
 
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING DEVELOPERS README THANKS TODO
@@ -65,15 +67,20 @@ rm -rf %{buildroot}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/*.png
 
+
 %changelog
+* Thu Sep 30 2010 Fabian Affolter <fabian at bernewireless.net> - 0.7-3
+- rebuild (poppler)
+- Duplicated variable definitions removed
+
 * Thu Aug 19 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.7-2
 - rebuild (poppler)
 
-* Tue Jul 20 2010 Dave Ludlow <dave at adsllc.com> 0.7-1
+* Tue Jul 20 2010 Dave Ludlow <dave at adsllc.com> - 0.7-1
 - Improve handling of unexpected data/conditions from the GPS
 - Improve signal-to-noise ratio on stderr output
 
-* Mon Jul 05 2010 Dave Ludlow <dave at adsllc.com> 0.6-1
+* Mon Jul 05 2010 Dave Ludlow <dave at adsllc.com> - 0.6-1
 - Support the gpsd version 4 API
 - Improve the gps data timeout calculation
 - Fix checking for valid lat/lon data
@@ -81,7 +88,7 @@ rm -rf %{buildroot}
 - Add ccache compiler-cache support
 - Prevent crashes when no data volume is active
 
-* Fri May 14 2010 Dave Ludlow <dave at adsllc.com> 0.5-1
+* Fri May 14 2010 Dave Ludlow <dave at adsllc.com> - 0.5-1
 - Add X-Plane 9.00 airport data import support
 - Numerous tweaks for future Win32 support
 - Code style/standardization support


More information about the scm-commits mailing list