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

Revision 4616, 8.2 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

Line 
1Summary: X.Org X11 libXaw runtime library
2Summary(ja): X.Org X11 libXaw ランタイムライブラリ
3Name: libXaw
4Version: 1.0.9
5Release: 2%{?_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* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-2
123- create compat-devel sub package
124
125* Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
126- new upstream release
127
128* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
129- new upstream release
130
131* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2
132- rebuild with rpm-4.8.1 for pkg-config file
133
134* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-1
135- new upstream release
136- BR: libXext-devel >= 1.1
137
138* Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-1
139- new upstream release
140
141* Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
142- new upstream release
143- remove Xaw8
144
145* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
146- remove --disable-xaw8 to build libXaw.so.8
147
148* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
149- new versioning policy
150
151* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
152- initial build for Vine Linux
153
154* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
155- libXaw 1.0.4
156
157* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 1.0.2-10
158- Move Xaw6 to a compat package, nothing in the distro needs it.
159
160* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-9
161- Rebuild for build id
162
163* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-9
164- Don't install INSTALL
165
166* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-8.1
167- rebuild
168
169* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-8
170- Rebuild, brew doesn't pick up buildroot changes fast enough.
171
172* Wed Jun 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-7
173- Rebuild for libXt pkgconfig fixes.
174
175* Thu Jun 22 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-6
176- Added "Requires: libXpm-devel" to devel subpackage to attempt to fix
177  bug (#192040).
178
179* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5
180- Remove package ownership of mandir/libdir/etc.
181
182* Tue Jun 06 2006 Bill Nottingham <notting@redhat.com> 1.0.2-4
183- Add "BuildRequires: ed" to fix library sonames
184
185* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
186- Added "Requires: xorg-x11-proto-devel" to devel package to try to fix
187  indirect bug (#192040)
188
189* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
190- Added "BuildRequires: pkgconfig" for (#193423)
191- Replace "makeinstall" with "make install DESTDIR=..."
192- Added "BuildRequires: libXt-devel" for (#190169)
193
194* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
195- Update to 1.0.2
196
197* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
198- bump again for double-long bug on ppc(64)
199
200* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
201- rebuilt for new gcc4.1 snapshot and glibc changes
202
203* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
204- Updated libXaw to version 1.0.1 from X11R7.0
205
206* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
207- Updated libXaw to version 1.0.0 from X11R7 RC4
208
209* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
210- Updated libXaw to version 0.99.3 from X11R7 RC3
211- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
212  that /usr/lib/X11 and /usr/include/X11 pre-exist.
213- Removed 'x' suffix from manpage directories to match RC3 upstream.
214
215* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
216- rebuilt
217
218* Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
219- Added libXaw-0.99.2-bug-173027-libtool-sucks.patch to fix bug #173027,
220  added 'autoconf' invocation prior to configure, and conditionalized it
221  all with with_libtool_sucks_workaround macro.
222- Added _smp_mflags to make invocation.
223- Use *.h glob in file manifest instead of listing each header individually.
224
225* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
226- Updated libXaw to version 0.99.2 from X11R7 RC2
227
228* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
229- Updated libXaw to version 0.99.1 from X11R7 RC1
230- Update file manifest to find manpages in "man3x"
231- Added {_includedir}/X11/Xaw/Template.c to file manifest
232
233* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
234- Renamed package to remove xorg-x11 from the name due to unanimous decision
235  between developers.
236- Use Fedora Extras style BuildRoot tag.
237- Disable static library creation by default.
238- Add missing defattr to devel subpackage
239- Add missing documentation files to doc macro
240- Fix all "BuildRequires:" deps with s/xorg-x11-//g
241
242* Wed Aug 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
243- Added dependency on xorg-x11-libXmu-devel to devel subpackage, as libXaw
244  headers include libXmu headers directly which caused xkbutils to fail to
245  build.
246
247* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
248- Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
249  package names, as we want xorg-x11 libs to explicitly build against
250  X.Org supplied libs, rather than "any implementation", which is what the
251  virtual provides is intended for.
252
253* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
254- Renamed package to prepend "xorg-x11" to the name for consistency with
255  the rest of the X11R7 packages.
256- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
257  subpackage to ensure the devel package matches the installed shared libs.
258- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
259  allow applications to use implementation agnostic dependencies.
260- Added post/postun scripts which call ldconfig.
261- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
262  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
263
264* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
265- Initial build.
Note: See TracBrowser for help on using the repository browser.