source: projects/specs/branches/6/lib/libX/libXdamage/libXdamage-vl.spec @ 1886

Revision 1886, 6.4 KB checked in by Takemikaduchi, 14 years ago (diff)

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