rpms/evtest/devel evtest.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Hutterer whot at fedoraproject.org
Mon Oct 26 23:13:53 UTC 2009


Author: whot

Update of /cvs/pkgs/rpms/evtest/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23117/devel

Modified Files:
	.cvsignore sources 
Added Files:
	evtest.spec import.log 
Log Message:
Initial import (#530233).


--- NEW FILE evtest.spec ---
Name:           evtest
Version:        1.23
Release:        1%{?dist}
Summary:        Event device test program

Group:          Development/Tools
License:        GPLv2+
URL:            http://cgit.freedesktop.org/~whot/evtest/
Source0:        http://cgit.freedesktop.org/~whot/%{name}/snapshot/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  automake

%description
%{name} is a simple utility to query information about input devices 
and watch the event stream generated by input devices.

%prep
%setup -q

%build
autoreconf -v --install || exit 1
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%doc COPYING
%{_mandir}/man1/evtest.1*

%changelog
* Wed Oct 21 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.23-1
- Initial package


--- NEW FILE import.log ---
evtest-1_23-1_fc12:HEAD:evtest-1.23-1.fc12.src.rpm:1256598742


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evtest/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Oct 2009 20:16:04 -0000	1.1
+++ .cvsignore	26 Oct 2009 23:13:53 -0000	1.2
@@ -0,0 +1 @@
+evtest-1.23.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evtest/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Oct 2009 20:16:04 -0000	1.1
+++ sources	26 Oct 2009 23:13:53 -0000	1.2
@@ -0,0 +1 @@
+6cc165aa2ffe8a9f6dd8419f43a8ca87  evtest-1.23.tar.bz2




More information about the fedora-extras-commits mailing list