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

Revision 5808, 5.7 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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