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

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