source: projects/specs/trunk/lib/libX/libXxf86dga/libXxf86dga-vl.spec @ 12185

Revision 12185, 5.6 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

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