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

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

updated X11 libs

RevLine 
[521]1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Summary: X.Org X11 libXdamage runtime library
4Summary(ja): X.Org X11 libXdamage ランタイムライブラリ
5Name: libXdamage
[12185]6Version: 1.1.5
7Release: 1%{?_dist_release}
[521]8License: MIT
9Group: System Environment/Libraries
10URL: http://www.x.org
11
12Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildRequires: pkgconfig
16BuildRequires: libX11-devel
[7648]17BuildRequires: xorg-x11-util-macros
[521]18BuildRequires: xorg-x11-proto-devel
19BuildRequires: libXfixes-devel
20Obsoletes: XFree86-libs, XOrg-libs
21
[8064]22Vendor: Project Vine
23Distribution: Vine Linux
24
[521]25%description
26X.Org X11 libXdamage runtime library
27
28%package devel
29Summary: X.Org X11 libXdamage development package
30Summary(ja): X.Org X11 libXdamage 開発パッケージ
31Group: Development/Libraries
32Requires(pre): xorg-x11-filesystem
33Requires: %{name} = %{version}-%{release}
34Requires: xorg-x11-proto-devel
35Requires: libXfixes-devel
36Obsoletes: XFree86-devel, XOrg-devel
37
38%description devel
39X.Org X11 libXdamage development package
40
41# compat32
42%package -n compat32-%{name}
43Summary: X.Org X11 libXdamage runtime library
44Summary(ja): X.Org X11 libXdamage ランタイムライブラリ
45Group: System Environment/Libraries
46
47%description -n compat32-%{name}
48X.Org X11 libXdamage runtime library
49
50%package -n compat32-%{name}-devel
51Summary: X.Org X11 libXdamage development package
52Summary(ja): X.Org X11 libXdamage 開発パッケージ
53Group: Development/Libraries
54Requires(pre): xorg-x11-filesystem
55Requires: compat32-%{name} = %{version}-%{release}
56Requires: %{name}-devel = %{version}-%{release}
57Requires: compat32-libXfixes-devel
58
59%description -n compat32-%{name}-devel
60X.Org X11 libXdamage development package
61
62%prep
63%setup -q
64
65%build
66%configure --disable-static
67make
68
69%install
70rm -rf $RPM_BUILD_ROOT
71
72make install DESTDIR=$RPM_BUILD_ROOT
73
74# We intentionally don't ship *.la files
75rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%post -p /sbin/ldconfig
81%postun -p /sbin/ldconfig
82
83%post -n compat32-%{name} -p /sbin/ldconfig
84%postun -n compat32-%{name} -p /sbin/ldconfig
85
86%files
87%defattr(-,root,root,-)
[12185]88%license COPYING
89%doc AUTHORS README ChangeLog
[521]90%{_libdir}/libXdamage.so.1
91%{_libdir}/libXdamage.so.1.1.*
92
93%files devel
94%defattr(-,root,root,-)
95%dir %{_includedir}/X11
96%dir %{_includedir}/X11/extensions
97%{_includedir}/X11/extensions/Xdamage.h
98%{_libdir}/libXdamage.so
99%{_libdir}/pkgconfig/xdamage.pc
100
101# compat32
102%if %{build_compat32}
103%files -n compat32-%{name}
104%defattr(-,root,root,-)
105%{_libdir}/libXdamage.so.1
106%{_libdir}/libXdamage.so.1.1.*
107
108%files -n compat32-%{name}-devel
109%defattr(-,root,root,-)
110%{_libdir}/libXdamage.so
111%{_libdir}/pkgconfig/xdamage.pc
112%endif
113
114%changelog
[12185]115* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.5-1
116- new upstream release.
117
[8064]118* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.4-2
119- rebuild with VineSeed environment
120
[7648]121* Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.4-1
122- new upstream release
123
[1886]124* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-2
125- rebuild with rpm-4.8.1 for pkg-config file
126
[1479]127* Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-1
128- new upstream release
129
[521]130* Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.2-1
131- new upstream release
132
133* Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.1-3
134- added compat32 package for x86_64 arch support
135
136* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-2
137- spec in utf-8
138
139* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
140- new versioning policy
141
142* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-0vl1
143- initial build for Vine Linux
144
145* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.1.1-3
146- Rebuild for build id
147
148* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.1.1-2
149- Don't install INSTALL
150
151* Mon Mar 26 2007 Adam Jackson <ajax@redhat.com> 1.1.1-1
152- libXdamage 1.1.1
153
154* Mon Mar 05 2007 Adam Jackson <ajax@redhat.com> 1.1-1
155- libXdamage 1.1
156
157* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.4-1
158- Update to 1.0.4
159
160* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.3-2.1
161- rebuild
162
163* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.3-2
164- Added "BuildRequires: xorg-x11-proto-devel >= 7.0-1" as xcursor.pc indicates
165  "damageproto >= 1.0" is required.
166- Added "Requires: xorg-x11-proto-devel >= 7.0-1, libXfixes-devel" to devel
167  package also, as per xcursor.pc
168- Replace "makeinstall" with "make install DESTDIR=..."
169- Remove package ownership of mandir/libdir/etc.
170
171* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.3-1
172- Update to 1.0.3
173
174* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.2.2-2.2
175- bump again for double-long bug on ppc(64)
176
177* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.2.2-2.1
178- rebuilt for new gcc4.1 snapshot and glibc changes
179
180* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.2.2-2
181- Bumped and rebuilt
182
183* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.2.2-1
184- Updated libXdamage to version 1.0.2.2 from X11R7 RC4
185
186* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 1.0.2.1-1
187- Updated libXdamage to version 1.0.2.1 from X11R7 RC3
188- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
189  that /usr/lib/X11 and /usr/include/X11 pre-exist.
190- Removed 'x' suffix from manpage directories to match RC3 upstream.
191
192* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
193- rebuilt
194
195* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 1.0.2-1
196- Updated libXdamage to version 1.0.2 from X11R7 RC2
197- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
198- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
199
200* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-4
201- Updated libXdamage to version 1.0.1 from X11R7 RC1
202
203* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-3
204- Renamed package to remove xorg-x11 from the name due to unanimous decision
205  between developers.
206- Use Fedora Extras style BuildRoot tag.
207- Disable static library creation by default.
208- Add missing defattr to devel subpackage
209- Add missing documentation files to doc macro
210
211* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-2
212- Renamed package to prepend "xorg-x11" to the name for consistency with
213  the rest of the X11R7 packages.
214- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
215  subpackage to ensure the devel package matches the installed shared libs.
216- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
217  allow applications to use implementation agnostic dependencies.
218- Added post/postun scripts which call ldconfig.
219- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
220  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
221
222* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
223- Initial build.
Note: See TracBrowser for help on using the repository browser.