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

Revision 8064, 6.6 KB checked in by Takemikaduchi, 10 years ago (diff)

freetype2: fix pkgconfig
xserver: update to 1.14.5
others: new upstream release or rebuild

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