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

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