rpms/xastir/F-7 xastir-1.9.2-libdir.patch, NONE, 1.1 xastir.desktop, NONE, 1.1 xastir.png, NONE, 1.1 xastir.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Sat Mar 8 17:55:17 UTC 2008


Author: lucilanga

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

Modified Files:
	.cvsignore sources 
Added Files:
	xastir-1.9.2-libdir.patch xastir.desktop xastir.png 
	xastir.spec 
Log Message:
initial import for F7

xastir-1.9.2-libdir.patch:

--- NEW FILE xastir-1.9.2-libdir.patch ---
diff -Naur xastir-1.9.2/Makefile.in xastir-libdir/Makefile.in
--- xastir-1.9.2/Makefile.in	2007-11-06 19:12:46.000000000 +0200
+++ xastir-libdir/Makefile.in	2008-02-23 14:56:11.000000000 +0200
@@ -23,7 +23,7 @@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
+pkglibdir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 top_builddir = .
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
diff -Naur xastir-1.9.2/scripts/Makefile.in xastir-libdir/scripts/Makefile.in
--- xastir-1.9.2/scripts/Makefile.in	2007-11-06 19:12:43.000000000 +0200
+++ xastir-libdir/scripts/Makefile.in	2008-02-23 14:48:22.000000000 +0200
@@ -23,7 +23,7 @@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
+pkglibdir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 top_builddir = ..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd


--- NEW FILE xastir.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=xastir
GenericName=Xastir
Comment=Amateur Station Tracking and Reporting system for amateur radio
Exec=xastir
Icon=xastir.png
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0


--- NEW FILE xastir.spec ---
Summary   : Amateur Station Tracking and Reporting system for amateur radio
Name      : xastir
Version   : 1.9.2
Release   : 4%{?dist}
License   : GPLv2
Group     : Applications/Internet
Source0   : http://downloads.sourceforge.net/xastir/xastir-%{version}.tar.gz
Source1   : %{name}.desktop
Source2   : %{name}.png
Patch0    : xastir-1.9.2-libdir.patch
URL       : http://www.xastir.org
BuildRoot : %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires : wget
BuildRequires : wget
BuildRequires : lesstif-devel
BuildRequires : libXt-devel
BuildRequires : festival
BuildRequires : ImageMagick-devel
BuildRequires : dos2unix
BuildRequires : libax25-devel
BuildRequires : curl-devel
BuildRequires : pcre-devel
BuildRequires : proj-devel
BuildRequires : python
BuildRequires : shapelib-devel
BuildRequires : desktop-file-utils

%description
Xastir is a graphical application that interfaces HAM radio
and internet access to realtime mapping software.

Install XASTIR if you are interested in APRS(tm) and HAM radio
software.

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .libdir

%build
#./bootstrap.sh
#aclocal
#autoheader
#autoconf
#automake -a -c
%configure --without-graphicsmagick --with-rtree
make %{?_smp_mflags}
for f in README ChangeLog ; do
    mv $f $f.iso88591
    iconv -o $f -f iso88591 -t utf8 $f.iso88591
    rm -f $f.iso88591
done
dos2unix scripts/toporama250k.pl 

%install
rm -rf %{buildroot}
make install DESTDIR="%{buildroot}" INSTALL="install -p"
#fix wrong doc-path instalation in make install target
#or else we'll get unpacked files
rm -rf %{buildroot}/usr/share/doc
#remove gpx2shape because of unsupported dependency Geo::Shapelib
rm %{buildroot}/usr/share/xastir/gpx2shape
mkdir -p %{buildroot}/usr/share/pixmaps/
cp %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
desktop-file-install --vendor="fedora" \
        --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}



%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/xastir
%{_bindir}/xastir_udp_client
%{_bindir}/callpass
%{_mandir}/man1/xastir.*
%attr(0644,root,root) %{_datadir}/xastir/Coordinate.pm
%{_datadir}/xastir
#%{_libdir}/xastir
##%{_datadir}/xastir/help
#%{_datadir}/xastir/config
##%{_datadir}/xastir/symbols
##%{_datadir}/xastir/maps
#%{_datadir}/xastir/Counties
#%{_datadir}/xastir/fcc
#%{_datadir}/xastir/GNIS
#%{_datadir}/xastir/sounds
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/*%{name}.desktop
%doc AUTHORS ChangeLog COPYING DEBUG_LEVELS FAQ LICENSE
%doc README README.Contributing README.CVS README.Getting-Started
%doc README.MAPS README.win32 UPGRADE

%changelog
* Sat Mar  8 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-4
- Install correct xastir icon
- Misc cleanups
- Rebuild with wget support

* Sat Mar  2 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-3
- Added desktop and icon file

* Sat Feb 23 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-2
- Moved scripts from libdir to datadir

* Fri Feb 22 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-1
- Updated to Fedora Packaging specifications

* Thu Jul 03 2003 Alan Crosswell <n2ygk at weca.org>
- 1.2.1 my patches now integrated into the main trunk.

* Sat Jun 21 2003 Alan Crosswell <n2ygk at weca.org> 
- added xastir-maps.patch

* Mon Jun 16 2003 Alan Crosswell <n2ygk at weca.org> 
- 1.2.0

* Fri Jun 06 2003 Alan Crosswell <n2ygk at weca.org> 
- June 5 snapshot

* Thu May 15 2003 Alan Crosswell <n2ygk at weca.org> 
- start with chuck's spec file for 1.1.4



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Feb 2008 19:57:04 -0000	1.1
+++ .cvsignore	8 Mar 2008 17:54:42 -0000	1.2
@@ -0,0 +1 @@
+xastir-1.9.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Feb 2008 19:57:04 -0000	1.1
+++ sources	8 Mar 2008 17:54:42 -0000	1.2
@@ -0,0 +1 @@
+8608afa8f8f0c441a37ba72aeeccdcac  xastir-1.9.2.tar.gz




More information about the fedora-extras-commits mailing list