source: projects/specs/trunk/lib/libX/libXres/libXres-vl.spec @ 8064

Revision 8064, 5.7 KB checked in by Takemikaduchi, 10 years ago (diff)

freetype2: fix pkgconfig
xserver: update to 1.14.5
others: new upstream release or rebuild

Line 
1Summary: X.Org X11 libXres runtime library
2Summary(ja): X.Org X11 libXres ランタイムライブラリ
3Name: libXres
4Version: 1.0.7
5Release: 2%{?_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: xorg-x11-util-macros
15BuildRequires: libX11-devel
16BuildRequires: libXext-devel
17Obsoletes: XFree86-libs, XOrg-libs
18
19Vendor: Project Vine
20Distribution: Vine Linux
21Packager: Takemikaduchi
22
23%description
24X.Org X11 libXres runtime library
25
26%package devel
27Summary: X.Org X11 libXres development package
28Summary(ja): X.Org X11 libXres 開発パッケージ
29Group: Development/Libraries
30Requires(pre): xorg-x11-filesystem
31Requires: %{name} = %{version}-%{release}
32Requires: xorg-x11-proto-devel
33Obsoletes: XFree86-devel, XOrg-devel
34
35%description devel
36X.Org X11 libXres development package
37
38%prep
39%setup -q
40
41# Disable static library creation by default.
42%define with_static 0
43
44%build
45%configure \
46%if ! %{with_static}
47        --disable-static
48%endif
49make
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54make install DESTDIR=$RPM_BUILD_ROOT
55
56# We intentionally don't ship *.la files
57rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
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%doc AUTHORS COPYING README ChangeLog
68%{_libdir}/libXRes.so.1
69%{_libdir}/libXRes.so.1.0.0
70
71%files devel
72%defattr(-,root,root,-)
73%dir %{_includedir}/X11
74%dir %{_includedir}/X11/extensions
75%{_includedir}/X11/extensions/XRes.h
76%if %{with_static}
77%{_libdir}/libXRes.a
78%endif
79%{_libdir}/libXRes.so
80%{_libdir}/pkgconfig/xres.pc
81#%dir %{_mandir}/man3x
82%{_mandir}/man3/*.3*
83
84%changelog
85* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2
86- rebuild with VineSeed environment
87
88* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
89- new upstream release
90  (including security fix for CVE-2013-1988)
91
92* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
93- new upstream release
94- add BuildRequires: xorg-x11-util-macros
95
96* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
97- new upstream release
98
99* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-2
100- rebuild with rpm-4.8.1 for pkg-config file
101
102* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
103- new upstream release
104
105* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-2
106- spec in utf-8
107
108* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
109- new versioning policy
110
111* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
112- initial build for Vine Linux
113
114* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.3-3
115- Rebuild for build id
116
117* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
118- Don't install INSTALL
119
120* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
121- Update to 1.0.3
122
123* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.2-1
124- Update to 1.0.2
125
126* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-3.1
127- rebuild
128
129* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
130- Added "Requires: xorg-x11-proto-devel" to devel package for xres.pc
131
132* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
133- Added "BuildRequires: pkgconfig" for (#193502)
134- Replace "makeinstall" with "make install DESTDIR=..." for (#192725)
135- Remove package ownership of mandir/libdir/etc.
136
137* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
138- Update to 1.0.1
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 libXres 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 libXres 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* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
162- Updated libXres to version 0.99.2 from X11R7 RC2
163- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
164- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
165
166* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
167- Updated libXres to version 0.99.1 from X11R7 RC1
168- Updated file manifest to find manpages in "man3x"
169
170* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
171- Renamed package to remove xorg-x11 from the name due to unanimous decision
172  between developers.
173- Use Fedora Extras style BuildRoot tag.
174- Disable static library creation by default.
175- Add missing defattr to devel subpackage
176- Add missing documentation files to doc macro
177
178* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
179- Renamed package to prepend "xorg-x11" to the name for consistency with
180  the rest of the X11R7 packages.
181- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
182  subpackage to ensure the devel package matches the installed shared libs.
183- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
184  allow applications to use implementation agnostic dependencies.
185- Added post/postun scripts which call ldconfig.
186- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
187  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
188
189* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
190- Initial build.
Note: See TracBrowser for help on using the repository browser.