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

Revision 1886, 6.7 KB checked in by Takemikaduchi, 14 years ago (diff)

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