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

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

updated X11 libs

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Summary: X.Org X11 libXxf86vm runtime library
4Summary(ja): X.Org X11 libXxf86vm ランタイムライブラリ
5Name: libXxf86vm
6Version: 1.1.4
7Release: 2%{?_dist_release}
8License: MIT/X11
9Group: System Environment/Libraries
10URL: http://www.x.org
11
12Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildRequires: pkgconfig
16BuildRequires: xorg-x11-proto-devel
17BuildRequires: xorg-x11-util-macros
18BuildRequires: libX11-devel
19BuildRequires: libXext-devel
20Obsoletes: XFree86-libs, XOrg-libs
21
22Vendor: Project Vine
23Distribution: Vine Linux
24
25%description
26X.Org X11 libXxf86vm runtime library
27
28%package devel
29Summary: X.Org X11 libXxf86vm development package
30Summary(ja): X.Org X11 libXxf86vm 開発パッケージ
31Group: Development/Libraries
32Requires(pre): xorg-x11-filesystem
33Requires: %{name} = %{version}-%{release}
34Requires: xorg-x11-proto-devel
35Obsoletes: XFree86-devel, XOrg-devel
36
37%description devel
38X.Org X11 libXxf86vm development package
39
40# compat32
41%package -n compat32-%{name}
42Summary: X.Org X11 libXxf86vm runtime library
43Summary(ja): X.Org X11 libXxf86vm ランタイムライブラリ
44Group: System Environment/Libraries
45Requires: %{name} = %{version}-%{release}
46
47%description -n compat32-%{name}
48X.Org X11 libXxf86vm runtime library
49
50%package -n compat32-%{name}-devel
51Summary: X.Org X11 libXxf86vm development package
52Summary(ja): X.Org X11 libXxf86vm 開発パッケージ
53Group: Development/Libraries
54Requires(pre): xorg-x11-filesystem
55Requires: compat32-%{name} = %{version}-%{release}
56Requires: %{name}-devel = %{version}-%{release}
57
58%description -n compat32-%{name}-devel
59X.Org X11 libXxf86vm development package
60
61%prep
62%setup -q
63
64# Disable static library creation by default.
65%define with_static 0
66
67%build
68%configure \
69%if ! %{with_static}
70        --disable-static
71%endif
72make
73
74%install
75rm -rf $RPM_BUILD_ROOT
76
77make install DESTDIR=$RPM_BUILD_ROOT
78
79# We intentionally don't ship *.la files
80rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
81
82%clean
83rm -rf $RPM_BUILD_ROOT
84
85%post -p /sbin/ldconfig
86%postun -p /sbin/ldconfig
87
88%post -n compat32-%{name} -p /sbin/ldconfig
89%postun -n compat32-%{name} -p /sbin/ldconfig
90
91%files
92%defattr(-,root,root,-)
93# FIXME: missing some of these files %doc AUTHORS COPYING README INSTALL ChangeLog
94%license COPYING
95%doc ChangeLog
96%{_libdir}/libXxf86vm.so.1
97%{_libdir}/libXxf86vm.so.1.*
98
99%files devel
100%defattr(-,root,root,-)
101%{_includedir}/X11/extensions/*.h
102%if %{with_static}
103%{_libdir}/libXxf86vm.a
104%endif
105%{_libdir}/libXxf86vm.so
106%{_libdir}/pkgconfig/xxf86vm.pc
107%{_mandir}/man3/*.3*
108
109# compat32
110%if %{build_compat32}
111%files -n compat32-%{name}
112%defattr(-,root,root,-)
113%{_libdir}/libXxf86vm.so.1
114%{_libdir}/libXxf86vm.so.1.*
115
116%files -n compat32-%{name}-devel
117%defattr(-,root,root,-)
118%if %{with_static}
119%{_libdir}/libXxf86vm.a
120%endif
121%{_libdir}/libXxf86vm.so
122%endif
123
124%changelog
125* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.4-2
126- rebuilt with current environment.
127
128* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.4-1
129- new upstream release
130
131* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-2
132- rebuild with VineSeed environment
133
134* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-1
135- new upstream release
136  (including security fix for CVE-2013-2001)
137
138* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
139- new upstream release
140- add BuildRequires: xorg-x11-util-macros
141
142* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
143- new upstream release
144
145* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-3
146- rebuild with rpm-4.8.1 for pkg-config file
147
148* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-2
149- add xf86vmode.h
150
151* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
152- new upstream release
153
154* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.2-2
155- added compat32 package for x86_64 arch support
156
157* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
158- new upstream release
159
160* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
161- new versioning policy
162
163* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
164- initial build for Vine Linux
165
166* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.1-4
167- Rebuild for build id
168
169* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
170- rebuild
171
172* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
173- Added "Requires: xorg-x11-proto-devel"
174- Remove package ownership of mandir/libdir/etc.
175
176* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
177- Added "BuildRequires: pkgconfig" for (#193509)
178- Use "make install DESTDIR=..." instead of makeinstall macro, to fix (#192731)
179
180* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
181- Update to 1.0.1
182
183* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
184- bump again for double-long bug on ppc(64)
185
186* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
187- rebuilt for new gcc4.1 snapshot and glibc changes
188
189* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
190- Bumped and rebuilt
191
192* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
193- Updated libXxf86vm to version 1.0.0 from X11R7 RC4
194
195* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
196- Updated libXxf86vm to version 0.99.2 from X11R7 RC3
197- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
198  that /usr/lib/X11 and /usr/include/X11 pre-exist.
199- Removed 'x' suffix from manpage directories to match RC3 upstream.
200
201* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
202- rebuilt
203
204* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
205- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
206- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
207
208* Tue Nov 01 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
209- Bump release and rebuild to satiate beehive wonkiness.
210
211* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
212- Updated libXxf86vm to version 0.99.1 from X11R7 RC1
213- Updated file manifest to find manpages in "man3x"
214
215* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
216- Renamed package to remove xorg-x11 from the name due to unanimous decision
217  between developers.
218- Use Fedora Extras style BuildRoot tag.
219- Disable static library creation by default.
220- Add missing defattr to devel subpackage
221- Add missing documentation files to doc macro
222
223* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
224- Renamed package to prepend "xorg-x11" to the name for consistency with
225  the rest of the X11R7 packages.
226- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
227  subpackage to ensure the devel package matches the installed shared libs.
228- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
229  allow applications to use implementation agnostic dependencies.
230- Added post/postun scripts which call ldconfig.
231- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
232  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
233
234* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
235- Initial build.
Note: See TracBrowser for help on using the repository browser.