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

Revision 2185, 5.5 KB checked in by Takemikaduchi, 14 years ago (diff)

new upstream release

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Name:           pixman
4Version:        0.20.0
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* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
97- new upstream release
98
99* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19.4-1
100- new upstream release
101
102* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.2-3
103- rebuild with rpm-4.8.1 for pkg-config file agein
104
105* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.18.2-2
106- build with rpm-4.8.1-1 for pkg-config file
107
108* Fri Jul 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18.2-1
109- new upstream release
110
111* Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.18.0-1
112- new upstream release
113
114* Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.14-1
115- new upstream release
116
117* Sun Mar 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.10-1
118- new upstream release
119
120* Wed Feb 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.17.4-1
121- new upstream release
122
123* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.2-1
124- new upstream release
125
126* Thu Jul 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.18-1
127- new upstream release
128
129* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.14-2
130- add Patch1 to fix notification icon
131
132* Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.14-1
133- new upstream release
134
135* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.15.4-2
136- added compat32 subpackage for x86_64 arch support again.
137
138* Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.4-1
139- new upstream release
140
141* Sat May 02 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.15.2-2
142- added compat32 subpackage for x86_64 arch support.
143
144* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.2-1
145- new upstream release
146
147* Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.0-1
148- new upstream release
149
150* Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12.0-1
151- new upstream release
152
153* Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.10-1
154- new upstream release
155
156* Mon Aug 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.11.8-1
157- new upstream release
158
159* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.11.6-1
160- new upstream release
161
162* Thu May  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.0-1vl5
163- Initial build for Vine Linux
164
165* Thu Apr  3 2008 Soren Sandmann <sandmann@redhat.com> 0.10.0-1
166- Update to 0.10.0
167
168* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.6-4
169- Autorebuild for GCC 4.3
170
171* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-3
172- Third time's the charm.
173
174* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-2
175- Second try.
176
177* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-1
178- Update to 0.9.6 release.
179
180* Wed Sep 05 2007 Adam Jackson <ajax@redhat.com> 0.9.5-1
181- Update to 0.9.5 release.
182
183* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.9.0-7.20070827
184- New snapshot
185
186* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-4.20070824
187- New snapshot
188
189* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.9.0-3.20070724
190- rebuild for toolchain bug
191
192* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-2.20070724
193- Re-add it, %%dir is not the same as adding a dir whole.
194
195* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-1.20070724
196- Remove redundant header from %%files devel.
197
198* Fri May 18 2007 Adam Jackson <ajax@redhat.com> 0.9.0-0.20070724
199- git build so I can build git X.
Note: See TracBrowser for help on using the repository browser.