Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > de0e9de95094b43eb8bf5615be7b0923 > files > 2

soundmodem-0.16-1.src.rpm

# FIXME: temporarily disable to get package to build (wally 10/2010)
%define Werror_cflags %nil

%define version	0.16
%define rel	1

Summary:	Driver and diagnostic utility for Usermode SoundModem
Name:		soundmodem
Version:	%{version}
Release:	%mkrel %{rel}
License:	GPLv2+
Group:		Communications
Url:		http://www.baycom.org/~tom/ham/soundmodem/
Source:		http://www.baycom.org/~tom/ham/soundmodem/%{name}-%{version}.tar.gz
BuildRequires:	libalsa-devel
BuildRequires:	libxml2-devel
BuildRequires:	gtk2-devel
BuildRequires:	audiofile-devel
BuildRequires:	hamlib-devel
Requires(post):		rpm-helper
Requires(preun):	rpm-helper

%description
This package contains the driver and the diagnostic utility for
user-space SoundModem. It allows you to use sound-cards supported
by OSS/Free as Amateur Packet Radio modems.

%package devel

Summary:	Development files for %{name}
Group:		Development/Other
Requires:	%{name} = %{version}-%{release}

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure2_5x \
%ifarch %ix86
	--enable-mmx \
%endif
	--disable-rpath
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# init script
install -Dpm 0755 soundmodem.initscript %{buildroot}%{_initrddir}/soundmodem

# config file
install -dm 0755 -d %{buildroot}%{_sysconfdir}/ax25
touch %{buildroot}%{_sysconfdir}/ax25/%{name}.conf

#move devel files to better location
install -dm 0755 %{buildroot}%{_includedir}/%{name}
mv %{buildroot}%{_includedir}/*.h %{buildroot}%{_includedir}/%{name}

%find_lang %{name}

%clean
rm -rf %{buildroot}

%post
%_post_service %{name}

%preun
%_preun_service %{name}

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README newqpsk/README.newqpsk
%{_sbindir}/soundmodem
%{_bindir}/soundmodemconfig
%{_mandir}/man8/soundmodem*
%config(noreplace) %{_sysconfdir}/ax25/%{name}.conf
%{_initrddir}/soundmodem

%files devel
%defattr(-,root,root)
%{_includedir}/%{name}


%changelog
* Fri Jun 24 2011 Jani Välimaa <wally@mandriva.org> 0.16-1mdv2011.0
+ Revision: 686866
- new version 0.16

* Sun Dec 12 2010 Jani Välimaa <wally@mandriva.org> 0.15-2mdv2011.0
+ Revision: 620612
- buildrequire hamlib-devel

* Fri Oct 22 2010 Jani Välimaa <wally@mandriva.org> 0.15-1mdv2011.0
+ Revision: 587283
- fix group
- import soundmodem