source: projects/specs/trunk/lib/libX/libXaw/libXaw-vl.spec @ 6274

Revision 6274, 8.4 KB checked in by Takemikaduchi, 12 years ago (diff)

startup-notification,xorg-x11-drv-intel: rebuild with xcb-util-0.3.9
others: new upstream release

Line 
1Summary: X.Org X11 libXaw runtime library
2Summary(ja): X.Org X11 libXaw ランタイムライブラリ
3Name: libXaw
4Version: 1.0.11
5Release: 1%{?_dist_release}
6License: MIT/X11
7URL: http://www.x.org
8Group: System Environment/Libraries
9
10Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires: pkgconfig
14BuildRequires: xorg-x11-proto-devel
15BuildRequires: libX11-devel
16BuildRequires: libXt-devel
17BuildRequires: libXmu-devel
18BuildRequires: libXpm-devel
19BuildRequires: libXext-devel >= 1.1
20BuildRequires: ed
21
22Obsoletes: XFree86-libs, XOrg-libs
23
24Vendor: Project Vine
25Distribution: Vine Linux
26
27%description
28X.Org X11 libXaw runtime library
29
30%package compat
31Summary: X.Org X11 libXaw version 6 compatibility
32Group: System Environment/Libraries
33
34%description compat
35X.Org X11 libXaw version 6 compatibility
36
37%package devel
38Summary: X.Org X11 libXaw development package
39Group: Development/Libraries
40Requires(pre): xorg-x11-filesystem
41Requires: %{name} = %{version}-%{release}
42Requires: xorg-x11-proto-devel
43Requires: libXmu-devel
44Requires: libXt-devel
45Requires: libXpm-devel
46Obsoletes: XFree86-devel, XOrg-devel
47
48%description devel
49X.Org X11 libXaw development package
50
51%package compat-devel
52Summary: X.Org X11 libXaw-compat development package
53Group: Development/Libraries
54Requires(pre): xorg-x11-filesystem
55Requires: %{name}-compat = %{version}-%{release}
56Requires: xorg-x11-proto-devel
57Requires: libXmu-devel
58Requires: libXt-devel
59Requires: libXpm-devel
60Obsoletes: XFree86-devel, XOrg-devel
61
62%description compat-devel
63X.Org X11 libXaw-compat development package
64
65%prep
66%setup -q
67
68%build
69%configure --disable-static
70make %{?_smp_mflags}
71
72%install
73rm -rf $RPM_BUILD_ROOT
74
75make install DESTDIR=$RPM_BUILD_ROOT
76
77# We intentionally don't ship *.la files
78rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
79
80# remove xml and txt file
81rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
86%post -p /sbin/ldconfig
87%postun -p /sbin/ldconfig
88
89%files
90%defattr(-,root,root,-)
91%doc AUTHORS COPYING README ChangeLog
92%{_libdir}/libXaw.so.7
93%{_libdir}/libXaw7.so.7
94%{_libdir}/libXaw7.so.7.0.*
95
96%files compat
97%defattr(-,root,root,-)
98%{_libdir}/libXaw.so.6
99%{_libdir}/libXaw6.so.6
100%{_libdir}/libXaw6.so.6.0.1
101
102%files devel
103%defattr(-,root,root,-)
104%dir %{_includedir}/X11
105%dir %{_includedir}/X11/Xaw
106%doc COPYING
107%{_includedir}/X11/Xaw/*.h
108# FIXME:  Is this C file really supposed to be here?
109%{_includedir}/X11/Xaw/Template.c
110%{_libdir}/libXaw.so
111%{_libdir}/libXaw7.so
112%{_libdir}/pkgconfig/xaw7.pc
113#%dir %{_mandir}/man3x
114%{_mandir}/man3/*.3*
115
116%files compat-devel
117%defattr(-,root,root,-)
118%{_libdir}/libXaw6.so
119%{_libdir}/pkgconfig/xaw6.pc
120
121%changelog
122* Wed Jun 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.11-1
123- new upstream release
124
125* Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
126- new upstream release
127
128* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-2
129- create compat-devel sub package
130
131* Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
132- new upstream release
133
134* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
135- new upstream release
136
137* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2
138- rebuild with rpm-4.8.1 for pkg-config file
139
140* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-1
141- new upstream release
142- BR: libXext-devel >= 1.1
143
144* Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-1
145- new upstream release
146
147* Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
148- new upstream release
149- remove Xaw8
150
151* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
152- remove --disable-xaw8 to build libXaw.so.8
153
154* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
155- new versioning policy
156
157* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
158- initial build for Vine Linux
159
160* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
161- libXaw 1.0.4
162
163* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 1.0.2-10
164- Move Xaw6 to a compat package, nothing in the distro needs it.
165
166* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-9
167- Rebuild for build id
168
169* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-9
170- Don't install INSTALL
171
172* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-8.1
173- rebuild
174
175* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-8
176- Rebuild, brew doesn't pick up buildroot changes fast enough.
177
178* Wed Jun 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-7
179- Rebuild for libXt pkgconfig fixes.
180
181* Thu Jun 22 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-6
182- Added "Requires: libXpm-devel" to devel subpackage to attempt to fix
183  bug (#192040).
184
185* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5
186- Remove package ownership of mandir/libdir/etc.
187
188* Tue Jun 06 2006 Bill Nottingham <notting@redhat.com> 1.0.2-4
189- Add "BuildRequires: ed" to fix library sonames
190
191* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
192- Added "Requires: xorg-x11-proto-devel" to devel package to try to fix
193  indirect bug (#192040)
194
195* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
196- Added "BuildRequires: pkgconfig" for (#193423)
197- Replace "makeinstall" with "make install DESTDIR=..."
198- Added "BuildRequires: libXt-devel" for (#190169)
199
200* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
201- Update to 1.0.2
202
203* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
204- bump again for double-long bug on ppc(64)
205
206* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
207- rebuilt for new gcc4.1 snapshot and glibc changes
208
209* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
210- Updated libXaw to version 1.0.1 from X11R7.0
211
212* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
213- Updated libXaw to version 1.0.0 from X11R7 RC4
214
215* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
216- Updated libXaw to version 0.99.3 from X11R7 RC3
217- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
218  that /usr/lib/X11 and /usr/include/X11 pre-exist.
219- Removed 'x' suffix from manpage directories to match RC3 upstream.
220
221* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
222- rebuilt
223
224* Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
225- Added libXaw-0.99.2-bug-173027-libtool-sucks.patch to fix bug #173027,
226  added 'autoconf' invocation prior to configure, and conditionalized it
227  all with with_libtool_sucks_workaround macro.
228- Added _smp_mflags to make invocation.
229- Use *.h glob in file manifest instead of listing each header individually.
230
231* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
232- Updated libXaw to version 0.99.2 from X11R7 RC2
233
234* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
235- Updated libXaw to version 0.99.1 from X11R7 RC1
236- Update file manifest to find manpages in "man3x"
237- Added {_includedir}/X11/Xaw/Template.c to file manifest
238
239* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
240- Renamed package to remove xorg-x11 from the name due to unanimous decision
241  between developers.
242- Use Fedora Extras style BuildRoot tag.
243- Disable static library creation by default.
244- Add missing defattr to devel subpackage
245- Add missing documentation files to doc macro
246- Fix all "BuildRequires:" deps with s/xorg-x11-//g
247
248* Wed Aug 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
249- Added dependency on xorg-x11-libXmu-devel to devel subpackage, as libXaw
250  headers include libXmu headers directly which caused xkbutils to fail to
251  build.
252
253* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
254- Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
255  package names, as we want xorg-x11 libs to explicitly build against
256  X.Org supplied libs, rather than "any implementation", which is what the
257  virtual provides is intended for.
258
259* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
260- Renamed package to prepend "xorg-x11" to the name for consistency with
261  the rest of the X11R7 packages.
262- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
263  subpackage to ensure the devel package matches the installed shared libs.
264- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
265  allow applications to use implementation agnostic dependencies.
266- Added post/postun scripts which call ldconfig.
267- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
268  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
269
270* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
271- Initial build.
Note: See TracBrowser for help on using the repository browser.