Compare commits
41 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ff08f2cd3 |
||
|
|
d396cf359b |
||
| 23cfeb1450 | |||
|
|
c4a9494b7f | ||
|
|
1490ad9291 |
||
|
|
30daeb2391 | ||
|
|
75feb291a5 | ||
| 69e7577e43 | |||
|
|
bf93b3a8f6 | ||
|
|
336571e0a9 | ||
|
|
f3002e1181 | ||
|
|
7783d8719c | ||
|
|
a14e3160d3 | ||
| f9b3da0211 | |||
|
|
8bc293bc9e | ||
|
|
d7a71d3e9c | ||
| 1850f59c2d | |||
|
|
cc3d95bbdd | ||
|
|
2b54b6f2f0 | ||
|
|
1341472503 | ||
|
|
995145306a | ||
|
|
f0abf2a215 | ||
|
|
d6e360703f | ||
|
|
0a72346cc8 | ||
|
|
21717893d4 | ||
|
|
e156d16769 | ||
|
|
3ef7a69b36 | ||
|
|
aeac80149f | ||
|
|
b3e6274000 | ||
|
|
0908f5c342 | ||
|
|
717085742c | ||
|
|
72ed272c37 | ||
|
|
3ae9b2e7ff | ||
|
|
8474542453 | ||
|
|
6382609d9c | ||
| 1f84a2feb8 | |||
|
|
4c0150f6e6 | ||
|
|
4e6271c834 | ||
|
|
8008b3954d | ||
|
|
de0049433d | ||
|
|
b5040c3075 |
4 changed files with 1 additions and 161 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/vifir-0.8.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Upstream dead for years
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
4bb26816155d2a0039d44348f342975f vifir-0.8.tar.gz
|
||||
159
vifir.spec
159
vifir.spec
|
|
@ -1,159 +0,0 @@
|
|||
%global name vifir
|
||||
%global version 0.8
|
||||
%global release 1%{?dist}
|
||||
%global _prefix /usr
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
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.
|
||||
|
||||
|
||||
%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"
|
||||
desktop-file-install \
|
||||
--delete-original \
|
||||
--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
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/llepdftopng
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/*.png
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 14 2011 Dave Ludlow <dave@adsllc.com> - 0.8-1
|
||||
- Clip airport elevations to 32,767 feet when importing X-Plane data
|
||||
|
||||
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.7-8
|
||||
- Rebuild (poppler-0.16.3)
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sun Jan 02 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.7-6
|
||||
- rebuild (poppler)
|
||||
|
||||
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.7-5
|
||||
- rebuild (poppler)
|
||||
|
||||
* Sat Nov 06 2010 Fabian Affolter <fabian@bernewireless.net> - 0.7-4
|
||||
- rebuild (poppler)
|
||||
|
||||
* Thu Sep 30 2010 Fabian Affolter <fabian@bernewireless.net> - 0.7-3
|
||||
- rebuild (poppler)
|
||||
- Duplicated variable definitions removed
|
||||
|
||||
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.7-2
|
||||
- rebuild (poppler)
|
||||
|
||||
* Tue Jul 20 2010 Dave Ludlow <dave@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@adsllc.com> - 0.6-1
|
||||
- Support the gpsd version 4 API
|
||||
- Improve the gps data timeout calculation
|
||||
- Fix checking for valid lat/lon data
|
||||
- Add gpsd host/port configuration options
|
||||
- Add ccache compiler-cache support
|
||||
- Prevent crashes when no data volume is active
|
||||
|
||||
* Fri May 14 2010 Dave Ludlow <dave@adsllc.com> - 0.5-1
|
||||
- Add X-Plane 9.00 airport data import support
|
||||
- Numerous tweaks for future Win32 support
|
||||
- Code style/standardization support
|
||||
- Fix runway headings import decimal shifting
|
||||
- Data import performance tweaks
|
||||
- Add airport info dialog
|
||||
- Add i18n support
|
||||
- Reduce nuisance warnings
|
||||
- Incorporate some changes from Fabian Affolter's Fedora .spec file.
|
||||
|
||||
* Sun May 09 2010 Fabian Affolter <fabian@bernewireless.net> - 0.4-3
|
||||
- Rebuild for new gpsd
|
||||
|
||||
* Thu May 06 2010 Fabian Affolter <fabian@bernewireless.net> - 0.4-2
|
||||
- Rebuild for new poppler
|
||||
|
||||
* Sun Jul 26 2009 Fabian Affolter <fabian@bernewireless.net> - 0.4-1
|
||||
- Initial package for Fedora
|
||||
|
||||
* Fri Jun 12 2009 Dave Ludlow <dave@adsllc.com> 0.4-1
|
||||
- Aircraft data storage
|
||||
- Performance improvements on slower systems
|
||||
- METAR download and graphics support
|
||||
- Add flashlight support
|
||||
- Shapefile support
|
||||
- Improve chart scrolling performance
|
||||
- Simple on-screen keyboard support
|
||||
|
||||
* Sat Jul 5 2008 Dave Ludlow <dave@adsllc.com> 0.3-1
|
||||
- dTPP (approach plate) support
|
||||
- National Flight Database support
|
||||
- Route support
|
||||
- Data overlay support
|
||||
- Add screensaver & powersave disable hooks
|
||||
- Multiple data volume support
|
||||
|
||||
* Thu Aug 23 2007 Dave Ludlow <dave@adsllc.com> 0.2-1
|
||||
- Improve look and feel somewhat
|
||||
- Add GPSD integration and moving map support
|
||||
- Make recent files menu actually functional
|
||||
- Add a configuration dialog and persistent storage
|
||||
- Add approach plate support
|
||||
|
||||
* Thu Aug 9 2007 Dave Ludlow <dave@adsllc.com> 0.1-1
|
||||
- Initial packaging
|
||||
Loading…
Add table
Add a link
Reference in a new issue