source: projects/specs/branches/6/lib/libX/libXcomposite/libXcomposite-vl.spec @ 2203

Revision 2203, 6.7 KB checked in by Takemikaduchi, 13 years ago (diff)

update Xorg libraries and xserver, and rebuild driver

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.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: libX11-devel
18BuildRequires: libXext-devel
19BuildRequires: libXfixes-devel
20Obsoletes: XFree86-libs, XOrg-libs
21
22%description
23X.Org X11 libXcomposite runtime library
24
25%package devel
26Summary: X.Org X11 libXcomposite development package
27Summary(ja): X.Org X11 libXcomposite 開発パッケージ
28Group: Development/Libraries
29Requires(pre): xorg-x11-filesystem
30Requires: %{name} = %{version}-%{release}
31Requires: xorg-x11-proto-devel
32Requires: libXfixes-devel
33Obsoletes: XFree86-devel, XOrg-devel
34
35%description devel
36X.Org X11 libXcomposite development package
37
38# compat32
39%package -n compat32-%{name}
40Summary: X.Org X11 libXcomposite runtime library
41Summary(ja): X.Org X11 libXcomposite ランタイムライブラリ
42Group: System Environment/Libraries
43
44%description -n compat32-%{name}
45X.Org X11 libXcomposite runtime library
46
47%package -n compat32-%{name}-devel
48Summary: X.Org X11 libXcomposite development package
49Summary(ja): X.Org X11 libXcomposite 開発パッケージ
50Group: Development/Libraries
51Requires(pre): xorg-x11-filesystem
52Requires: compat32-%{name} = %{version}-%{release}
53Requires: %{name}-devel = %{version}-%{release}
54Requires: compat32-libXfixes-devel
55
56%description -n compat32-%{name}-devel
57X.Org X11 libXcomposite development package
58
59%prep
60%setup -q
61
62%build
63
64%configure --disable-static
65make
66
67%install
68
69rm -rf $RPM_BUILD_ROOT
70make install DESTDIR=$RPM_BUILD_ROOT
71rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%post -p /sbin/ldconfig
77%postun -p /sbin/ldconfig
78
79%post -n compat32-%{name} -p /sbin/ldconfig
80%postun -n compat32-%{name} -p /sbin/ldconfig
81
82%files
83%defattr(-,root,root,-)
84%doc AUTHORS COPYING README ChangeLog
85%{_libdir}/libXcomposite.so.1
86%{_libdir}/libXcomposite.so.1.0.*
87
88%files devel
89%defattr(-,root,root,-)
90%dir %{_includedir}/X11
91%dir %{_includedir}/X11/extensions
92%{_includedir}/X11/extensions/Xcomposite.h
93%{_libdir}/libXcomposite.so
94%{_libdir}/pkgconfig/xcomposite.pc
95%{_mandir}/man3/X?omposite*.3*
96
97# compat32
98%if %{build_compat32}
99%files -n compat32-%{name}
100%defattr(-,root,root,-)
101%{_libdir}/libXcomposite.so.1
102%{_libdir}/libXcomposite.so.1.0.*
103
104%files  -n compat32-%{name}-devel
105%defattr(-,root,root,-)
106%{_libdir}/libXcomposite.so
107%{_libdir}/pkgconfig/xcomposite.pc
108%endif
109
110%changelog
111* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
112- new upstream release
113
114* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-2
115- rebuild with rpm-4.8.1 for pkg-config file
116
117* Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.2-1
118- new upstream release
119
120* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-1
121- new upstream release
122
123* Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.4.0-2
124- added compat32 package for x86_64 arch support
125
126* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-1
127- new versioning policy
128
129* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-0vl1
130- initial build for Vine Linux
131
132* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.4.0-3
133- Rebuild for PPC toolchain bug
134
135* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 0.4.0-2
136- Rebuild for RH #249435
137
138* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.4.0-1
139- libXcomposite 0.4.0
140
141* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 0.3.1-2
142- Don't install INSTALL
143
144* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 0.3.1-1
145- Update to 0.3.1
146
147* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 0.3-5.1
148- rebuild
149
150* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 0.3-5
151- Replace "makeinstall" with "make install DESTDIR=..."
152- Added "Requires: xorg-x11-proto-devel >= 7.0-10, libXfixes-devel to devel
153  subpackage needed by xcomposite.pc
154- Remove package ownership of mandir/libdir/etc.
155
156* Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 0.3-4
157- Bump for build in fc5-bling.
158
159* Fri Apr  7 2006 Adam Jackson <ajackson@redhat.com> 0.3-3
160- Note the necessary -proto-devel version in BuildRequires.
161
162* Fri Apr  7 2006 Adam Jackson <ajackson@redhat.com> 0.3-2
163- Rebuild to pick up new compositeproto headers.
164
165* Mon Apr  3 2006 Adam Jackson <ajackson@redhat.com> - 0.3-1
166- Update to 0.3 from upstream.
167
168* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.2.2.2-2.2
169- bump again for double-long bug on ppc(64)
170
171* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.2.2.2-2.1
172- rebuilt for new gcc4.1 snapshot and glibc changes
173
174* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 0.2.2.2-2
175- Bumped and rebuilt
176
177* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 0.2.2.2-1
178- Updated libXcomposite to version 0.2.2.2 from X11R7 RC4
179
180* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.2.2.1-1
181- Updated libXcomposite to version 0.2.2.1 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* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
187- rebuilt
188
189* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.2.2-1
190- Updated libXcomposite to version 0.2.2 from X11R7 RC2
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.2.1-1
195- Updated libXcomposite to version 0.2.1 from X11R7 RC1
196
197* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.2.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.2.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.2.0-1
217- Initial build.
Note: See TracBrowser for help on using the repository browser.