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

Revision 1479, 6.6 KB checked in by inagaki, 14 years ago (diff)

updated: libpciaccess, libXext, libXcomposite, libXau, libXfont, libXdamage

libXrender, libX11, pixman, xorg-x11-util-macros

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.2
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* Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.2-1
112- new upstream release
113
114* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-1
115- new upstream release
116
117* Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.4.0-2
118- added compat32 package for x86_64 arch support
119
120* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-1
121- new versioning policy
122
123* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-0vl1
124- initial build for Vine Linux
125
126* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.4.0-3
127- Rebuild for PPC toolchain bug
128
129* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 0.4.0-2
130- Rebuild for RH #249435
131
132* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.4.0-1
133- libXcomposite 0.4.0
134
135* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 0.3.1-2
136- Don't install INSTALL
137
138* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 0.3.1-1
139- Update to 0.3.1
140
141* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 0.3-5.1
142- rebuild
143
144* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 0.3-5
145- Replace "makeinstall" with "make install DESTDIR=..."
146- Added "Requires: xorg-x11-proto-devel >= 7.0-10, libXfixes-devel to devel
147  subpackage needed by xcomposite.pc
148- Remove package ownership of mandir/libdir/etc.
149
150* Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 0.3-4
151- Bump for build in fc5-bling.
152
153* Fri Apr  7 2006 Adam Jackson <ajackson@redhat.com> 0.3-3
154- Note the necessary -proto-devel version in BuildRequires.
155
156* Fri Apr  7 2006 Adam Jackson <ajackson@redhat.com> 0.3-2
157- Rebuild to pick up new compositeproto headers.
158
159* Mon Apr  3 2006 Adam Jackson <ajackson@redhat.com> - 0.3-1
160- Update to 0.3 from upstream.
161
162* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.2.2.2-2.2
163- bump again for double-long bug on ppc(64)
164
165* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.2.2.2-2.1
166- rebuilt for new gcc4.1 snapshot and glibc changes
167
168* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 0.2.2.2-2
169- Bumped and rebuilt
170
171* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 0.2.2.2-1
172- Updated libXcomposite to version 0.2.2.2 from X11R7 RC4
173
174* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.2.2.1-1
175- Updated libXcomposite to version 0.2.2.1 from X11R7 RC3
176- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
177  that /usr/lib/X11 and /usr/include/X11 pre-exist.
178- Removed 'x' suffix from manpage directories to match RC3 upstream.
179
180* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
181- rebuilt
182
183* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.2.2-1
184- Updated libXcomposite to version 0.2.2 from X11R7 RC2
185- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
186- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
187
188* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.2.1-1
189- Updated libXcomposite to version 0.2.1 from X11R7 RC1
190
191* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.2.0-3
192- Renamed package to remove xorg-x11 from the name due to unanimous decision
193  between developers.
194- Use Fedora Extras style BuildRoot tag.
195- Disable static library creation by default.
196- Add missing defattr to devel subpackage
197- Add missing documentation files to doc macro
198
199* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.2.0-2
200- Renamed package to prepend "xorg-x11" to the name for consistency with
201  the rest of the X11R7 packages.
202- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
203  subpackage to ensure the devel package matches the installed shared libs.
204- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
205  allow applications to use implementation agnostic dependencies.
206- Added post/postun scripts which call ldconfig.
207- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
208  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
209
210* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.2.0-1
211- Initial build.
Note: See TracBrowser for help on using the repository browser.