rpms/vttest/F-9 vttest.spec,NONE,1.1 sources,1.1,1.2

Sindre Pedersen Bjørdal sindrepb at fedoraproject.org
Mon Sep 1 18:10:49 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/vttest/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25634

Modified Files:
	sources 
Added Files:
	vttest.spec 
Log Message:
add files to branch


--- NEW FILE vttest.spec ---
Name:           vttest
Version:        20071216
Release:        3%{?dist}
Summary:        Test the compatibility of so-called "VT100-compatible" terminals

Group:          Applications/System
License:        MIT
URL:            http://invisible-island.net/vttest/vttest.html
Source0:        ftp://invisible-island.net/vttest/vttest-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:  
#Requires:       

%description
vttest is a program to test the compatibility (or to demonstrate the
non-compatibility) of so-called "VT100-compatible" terminals. 

%prep
%setup -q

#fix character encoding
for f in README; do
        iconv -f ISO-8859-15 -t UTF-8 $f > ${f}.tmp && \
                mv -f ${f}.tmp ${f} || \
                rm -f ${f}.tmp
done


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc BUGS CHANGES COPYING MANIFEST README
%{_bindir}/*
%{_mandir}/man?/*

%changelog
* Mon Aug 11 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 20071216-3
- Updated source url

* Sun Aug 10 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 20071216-2
- Updated prep for consistency
- License changed to MIT

* Mon Aug 04 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 20071216-1
- Initial build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vttest/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Aug 2008 18:01:15 -0000	1.1
+++ sources	1 Sep 2008 18:10:19 -0000	1.2
@@ -0,0 +1 @@
+490cebc85e531c833dcf14c32790184b  vttest-20071216.tgz




More information about the fedora-extras-commits mailing list