SUNWgnome-python26-libs.spec
changeset 16624 7e793d4eb0ab
parent 16614 c151ffbda133
child 17192 c5c0431245ff
equal deleted inserted replaced
16623:95c79a8ba5f0 16624:7e793d4eb0ab
   102 chmod a+x %{_builddir}/%name-%version/pygtk-codegen-2.0
   102 chmod a+x %{_builddir}/%name-%version/pygtk-codegen-2.0
   103 export PATH=%{_builddir}/%name-%version:$PATH
   103 export PATH=%{_builddir}/%name-%version:$PATH
   104 %gnome_python.build -d %name-%version
   104 %gnome_python.build -d %name-%version
   105 
   105 
   106 export CFLAGS="`echo %optflags | sed -e 's/-xregs=no.frameptr//'`"
   106 export CFLAGS="`echo %optflags | sed -e 's/-xregs=no.frameptr//'`"
       
   107 export PKG_CONFIG_TOP_BUILD_DIR=%{_builddir}/%name-%version/pygtksourceview-%{pygtksourceview.version}
   107 %pygtksourceview.build -d %name-%version
   108 %pygtksourceview.build -d %name-%version
       
   109 unset PKG_CONFIG_TOP_BUILD_DIR
   108 
   110 
   109 %install
   111 %install
   110 rm -rf $RPM_BUILD_ROOT
   112 rm -rf $RPM_BUILD_ROOT
   111 %pygobject.install -d %name-%version
   113 %pygobject.install -d %name-%version
   112 %pycairo.install -d %name-%version
   114 %pycairo.install -d %name-%version
   160 %dir %attr (0755, root, bin) %dir %{_prefix}/demo/jds
   162 %dir %attr (0755, root, bin) %dir %{_prefix}/demo/jds
   161 %dir %attr (0755, root, bin) %dir %{_prefix}/demo/jds/bin
   163 %dir %attr (0755, root, bin) %dir %{_prefix}/demo/jds/bin
   162 %{_prefix}/demo/jds/bin/pygtk-demo-2.6
   164 %{_prefix}/demo/jds/bin/pygtk-demo-2.6
   163 
   165 
   164 %changelog
   166 %changelog
       
   167 * Wed Sep 23 2009 - [email protected]
       
   168 - Use PKG_CONFIG_TOP_BUILD_DIR environment variable when building pygtk and
       
   169   pygtksourceview, so that pkg-config expands $(top_builddir), otherwise
       
   170   pygobject pkg-config variables do not expand nicely and the build fails.
   165 * Sat Jun 20 2009 - [email protected]
   171 * Sat Jun 20 2009 - [email protected]
   166 - Minor pkg'ing fix.
   172 - Minor pkg'ing fix.
   167 * Wed Mar 25 2009 - [email protected]
   173 * Wed Mar 25 2009 - [email protected]
   168 - Move pyspi from SUNWgnome-python-libs to SUNWgnome-a11y-libs.
   174 - Move pyspi from SUNWgnome-python-libs to SUNWgnome-a11y-libs.
   169 * Mon Feb  2 2009 - [email protected]
   175 * Mon Feb  2 2009 - [email protected]