Группа :: Система/Библиотеки
Пакет: libpixman
Главная Изменения Спек Патчи Загрузить Bugs and FR
%def_disable static
Name: libpixman
Version: 0.1.3
Release: alt0.cvs20050202.M24.1
Summary: Pixel manipulation library
Group: System/Libraries
URL: http://cairographics.org/
License: LGPL
%define stage head
Source: %name-%stage.tar.bz2
BuildRequires: gcc-c++ pkgconfig
%description
libpixman is a merge of libpixregion and libic.
It also includes the slim headers.
%package devel
Summary: Headers for developing programs that will use pixman
Group: Development/C
Requires: %name = %version-%release
%description devel
This package contains the headers that programmers will need to develop
applications which will use pixman library.
%package devel-static
Summary: Static version of the pixman library
Group: Development/C
Requires: %name-devel = %version-%release
%description devel-static
This package contains library that programmers will need to build
statically linked applications which will use pixman.
%prep
%setup -q -n %name
%build
./autogen.sh
%configure \
%{subst_enable static}
%make_build
%install
%makeinstall
%post -p %post_ldconfig
%postun -p %postun_ldconfig
%files
%doc AUTHORS NEWS README COPYING ChangeLog*
%_libdir/*.so.*
%files devel
%_includedir/*
%_libdir/pkgconfig/*
%_libdir/*.so
%if_enabled static
%files devel-static
%_libdir/*.a
%endif
%changelog
…
Полный changelog можно просмотреть здесь
Name: libpixman
Version: 0.1.3
Release: alt0.cvs20050202.M24.1
Summary: Pixel manipulation library
Group: System/Libraries
URL: http://cairographics.org/
License: LGPL
%define stage head
Source: %name-%stage.tar.bz2
BuildRequires: gcc-c++ pkgconfig
%description
libpixman is a merge of libpixregion and libic.
It also includes the slim headers.
%package devel
Summary: Headers for developing programs that will use pixman
Group: Development/C
Requires: %name = %version-%release
%description devel
This package contains the headers that programmers will need to develop
applications which will use pixman library.
%package devel-static
Summary: Static version of the pixman library
Group: Development/C
Requires: %name-devel = %version-%release
%description devel-static
This package contains library that programmers will need to build
statically linked applications which will use pixman.
%prep
%setup -q -n %name
%build
./autogen.sh
%configure \
%{subst_enable static}
%make_build
%install
%makeinstall
%post -p %post_ldconfig
%postun -p %postun_ldconfig
%files
%doc AUTHORS NEWS README COPYING ChangeLog*
%_libdir/*.so.*
%files devel
%_includedir/*
%_libdir/pkgconfig/*
%_libdir/*.so
%if_enabled static
%files devel-static
%_libdir/*.a
%endif
%changelog
…
Полный changelog можно просмотреть здесь