source: projects/specs/trunk/lib/libF/libFS/libFS-vl.spec @ 8381

Revision 8381, 6.1 KB checked in by Takemikaduchi, 10 years ago (diff)

xserver-1.14.6

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