source: projects/specs/branches/6/lib/libX/libXres/libXres-vl.spec @ 2203

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

update Xorg libraries and xserver, and rebuild driver

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