|
Lines 1-6
Link Here
|
| 1 |
Name: gdk-pixbuf |
1 |
Name: gdk-pixbuf |
| 2 |
Version: 0.22.0 |
2 |
Version: 0.22.0 |
| 3 |
Release: alt9 |
3 |
Release: alt9.64bit |
| 4 |
|
4 |
|
| 5 |
Summary: An image loading and rendering library for Gdk |
5 |
Summary: An image loading and rendering library for Gdk |
| 6 |
Group: System/Libraries |
6 |
Group: System/Libraries |
|
Lines 115-123
Link Here
|
| 115 |
|
115 |
|
| 116 |
%build |
116 |
%build |
| 117 |
%set_libtool_version 1.4 |
117 |
%set_libtool_version 1.4 |
|
|
118 |
%set_automake_version 1.4 |
| 119 |
%set_autoconf_version 2.13 |
| 118 |
%undefine __libtoolize |
120 |
%undefine __libtoolize |
| 119 |
libtoolize -c -f |
121 |
libtoolize -c -f |
| 120 |
patch -p0 <%PATCH0 |
122 |
patch -p0 <%PATCH0 |
|
|
123 |
aclocal |
| 124 |
automake |
| 125 |
autoconf |
| 121 |
%configure %{subst_enable static} --with-libwrap --disable-gtk-doc |
126 |
%configure %{subst_enable static} --with-libwrap --disable-gtk-doc |
| 122 |
|
127 |
|
| 123 |
make |
128 |
make |
|
Lines 126-131
Link Here
|
| 126 |
%install |
131 |
%install |
| 127 |
%makeinstall libexecdir=$RPM_BUILD_ROOT%_libdir/%name/loaders |
132 |
%makeinstall libexecdir=$RPM_BUILD_ROOT%_libdir/%name/loaders |
| 128 |
install -pm755 %name/pixops/timescale $RPM_BUILD_ROOT%_bindir/ |
133 |
install -pm755 %name/pixops/timescale $RPM_BUILD_ROOT%_bindir/ |
|
|
134 |
%__subst 's,/lib$,/%_lib,g' $RPM_BUILD_ROOT%_bindir/*-config |
| 129 |
|
135 |
|
| 130 |
%find_lang %name |
136 |
%find_lang %name |
| 131 |
|
137 |
|
|
Lines 177-182
Link Here
|
| 177 |
%endif |
183 |
%endif |
| 178 |
|
184 |
|
| 179 |
%changelog |
185 |
%changelog |
|
|
186 |
* Mon Jun 06 2005 Anton D. Kachalov <mouse@altlinux.org> 0.22.0-alt9.64bit |
| 187 |
- Multilib support |
| 188 |
|
| 180 |
* Fri Apr 08 2005 Dmitry V. Levin <ldv@altlinux.org> 0.22.0-alt9 |
189 |
* Fri Apr 08 2005 Dmitry V. Levin <ldv@altlinux.org> 0.22.0-alt9 |
| 181 |
- Fixed a double free in the bmp loader (RH). |
190 |
- Fixed a double free in the bmp loader (RH). |
| 182 |
- Marked libraries as non-execstack (RH). |
191 |
- Marked libraries as non-execstack (RH). |