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

Revision 521, 6.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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