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

Revision 8064, 7.5 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 libXrandr runtime library
4Summary(ja): X.Org X11 libXrandr ランタイムライブラリ
5Name: libXrandr
6Version: 1.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 >= 7.4-5
17BuildRequires: libX11-devel
18BuildRequires: libXext-devel
19BuildRequires: libXrender-devel
20Obsoletes: XFree86-libs, XOrg-libs
21
22Vendor: Project Vine
23Distribution: Vine Linux
24Packager: Takemikaduchi
25
26%description
27X.Org X11 libXrandr runtime library
28
29%package devel
30Summary: X.Org X11 libXrandr development package
31Summary(ja): X.Org X11 libXrandr 開発パッケージ
32Group: Development/Libraries
33Requires(pre): xorg-x11-filesystem
34Requires: %{name} = %{version}-%{release}
35Requires: xorg-x11-proto-devel
36Requires: libXrender-devel
37Obsoletes: XFree86-devel, XOrg-devel
38
39%description devel
40X.Org X11 libXrandr development package
41
42# compat32
43%package -n compat32-%{name}
44Summary: X.Org X11 libXrandr runtime library
45Summary(ja): X.Org X11 libXrandr ランタイムライブラリ
46Group: System Environment/Libraries
47
48%description -n compat32-%{name}
49X.Org X11 libXrandr runtime library
50
51%package -n compat32-%{name}-devel
52Summary: X.Org X11 libXrandr development package
53Summary(ja): X.Org X11 libXrandr 開発パッケージ
54Group: Development/Libraries
55Requires(pre): xorg-x11-filesystem
56Requires: compat32-%{name} = %{version}-%{release}
57Requires: %{name}-devel = %{version}-%{release}
58
59%description -n compat32-%{name}-devel
60X.Org X11 libXrandr development package
61
62%prep
63%setup -q
64
65%build
66%configure  --disable-static
67make
68
69%install
70rm -rf $RPM_BUILD_ROOT
71
72make install DESTDIR=$RPM_BUILD_ROOT
73
74# We intentionally don't ship *.la files
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%doc AUTHORS COPYING README ChangeLog
89%{_libdir}/libXrandr.so.*
90
91%files devel
92%defattr(-,root,root,-)
93%dir %{_includedir}/X11
94%dir %{_includedir}/X11/extensions
95%{_includedir}/X11/extensions/Xrandr.h
96%{_libdir}/libXrandr.so
97%{_libdir}/pkgconfig/xrandr.pc
98%{_mandir}/man3/*.3*
99
100# compat32
101%if %{build_compat32}
102%files -n compat32-%{name}
103%defattr(-,root,root,-)
104%{_libdir}/libXrandr.so.*
105
106%files -n compat32-%{name}-devel
107%defattr(-,root,root,-)
108%dir %{_includedir}/X11
109%dir %{_includedir}/X11/extensions
110%{_includedir}/X11/extensions/Xrandr.h
111%{_libdir}/libXrandr.so
112%endif
113
114%changelog
115* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-2
116- rebuild with VineSeed environment
117
118* Mon Sep 23 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
119- new upstream release
120
121* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
122- new upstream release
123  (including security fix for CVE-2013-1986)
124
125* Sun Aug 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
126- new upstream release
127
128* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-1
129- new upstream release
130
131* Sun Dec 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.1-2
132- add Requires: libXrender-devel (devel package)
133
134* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.1-1
135- new upstream release
136
137* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.0-3
138- rebuild with rpm-4.8.1 for pkg-config file
139
140* Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.3.0-2
141- added compat32 package for x86_64 arch support
142
143* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
144- new upstream release
145
146* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-1
147- new upstream release
148
149* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
150- new versioning policy
151
152* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl1
153- initial build for Vine Linux
154
155* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1
156- libXrandr 1.2.2
157
158* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.2.0-5
159- Rebuild for build id
160
161* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.2.0-4
162- Don't install INSTALL
163
164* Thu Apr 12 2007 Adam Jackson <ajax@redhat.com> 1.2.0-3
165- BuildRequire on the randrproto virtual instead of a magic x-x-p-d version.
166- Fix -devel package to require sufficiently new randrproto.
167
168* Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 1.2.0-2
169- libXrandr-1.2.0-appease-cee-plus-plus.patch: don't use C++ keywords as
170  function argument names.
171
172* Wed Feb 21 2007 Adam Jackson <ajax@redhat.com> 1.2.0-1
173- libXrandr 1.2.0
174
175* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.1.1-2.1
176- Update to 1.1.2
177
178* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.1.1-3.1
179- rebuild
180
181* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-3
182- Added "Requires: xorg-x11-proto-devel" to devel pkg for xrandr.pc
183
184* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-2
185- Added "BuildRequires: pkgconfig" for (#193428)
186- Replace "makeinstall" with "make install DESTDIR=..." for (#192724)
187- Remove package ownership of mandir/libdir/etc.
188
189* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1
190- Update to 1.1.1
191
192* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.1.0.2-2.2
193- bump again for double-long bug on ppc(64)
194
195* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.0.2-2.1
196- rebuilt for new gcc4.1 snapshot and glibc changes
197
198* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.1.0.2-2
199- Bumped and rebuilt
200
201* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.2-1
202- Updated libXrandr to version 1.1.0.2 from X11R7 RC4
203
204* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 1.1.0.1-1
205- Updated libXrandr to version 1.1.0.1 from X11R7 RC3
206- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
207  that /usr/lib/X11 and /usr/include/X11 pre-exist.
208- Removed 'x' suffix from manpage directories to match RC3 upstream.
209
210* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
211- rebuilt
212
213* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
214- Updated libXrandr to version 0.99.2 from X11R7 RC2
215- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
216- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
217
218
219* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
220- Updated libXrandr to version 0.99.1 from X11R7 RC1
221- Updated file manifest to find manpages in "man3x"
222
223* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
224- Renamed package to remove xorg-x11 from the name due to unanimous decision
225  between developers.
226- Use Fedora Extras style BuildRoot tag.
227- Disable static library creation by default.
228- Add missing defattr to devel subpackage
229- Add missing documentation files to doc macro
230
231* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
232- Renamed package to prepend "xorg-x11" to the name for consistency with
233  the rest of the X11R7 packages.
234- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
235  subpackage to ensure the devel package matches the installed shared libs.
236- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
237  allow applications to use implementation agnostic dependencies.
238- Added post/postun scripts which call ldconfig.
239- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
240  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
241
242* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
243- Initial build.
Note: See TracBrowser for help on using the repository browser.