rpms/xastir/F-8 xastir.png,1.1,1.2 xastir.spec,1.4,1.5

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Sat Mar 8 13:52:43 UTC 2008


Author: lucilanga

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

Modified Files:
	xastir.png xastir.spec 
Log Message:
fix icon and rebuild with wget


Index: xastir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/F-8/xastir.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xastir.spec	2 Mar 2008 18:27:22 -0000	1.4
+++ xastir.spec	8 Mar 2008 13:52:08 -0000	1.5
@@ -1,7 +1,7 @@
 Summary   : Amateur Station Tracking and Reporting system for amateur radio
 Name      : xastir
 Version   : 1.9.2
-Release   : 4%{?dist}
+Release   : 5%{?dist}
 License   : GPLv2
 Group     : Applications/Internet
 Source0   : http://downloads.sourceforge.net/xastir/xastir-%{version}.tar.gz
@@ -10,6 +10,8 @@
 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
@@ -36,6 +38,10 @@
 
 %build
 #./bootstrap.sh
+#aclocal
+#autoheader
+#autoconf
+#automake -a -c
 %configure --without-graphicsmagick --with-rtree
 make %{?_smp_mflags}
 for f in README ChangeLog ; do
@@ -53,7 +59,6 @@
 rm -rf %{buildroot}/usr/share/doc
 #remove gpx2shape because of unsupported dependency Geo::Shapelib
 rm %{buildroot}/usr/share/xastir/gpx2shape
-# no upstream .desktop or icon yet
 mkdir -p %{buildroot}/usr/share/pixmaps/
 cp %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 desktop-file-install --vendor="fedora" \
@@ -72,6 +77,7 @@
 %{_mandir}/man1/xastir.*
 %attr(0644,root,root) %{_datadir}/xastir/Coordinate.pm
 %{_datadir}/xastir
+#%{_libdir}/xastir
 ##%{_datadir}/xastir/help
 #%{_datadir}/xastir/config
 ##%{_datadir}/xastir/symbols
@@ -87,6 +93,11 @@
 %doc README.MAPS README.win32 UPGRADE
 
 %changelog
+* Sat Mar  8 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-5
+- Install correct xastir icon
+- Misc cleanups
+- Rebuild with wget support
+
 * Sat Mar  2 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-4
 - Misc cleanups
 




More information about the fedora-extras-commits mailing list