source: projects/specs/trunk/lib/libX/libXcomposite/libXcomposite-vl.spec @ 7648

Revision 7648, 6.9 KB checked in by Takemikaduchi, 11 years ago (diff)

xserver-1.14.1

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