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

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

updated X11 libs

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