source: projects/specs/tags/6_0_REL/lib/libF/libFS/libFS-vl.spec @ 2203

Revision 2203, 5.6 KB checked in by Takemikaduchi, 14 years ago (diff)

update Xorg libraries and xserver, and rebuild driver

Line 
1Summary: X.Org X11 libFS runtime library
2Summary(ja): X.Org X11 libFS ランタイムライブラリ
3Name: libFS
4Version: 1.0.3
5Release: 1%{?_dist_release}
6License: MIT/X11
7Group: System Environment/Libraries
8URL: http://www.x.org
9Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildRequires: pkgconfig
13BuildRequires: xorg-x11-proto-devel
14BuildRequires: xorg-x11-xtrans-devel
15Obsoletes: XFree86-libs, XOrg-libs
16
17%description
18X.Org X11 libFS runtime library
19
20%package devel
21Summary: X.Org X11 libFS development package
22Summary(ja): X.Org X11 libFS 開発パッケージ
23Group: Development/Libraries
24Requires(pre): xorg-x11-filesystem
25Requires: %{name} = %{version}-%{release}
26Requires: xorg-x11-proto-devel
27Obsoletes: XFree86-devel, XOrg-devel
28
29%description devel
30X.Org X11 libFS development package
31
32%prep
33%setup -q
34
35# Disable static library creation by default.
36%define with_static 0
37
38%build
39%configure \
40%if ! %{with_static}
41        --disable-static
42%endif
43make
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48make install DESTDIR=$RPM_BUILD_ROOT
49
50# We intentionally don't ship *.la files
51rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
52
53# remove xml and txt file
54rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post -p /sbin/ldconfig
60%postun -p /sbin/ldconfig
61
62%files
63%defattr(-,root,root,-)
64%doc COPYING README ChangeLog
65%{_libdir}/libFS.so.6
66%{_libdir}/libFS.so.6.0.0
67
68%files devel
69%defattr(-,root,root,-)
70%dir %{_includedir}/X11
71%dir %{_includedir}/X11/fonts
72%{_includedir}/X11/fonts/FSlib.h
73%if %{with_static}
74%{_libdir}/libFS.a
75%endif
76%{_libdir}/libFS.so
77%{_libdir}/pkgconfig/libfs.pc
78
79%changelog
80* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-1
81- new upstream release
82
83* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.2-2
84- rebuilt with rpm-4.8.1 for pkg-config
85
86* Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
87- new upstream release
88
89* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
90- new upstream release
91
92* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
93- new versioning policy
94
95* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-0vl1
96- initial build for Vine Linux
97
98* Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.0-6
99- Update xtrans dep and rebuild.
100
101* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.0.0-5
102- Rebuild for abstract socket support.
103
104* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.0-4
105- Rebuild for build id
106
107* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
108- Don't install INSTALL
109
110* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.1
111- rebuild
112
113* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
114- Added "Requires: xorg-x11-proto-devel" to devel package.
115- Remove package ownership of mandir/libdir/etc.
116
117* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
118- bump again for double-long bug on ppc(64)
119
120* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
121- rebuilt for new gcc4.1 snapshot and glibc changes
122
123* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
124- Bumped and rebuilt
125
126* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
127- Updated libFS to version 1.0.0 from X11R7 RC4
128
129* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
130- Updated libFS to version 0.99.3 from X11R7 RC3
131- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
132  that /usr/lib/X11 and /usr/include/X11 pre-exist.
133- Removed 'x' suffix from manpage directories to match RC3 upstream.
134
135* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
136- rebuilt
137
138* Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
139- Removed "Provides: {name}" that got left from old package naming.
140
141* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
142- Updated libFS to version 0.99.2 from X11R7 RC2
143- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
144- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
145
146* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-4
147- Remove CFLAGS -D_XOPEN_SOURCE hack to test if upstream now builds ok.
148
149* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
150- Add RPM_OPT_FLAGS to CFLAGS, as redefining CFLAGS lost the defaults
151
152* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
153- Invoke 'make' in build stage
154- Add -D_XOPEN_SOURCE to CFLAGS to work around build failure
155
156* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
157- Updated libFS to version 0.99.1 from X11R7 RC1
158
159* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
160- Added BuildRequires: pkgconfig
161
162* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
163- Renamed package to remove "xorg-x11" from the name due to unanimous decision
164  between developers.
165- Use Fedora Extras style BuildRoot tag.
166- Disable static library creation by default.
167- Add missing defattr to devel subpackage
168- Add missing documentation files to doc macro
169
170* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
171- Renamed package to prepend "xorg-x11" to the name for consistency with
172  the rest of the X11R7 packages.
173- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
174  subpackage to ensure the devel package matches the installed shared libs.
175- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
176  allow applications to use implementation agnostic dependencies.
177- Added post/postun scripts which call ldconfig.
178- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
179  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
180
181* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
182- Initial build.
Note: See TracBrowser for help on using the repository browser.