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

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

import VineSeed package specs

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