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

Revision 4616, 6.1 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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