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

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

xserver-1.18.3

Line 
1%define tarball xf86-video-apm
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir %{moduledir}/drivers
4
5Summary:   Xorg X11 apm video driver
6Summary(ja):   Xorg X11 apm ビデオドライバ
7Name:      xorg-x11-drv-apm
8Version:   1.2.5
9Release:   7%{?_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
16Source1:   apm.xinf
17
18Patch0:    xf86-video-apm-1.2.5-remove-mibstore.patch
19
20ExcludeArch: s390 s390x
21
22BuildRequires: xorg-x11-server-sdk >= 1.6
23
24Requires:  xorg-x11-server-Xorg
25Requires:  hwdata
26
27Vendor: Project Vine
28Distribution: Vine Linux
29
30%description
31X.Org X11 apm video driver.
32
33%prep
34
35%setup -q -n %{tarball}-%{version}
36%patch0 -p1 -b .mibstore
37
38%build
39%configure --disable-static --enable-xaa=no
40make
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45make install DESTDIR=$RPM_BUILD_ROOT
46
47mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
48install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
49
50# FIXME: Remove all libtool archives (*.la) from modules directory.  This
51# should be fixed in upstream Makefile.am or whatever.
52find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(-,root,root,-)
59%{driverdir}/apm_drv.so
60%{_datadir}/hwdata/videoaliases/apm.xinf
61%{_mandir}/man4/apm.4*
62
63%changelog
64* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-7
65- rebuild with xserver-1.18.3
66
67* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-6
68- rebuild with xserver-1.17.2
69
70* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-5
71- rebuild with xserver-1.16.2
72
73* Wed Jul 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-4
74- rebuild with xserver-1.15.2
75
76* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-3
77- rebuild with VineSeed environment
78
79* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-2
80- rebuild with xserver-1.14.1
81- add Patch0 (xf86-video-apm-1.2.5-remove-mibstore.patch)
82
83* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-1
84- new upstream release
85
86* Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-1
87- new upstream release
88- remove Patch0
89
90* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-5
91- rebuild with xserver-1.12.0
92- add Patch0 (xf86-video-apm-git20111219.patch)
93
94* Tue Nov 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-4
95- rebuild with xserver-1.11.1.902
96
97* Tue Mar 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-3
98- rebuild with xserver-1.10.0
99
100* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-2
101- rebuild with xserver-1.9.2
102
103* Tue Aug 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-1
104- new upstream release
105
106* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-2
107- rebuild with xserver-1.8rc
108
109* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
110- new upstream release
111
112* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
113- new upstream release
114
115* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-2
116- rebuild with xorg-server-1.4.99
117
118* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
119- initial build for Vine Linux
120
121* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.2.0-1
122- Upgrade to latest upstream release
123
124* Tue Mar 11 2008 Dave Airlie <airlied@redhat.com> 1.1.1-9
125- pciaccess conversion
126
127* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.1-8
128- Autorebuild for GCC 4.3
129
130* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.1.1-7
131- Rebuild for PPC toolchain bug
132
133* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.1-6
134- Update Requires and BuildRequires.
135
136* Sat May 26 2007 Adam Jackson <ajax@redhat.com> 1.1.1-5
137- Yet more merge review changes. (#226577)
138
139* Thu May 24 2007 Adam Jackson <ajax@redhat.com> 1.1.1-4
140- Merge review changes. (#226577)
141
142* Thu Feb 15 2007 Adam Jackson <ajax@redhat.com> 1.1.1-3
143- ExclusiveArch -> ExcludeArch
144
145* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
146- rebuild
147
148* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-2
149- Rebuild for 7.1 ABI fix.
150
151* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1
152- Update to 1.1.1 from 7.1RC1.
153
154* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1.5-1.1
155- rebuilt for new gcc4.1 snapshot and glibc changes
156
157* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1.5-1
158- Updated xorg-x11-drv-apm to version 1.0.1.5 from X11R7.0
159- Added apm.xinf videoalias file.
160
161* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.4-1
162- Updated xorg-x11-drv-apm to version 1.0.1.4 from X11R7 RC4
163- Removed 'x' suffix from manpage dirs to match RC4 upstream.
164
165* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.2-1
166- Updated xorg-x11-drv-apm to version 1.0.1.2 from X11R7 RC2
167
168* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.1-1
169- Updated xorg-x11-drv-apm to version 1.0.1.1 from X11R7 RC1
170- Fix *.la file removal.
171
172* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
173- Set "ExclusiveArch: %%{ix86}" to match what was shipped in previous OS
174  releases.
175
176* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
177- Initial spec file for apm video driver generated automatically
178  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.