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

Revision 7707, 6.5 KB checked in by Takemikaduchi, 11 years ago (diff)

security fix

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