source: projects/specs/branches/6/p/pixman/pixman-vl.spec @ 3776

Revision 3776, 5.9 KB checked in by Takemikaduchi, 13 years ago (diff)

cheese: create -devel sub package, others: new upstream release

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