rpms/PyQt-qscintilla/devel PyQt-qscintilla.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jun 15 20:29:53 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/PyQt-qscintilla/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8523/devel

Modified Files:
	.cvsignore sources 
Added Files:
	PyQt-qscintilla.spec 
Log Message:
auto-import PyQt-qscintilla-3.16-2 on branch devel from PyQt-qscintilla-3.16-2.src.rpm


--- NEW FILE PyQt-qscintilla.spec ---

Summary: PyQt qscintilla extentions 
Name: 	 PyQt-qscintilla
Version: 3.16
Release: 2%{?dist}

License: GPL
Group: 	 Development/Languages
Url: 	 http://www.riverbankcomputing.co.uk/pyqt/
Source:	 http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: qt-devel
BuildRequires: qscintilla-devel
BuildRequires: sip-devel
%global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
%global python_sitedir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
Requires: python-abi = %{python_ver} 

Requires: PyQt = %{version}

%description
%{summary}.


%prep
%setup -q -n PyQt-x11-gpl-%{version}


%build
unset QTDIR || : ; source /etc/profile.d/qt.sh

echo yes | %{__python} configure.py \
 -d %{python_sitedir} \
 -w \
%if "%{version}" > "3.15"
 -y qt-mt
%endif

make -C qtext %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make -C qtext install DESTDIR=$RPM_BUILD_ROOT 


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE
# IMO, sip should own this -- Rex
%dir %{_datadir}/sip
%{_datadir}/sip/qtext/
%{python_sitedir}/qtext*.so


%changelog
* Thu Jun 15 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.15-2
- own %%_datadir/sip

* Mon Apr 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.15-1
- first try



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/PyQt-qscintilla/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Jun 2006 20:29:30 -0000	1.1
+++ .cvsignore	15 Jun 2006 20:29:53 -0000	1.2
@@ -0,0 +1 @@
+PyQt-x11-gpl-3.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/PyQt-qscintilla/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Jun 2006 20:29:30 -0000	1.1
+++ sources	15 Jun 2006 20:29:53 -0000	1.2
@@ -0,0 +1 @@
+5f7a32a15bf8afe17c0d0a0cc46de690  PyQt-x11-gpl-3.16.tar.gz




More information about the fedora-extras-commits mailing list