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

Revision 12185, 6.2 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

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