Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 74bcf411bee0d6dbf37be231faedbd83 > files > 2

nullmodem-0.0.6-2.fc12.src.rpm

Name:           nullmodem
Version:        0.0.6
Release:        2%{?dist}
Summary:        A utility to loopback pseudo-terminals

Group:          Applications/Communications
License:        GPL+
URL:            http://www.ant.uni-bremen.de/whomes/rinas/nullmodem/
Source0:        http://www.ant.uni-bremen.de/whomes/rinas/%{name}/download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
nullmodem creates a virtual network of pseudo-terminals. It can be
used as an adapter to connect two programs that normally need serial
interface cards. 


%prep
%setup -q
# Convert to utf-8
for file in html/index.xml; do
    mv $file timestamp
    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
    touch -r timestamp $file
done


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"


%clean
rm -rf %{buildroot}


%files 
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO html/
%{_mandir}/man*/%{name}.1*
%{_bindir}/%{name}


%changelog
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Sat Apr 25 2009 Fabian Affolter <fabian@bernewireless.net> - 0.0.6-1
- Updated to new upstream version 0.0.6

* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Wed Jan 28 2009 Fabian Affolter <fabian@bernewireless.net> - 0.0.5-2
- Changed license

* Thu Jan 15 2009 Fabian Affolter <fabian@bernewireless.net> - 0.0.5-1
- Initial package for Fedora