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

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