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

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