source: projects/specs/trunk/x/xorg-x11-drv-dummy/xorg-x11-drv-dummy-vl.spec @ 7961

Revision 7961, 4.6 KB checked in by Takemikaduchi, 11 years ago (diff)

upgrade toolchain + xserver-1.14.4

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