rpms/pixman/devel pixman.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Jul 24 15:37:02 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/pixman/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26400/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pixman.spec 
Log Message:
Initial import



--- NEW FILE pixman.spec ---
%define gitdate 20070724

Name:           pixman
Version:        0.9.0
Release:        0.%{gitdate}%{?dist}
Summary:        Pixel manipulation library

Group:          System Environment/Libraries
License:        MIT
URL:            http://gitweb.freedesktop.org/?p=pixman.git;a=summary
Source0:        pixman-%{gitdate}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  automake autoconf libtool pkgconfig

%description
Pixman is a pixel manipulation library for X and cairo.

%package devel
Summary: Pixel manipulation library development package
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig

%description devel
Development library for pixman.

%prep
%setup -q -n %{name}

%build
./autogen.sh
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_libdir}/libpixman.so.0
%{_libdir}/libpixman.so.0.0.0

%files devel
%defattr(-,root,root,-)
%dir %{_includedir}/pixman
%{_includedir}/pixman/pixman.h
%{_libdir}/libpixman.so
%{_libdir}/pkgconfig/pixman.pc

%changelog
* Fri May 18 2007 Adam Jackson <ajax at redhat.com> 0.9.0-0.20070724
- git build so I can build git X.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Jul 2007 15:09:35 -0000	1.1
+++ .cvsignore	24 Jul 2007 15:36:30 -0000	1.2
@@ -0,0 +1 @@
+pixman-20070724.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Jul 2007 15:09:35 -0000	1.1
+++ sources	24 Jul 2007 15:36:30 -0000	1.2
@@ -0,0 +1 @@
+8fb611ba1ad465986cd3648b6c77c4a1  pixman-20070724.tar.bz2




More information about the fedora-extras-commits mailing list