source: projects/specs/trunk/x/xorg-x11-drv-joystick/xorg-x11-drv-joystick-vl.spec @ 10229

Revision 10229, 3.0 KB checked in by Takemikaduchi, 8 years ago (diff)

xserver-1.18.3

Line 
1%define tarball xf86-input-joystick
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/input
4
5Summary:   Xorg X11 joystick input driver
6Summary(ja):   Xorg X11 joystick 入力ドライバ
7Name:      xorg-x11-drv-joystick
8Version:   1.6.2
9Release:   6%{?_dist_release}
10URL:       http://www.x.org
11License:   MIT
12Group:     User Interface/X Hardware Support
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14
15Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
16
17ExcludeArch: s390 s390x
18
19BuildRequires: xorg-x11-server-sdk >= 1.6
20BuildRequires: xorg-x11-proto-devel >= 7.2-10
21
22Requires: xorg-x11-server-Xorg
23
24Vendor: Project Vine
25Distribution: Vine Linux
26
27%description
28X.Org X11 joystick input driver.
29
30
31%package devel
32Summary:        Development Package for Xorg X11 joystick input driver
33Summary(ja):    Xorg X11 joystick 入力ドライバの開発パッケージ
34Group:          Development/System
35Requires:       %{name} = %{version}-%{release}
36
37%description devel
38Development Package for Xorg X11 joystick input driver
39
40
41
42%prep
43%setup -q -n %{tarball}-%{version}
44
45%build
46%configure --disable-static
47make
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52make install DESTDIR=$RPM_BUILD_ROOT
53
54# FIXME: Remove all libtool archives (*.la) from modules directory.  This
55# should be fixed in upstream Makefile.am or whatever.
56find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(-,root,root,-)
63%{driverdir}/joystick_drv.so
64%{_mandir}/man4/joystick.4*
65
66%files devel
67%defattr(-,root,root,-)
68%{_includedir}/xorg/joystick-properties.h
69%{_libdir}/pkgconfig/xorg-joystick.pc
70
71
72%changelog
73* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-6
74- rebuild with xserver-1.18.3
75
76* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-5
77- rebuild with xserver-1.17.2
78
79* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-4
80- rebuild with xserver-1.16.2
81
82* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-3
83- rebuild with xserver-1.15.2
84
85* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
86- rebuild with VineSeed environment
87
88* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
89- new upstream release
90
91* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
92- new upstream release
93
94* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
95- rebuild with xserver-1.11.1.902
96
97* Sat May 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
98- new upstream release
99- delete Patch0
100
101* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-5
102- rebuild with xserver-1.10.0
103- add Patch0 (xf86-input-joystick_git20101216.patch)
104
105* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-4
106- rebuild with xserver-1.9.2
107
108* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-3
109- rebuild with rpm-4.8.1 for pkg-config file
110
111* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-2
112- rebuild with xserver-1.8rc
113
114* Sun Mar 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-1
115- Initial build for Vine Linux
116
Note: See TracBrowser for help on using the repository browser.