Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d41d5a5bc8 |
4 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
mtdev-20100706.tar.bz2
|
mtdev-20100706.tar.bz2
|
||||||
|
mtdev-20100803.tar.bz2
|
||||||
|
|
|
||||||
2
commitid
2
commitid
|
|
@ -1 +1 @@
|
||||||
3557acb6a9eec0c0d752a1f3d783b5f50bc19e1b
|
e91311dc01f970b687da4f00810cf40d3d37a5e4
|
||||||
|
|
|
||||||
10
mtdev.spec
10
mtdev.spec
|
|
@ -1,9 +1,9 @@
|
||||||
%global tarball mtdev
|
%global tarball mtdev
|
||||||
%global gitdate 20100706
|
%global gitdate 20100803
|
||||||
|
|
||||||
Name: mtdev
|
Name: mtdev
|
||||||
Version: 1.0.1
|
Version: 1.0.8
|
||||||
Release: 2.%{?gitdate}%{?dist}
|
Release: 1.%{?gitdate}%{?dist}
|
||||||
Summary: Multitouch Protocol Translation Library
|
Summary: Multitouch Protocol Translation Library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
@ -64,8 +64,12 @@ rm -rf %{buildroot}
|
||||||
%{_includedir}/mtdev.h
|
%{_includedir}/mtdev.h
|
||||||
%{_libdir}/libmtdev.so
|
%{_libdir}/libmtdev.so
|
||||||
%{_libdir}/pkgconfig/mtdev.pc
|
%{_libdir}/pkgconfig/mtdev.pc
|
||||||
|
%{_bindir}/mtdev-test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 03 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.0.8-1.20100803
|
||||||
|
- Update to release 1.0.8
|
||||||
|
|
||||||
* Thu Jul 08 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.0.1-2.20100706
|
* Thu Jul 08 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.0.1-2.20100706
|
||||||
- Require util-macros >= 1.5
|
- Require util-macros >= 1.5
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
43e2da1eb20351624eccbe2b57c255f8 mtdev-20100706.tar.bz2
|
8f0e9634af7eec96a746a158a425b1dc mtdev-20100803.tar.bz2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue