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

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

import VineSeed package specs

Line 
1Summary: X.Org X11 libFS runtime library
2Summary(ja): X.Org X11 libFS ランタイムライブラリ
3Name: libFS
4Version: 1.0.2
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%clean
54rm -rf $RPM_BUILD_ROOT
55
56%post -p /sbin/ldconfig
57%postun -p /sbin/ldconfig
58
59%files
60%defattr(-,root,root,-)
61%doc AUTHORS COPYING README ChangeLog
62%{_libdir}/libFS.so.6
63%{_libdir}/libFS.so.6.0.0
64
65%files devel
66%defattr(-,root,root,-)
67%dir %{_includedir}/X11
68%dir %{_includedir}/X11/fonts
69%{_includedir}/X11/fonts/FSlib.h
70%if %{with_static}
71%{_libdir}/libFS.a
72%endif
73%{_libdir}/libFS.so
74%{_libdir}/pkgconfig/libfs.pc
75
76%changelog
77* Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
78- new upstream release
79
80* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
81- new upstream release
82
83* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
84- new versioning policy
85
86* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-0vl1
87- initial build for Vine Linux
88
89* Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.0-6
90- Update xtrans dep and rebuild.
91
92* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.0.0-5
93- Rebuild for abstract socket support.
94
95* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.0-4
96- Rebuild for build id
97
98* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
99- Don't install INSTALL
100
101* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.1
102- rebuild
103
104* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
105- Added "Requires: xorg-x11-proto-devel" to devel package.
106- Remove package ownership of mandir/libdir/etc.
107
108* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
109- bump again for double-long bug on ppc(64)
110
111* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
112- rebuilt for new gcc4.1 snapshot and glibc changes
113
114* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
115- Bumped and rebuilt
116
117* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
118- Updated libFS to version 1.0.0 from X11R7 RC4
119
120* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
121- Updated libFS to version 0.99.3 from X11R7 RC3
122- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
123  that /usr/lib/X11 and /usr/include/X11 pre-exist.
124- Removed 'x' suffix from manpage directories to match RC3 upstream.
125
126* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
127- rebuilt
128
129* Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
130- Removed "Provides: {name}" that got left from old package naming.
131
132* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
133- Updated libFS to version 0.99.2 from X11R7 RC2
134- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
135- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
136
137* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-4
138- Remove CFLAGS -D_XOPEN_SOURCE hack to test if upstream now builds ok.
139
140* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
141- Add RPM_OPT_FLAGS to CFLAGS, as redefining CFLAGS lost the defaults
142
143* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
144- Invoke 'make' in build stage
145- Add -D_XOPEN_SOURCE to CFLAGS to work around build failure
146
147* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
148- Updated libFS to version 0.99.1 from X11R7 RC1
149
150* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
151- Added BuildRequires: pkgconfig
152
153* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
154- Renamed package to remove "xorg-x11" from the name due to unanimous decision
155  between developers.
156- Use Fedora Extras style BuildRoot tag.
157- Disable static library creation by default.
158- Add missing defattr to devel subpackage
159- Add missing documentation files to doc macro
160
161* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
162- Renamed package to prepend "xorg-x11" to the name for consistency with
163  the rest of the X11R7 packages.
164- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
165  subpackage to ensure the devel package matches the installed shared libs.
166- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
167  allow applications to use implementation agnostic dependencies.
168- Added post/postun scripts which call ldconfig.
169- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
170  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
171
172* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
173- Initial build.
Note: See TracBrowser for help on using the repository browser.