source: projects/specs/tags/6_0_REL/lib/libX/libXxf86dga/libXxf86dga-vl.spec @ 2203

Revision 2203, 5.1 KB checked in by Takemikaduchi, 14 years ago (diff)

update Xorg libraries and xserver, and rebuild driver

Line 
1Summary: X.Org X11 libXxf86dga runtime library
2Summary(ja): X.Org X11 libXxf86dga ランタイムライブラリ
3Name: libXxf86dga
4Version: 1.1.2
5Release: 1%{?_dist_release}
6License: MIT/X11
7Group: System Environment/Libraries
8URL: http://www.x.org
9
10Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires: pkgconfig
14BuildRequires: xorg-x11-proto-devel
15BuildRequires: libX11-devel
16BuildRequires: libXext-devel
17Obsoletes: XFree86-libs, XOrg-libs
18
19%description
20X.Org X11 libXxf86dga runtime library
21
22%package devel
23Summary: X.Org X11 libXxf86dga development package
24Summary(ja): X.Org X11 libXxf86dga 開発パッケージ
25Group: Development/Libraries
26Requires(pre): xorg-x11-filesystem
27Requires: %{name} = %{version}-%{release}
28Requires: xorg-x11-proto-devel
29Obsoletes: XFree86-devel, XOrg-devel
30
31%description devel
32X.Org X11 libXxf86dga development package
33
34%prep
35%setup -q
36
37%build
38%configure --disable-static
39make
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44make install DESTDIR=$RPM_BUILD_ROOT
45
46# We intentionally don't ship *.la files
47rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%post -p /sbin/ldconfig
53%postun -p /sbin/ldconfig
54
55%files
56%defattr(-,root,root,-)
57# FIXME: Some of these files are missing %doc AUTHORS COPYING README INSTALL ChangeLog
58%doc COPYING ChangeLog
59%{_libdir}/libXxf86dga.so.1
60%{_libdir}/libXxf86dga.so.1.*
61
62%files devel
63%defattr(-,root,root,-)
64%{_includedir}/X11/extensions/*.h
65%{_libdir}/libXxf86dga.so
66%{_libdir}/pkgconfig/xxf86dga.pc
67%{_mandir}/man3/*.3*
68
69%changelog
70* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
71- new upstream release
72
73* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-3
74- rebuild with rpm-4.8.1 for pkg-config file
75
76* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-2
77- add Xxf86dga.h/xf86dga1.h
78
79* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
80- new upstream release
81
82* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-2
83- spec in utf-8
84
85* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
86- new versioning policy
87
88* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
89- initial build for Vine Linux
90
91* Mon Dec 03 2007 Adam Jackson <ajax@redhat.com> 1.0.2-1
92- libXxf86dga 1.0.2
93
94* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.1-4
95- Rebuild for build id
96
97* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
98- rebuild
99
100* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
101- Added "Requires: xorg-x11-proto-devel" to devel package for xxf86dga.pc
102
103* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
104- Added "BuildRequires: pkgconfig" for (#193507)
105- Replace "makeinstall" with "make install DESTDIR=..." for (#192728)
106
107* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
108- Update to 1.0.1
109
110* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
111- bump again for double-long bug on ppc(64)
112
113* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
114- rebuilt for new gcc4.1 snapshot and glibc changes
115
116* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
117- Bumped and rebuilt
118
119* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
120- Updated libXxf86dga to version 1.0.0 from X11R7 RC4
121
122* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
123- Updated libXxf86dga to version 0.99.3 from X11R7 RC3
124- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
125  that /usr/lib/X11 and /usr/include/X11 pre-exist.
126- Removed 'x' suffix from manpage directories to match RC3 upstream.
127
128* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
129- rebuilt
130
131* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
132- Updated libXxf86dga to version 0.99.2 from X11R7 RC2
133- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
134- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
135
136
137* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
138- Updated libXxf86dga to version 0.99.1 from X11R7 RC1
139- Updated file manifest to find manpages in "man3x"
140
141* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
142- Renamed package to remove xorg-x11 from the name due to unanimous decision
143  between developers.
144- Use Fedora Extras style BuildRoot tag.
145- Disable static library creation by default.
146- Add missing defattr to devel subpackage
147- Add missing documentation files to doc macro
148
149* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
150- Renamed package to prepend "xorg-x11" to the name for consistency with
151  the rest of the X11R7 packages.
152- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
153  subpackage to ensure the devel package matches the installed shared libs.
154- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
155  allow applications to use implementation agnostic dependencies.
156- Added post/postun scripts which call ldconfig.
157- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
158  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
159
160* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
161- Initial build.
Note: See TracBrowser for help on using the repository browser.