source: projects/specs/trunk/p/pixman/pixman-vl.spec @ 1479

Revision 1479, 5.1 KB checked in by inagaki, 14 years ago (diff)

updated: libpciaccess, libXext, libXcomposite, libXau, libXfont, libXdamage

libXrender, libX11, pixman, xorg-x11-util-macros

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Name:           pixman
4Version:        0.18.2
5Release:        1%{?_dist_release}
6Summary:        Pixel manipulation library
7Summary(ja):    ピクセル操作ライブラリ
8
9Group:          System Environment/Libraries
10License:        MIT
11URL:            http://xorg.freedesktop.org/archive/individual/lib/
12Source0:        pixman-%{version}.tar.bz2
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16Obsoletes:      libpixman <= 0.1.6
17
18%description
19Pixman is a pixel manipulation library for X and cairo.
20
21%package devel
22Summary: Pixel manipulation library development package
23Group: Development/Libraries
24Requires: %{name} = %{version}-%{release}
25Requires: pkgconfig
26Obsoletes: libpixman-devel <= 0.1.6
27
28%description devel
29Development library for pixman.
30
31# compat32
32%package -n compat32-%{name}
33Summary:        Pixel manipulation library
34Summary(ja):    ピクセル操作ライブラリ
35Group:          System Environment/Libraries
36Requires: %{name} = %{version}-%{release}
37
38%description -n compat32-%{name}
39Pixman is a pixel manipulation library for X and cairo.
40
41%package -n compat32-%{name}-devel
42Summary: Pixel manipulation library development package
43Group: Development/Libraries
44Requires: compat32-%{name} = %{version}-%{release}
45Requires: %{name}-devel = %{version}-%{release}
46
47%description -n compat32-%{name}-devel
48Development library for pixman.
49
50%prep
51%setup -q
52
53%build
54%configure --disable-static
55make %{?_smp_mflags}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59make install DESTDIR=$RPM_BUILD_ROOT
60rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%post -p /sbin/ldconfig
66%postun -p /sbin/ldconfig
67
68%post -n compat32-%{name} -p /sbin/ldconfig
69%postun -n compat32-%{name} -p /sbin/ldconfig
70
71%files
72%defattr(-,root,root,-)
73%{_libdir}/libpixman-1*.so.*
74
75%files devel
76%defattr(-,root,root,-)
77%dir %{_includedir}/pixman-1
78%{_includedir}/pixman-1/pixman.h
79%{_includedir}/pixman-1/pixman-version.h
80%{_libdir}/libpixman-1*.so
81%{_libdir}/pkgconfig/pixman-1.pc
82
83# compat32
84%if %{build_compat32}
85%files -n compat32-%{name}
86%defattr(-,root,root,-)
87%{_libdir}/libpixman-1*.so.*
88
89%files -n compat32-%{name}-devel
90%defattr(-,root,root,-)
91%{_libdir}/libpixman-1*.so
92%{_libdir}/pkgconfig/pixman-1.pc
93%endif
94
95%changelog
96* Fri Jul 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18.2-1
97- new upstream release
98
99* Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.18.0-1
100- new upstream release
101
102* Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.14-1
103- new upstream release
104
105* Sun Mar 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.10-1
106- new upstream release
107
108* Wed Feb 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.4-1
109- new upstream release
110
111* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.2-1
112- new upstream release
113
114* Thu Jul 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.18-1
115- new upstream release
116
117* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.14-2
118- add Patch1 to fix notification icon
119
120* Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.14-1
121- new upstream release
122
123* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.15.4-2
124- added compat32 subpackage for x86_64 arch support again.
125
126* Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.4-1
127- new upstream release
128
129* Sat May 02 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.15.2-2
130- added compat32 subpackage for x86_64 arch support.
131
132* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.2-1
133- new upstream release
134
135* Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.0-1
136- new upstream release
137
138* Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12.0-1
139- new upstream release
140
141* Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.10-1
142- new upstream release
143
144* Mon Aug 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11.8-1
145- new upstream release
146
147* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.6-1
148- new upstream release
149
150* Thu May  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.0-1vl5
151- Initial build for Vine Linux
152
153* Thu Apr  3 2008 Soren Sandmann <sandmann@redhat.com> 0.10.0-1
154- Update to 0.10.0
155
156* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.6-4
157- Autorebuild for GCC 4.3
158
159* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-3
160- Third time's the charm.
161
162* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-2
163- Second try.
164
165* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-1
166- Update to 0.9.6 release.
167
168* Wed Sep 05 2007 Adam Jackson <ajax@redhat.com> 0.9.5-1
169- Update to 0.9.5 release.
170
171* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.9.0-7.20070827
172- New snapshot
173
174* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-4.20070824
175- New snapshot
176
177* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.9.0-3.20070724
178- rebuild for toolchain bug
179
180* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-2.20070724
181- Re-add it, %%dir is not the same as adding a dir whole.
182
183* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-1.20070724
184- Remove redundant header from %%files devel.
185
186* Fri May 18 2007 Adam Jackson <ajax@redhat.com> 0.9.0-0.20070724
187- git build so I can build git X.
Note: See TracBrowser for help on using the repository browser.