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

Revision 12185, 7.1 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

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