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

Revision 7648, 6.5 KB checked in by Takemikaduchi, 11 years ago (diff)

xserver-1.14.1

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