source: projects/specs/trunk/x/xorg-x11-drv-neomagic/xorg-x11-drv-neomagic-vl.spec @ 7648

Revision 7648, 4.5 KB checked in by Takemikaduchi, 11 years ago (diff)

xserver-1.14.1

Line 
1%define tarball xf86-video-neomagic
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:   Xorg X11 neomagic video driver
6Summary(ja):   Xorg X11 neomagic ビデオドライバ
7Name:      xorg-x11-drv-neomagic
8Version:   1.2.7
9Release:   2%{?_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:   neomagic.xinf
17
18Patch0:         xf86-video-neomagic-1.2.7-remove-mibstore.patch
19
20## ExclusiveArch: %{ix86}
21
22BuildRequires: pkgconfig
23BuildRequires: xorg-x11-server-sdk >= 1.6
24
25Requires:  xorg-x11-server-Xorg
26
27%description
28X.Org X11 neomagic video driver.
29
30%prep
31%setup -q -n %{tarball}-%{version}
32%patch0 -p1 -b .mibstore
33
34%build
35%configure --disable-static --enable-xaa=no
36make
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41make install DESTDIR=$RPM_BUILD_ROOT
42
43mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
44install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
45
46# FIXME: Remove all libtool archives (*.la) from modules directory.  This
47# should be fixed in upstream Makefile.am or whatever.
48find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-,root,root,-)
55%{driverdir}/neomagic_drv.so
56%{_datadir}/hwdata/videoaliases/neomagic.xinf
57%{_mandir}/man4/neomagic.4*
58
59%changelog
60* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-2
61- rebuild with xserver-1.14.1
62- add Patch0 (xf86-video-neomagic-1.2.7-remove-mibstore.patch)
63
64* Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-1
65- new upstream release
66
67* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-1
68- new upstream release
69
70* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-4
71- rebuild with xserver-1.11.1.902
72
73* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-3
74- rebuild with xserver-1.10.0
75
76* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-2
77- rebuild with xserver-1.9.2
78
79* Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-1
80- new upstream release
81- remove ExclusiveArch: %{ix86}
82
83* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-2
84- rebuild with xserver-1.8rc
85
86* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-1
87- new upstream release
88
89* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
90- new upstream release
91
92* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
93- new upstream release
94
95* Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
96- initial build for Vine Linux
97
98* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.2.0-1
99- Latest upstream release
100
101* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 1.1.1-7
102- fixup neomagic pciaccess support
103
104* Wed Feb 27 2008 Dave Airlie <airlied@redhat.com> - 1.1.1-6
105- add pciaccess support
106
107* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.1-5
108- Autorebuild for GCC 4.3
109
110* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 1.1.1-4
111- Fix license.  Disown the module and driver dirs. (#226610)
112
113* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.1.1-3
114- Rebuild for build id
115
116* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.1.1-2.1
117- rebuild
118
119* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-2
120- Rebuild for 7.1 ABI fix.
121
122* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1
123- Update to 1.1.1 from 7.1RC1.
124
125* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.5-1.1
126- rebuilt for new gcc4.1 snapshot and glibc changes
127
128* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.0.5-1
129- Updated xorg-x11-drv-neomagic to version 1.0.0.5 from X11R7.0
130
131* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.4-1
132- Updated xorg-x11-drv-neomagic to version 1.0.0.4 from X11R7 RC4
133- Removed 'x' suffix from manpage dirs to match RC4 upstream.
134
135* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.2-1
136- Updated xorg-x11-drv-neomagic to version 1.0.0.2 from X11R7 RC2
137
138* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
139- Updated xorg-x11-drv-neomagic to version 1.0.0.1 from X11R7 RC1
140- Fix *.la file removal.
141
142* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
143- Update BuildRoot to use Fedora Packaging Guidelines.
144- Deglob file manifest.
145- Limit "ExclusiveArch" to x86
146
147* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
148- Initial spec file for neomagic video driver generated automatically
149  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.