[ax25-tools] Apply buildrequires and import source

Randall 'Randy' Berry dp67 at fedoraproject.org
Sat Jun 25 01:56:06 UTC 2011


commit 88dcf48740bbae8721c83ce89320dd2716281b9e
Author: dp67 <dp67 at fedoraproject.org>
Date:   Fri Jun 24 21:55:54 2011 -0400

    Apply buildrequires and import source

 ax25-tools.spec |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/ax25-tools.spec b/ax25-tools.spec
old mode 100644
new mode 100755
index 06b2314..162769b
--- a/ax25-tools.spec
+++ b/ax25-tools.spec
@@ -1,27 +1,21 @@
 Name:           ax25-tools
 Version:        0.0.9
-Release:        3%{?dist}
+Release:        6%{?dist}
 Summary:        Tools used to configure an ax.25 enabled computer
-
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://www.linux-ax25.org/wiki/LinuxAX25
 Source0:        http://www.linux-ax25.org/cvsweb/%{name}/%{name}.tar.gz
-
-# Patch to include soundmodem.h, which was obsoleted and removed from the 2.6 kernel 
-# Patch0:
-# Patch by Thomas Sailer to work around issue with BSD style pseudo-terminal
-# not being supported anymore. Adds support for Unix98 pseudo-terminals.
-# Patch1:         %{name}-%{version}-Unix98-ptmx.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	automake
 BuildRequires:  libax25-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  libXt-devel
+BuildRequires:	libXi-devel
 BuildRequires:	fltk-devel
 
+
 %description
 ax25-tools is a collection of tools that are used to configure an ax.25 enabled
 computer. They will configure interfaces and assign callsigns to ports as well
@@ -29,13 +23,11 @@ as Net/ROM and ROSE configuration.
 
 %prep
 %setup -qn %{name}
-#%patch0 -p1
-#%patch1 -p1
 
 %build
 autoreconf
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
 
 %install
@@ -58,6 +50,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Tue Jun 21 2011 Randall J. Berry, N3LRX <dp67 at fedoraproject.org> - 0.0.9-6
+- Rebuild test including new BRs
+
+* Tue Jun 21 2011 Ralf Baechle <ralf at linux-mips.org> - 0.0.9-5
+- Added BRs libXi-devel, fltk-devel
+
+* Tue Jun 21 2011 Randall J. Berry, N3LRX <dp67 at fedoraproject.org> - 0.0.9-4
+- Rebuild per bz #545272
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list