]> git.pld-linux.org Git - packages/fpc-qt4.git/commitdiff
- initial
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 15 Jan 2010 07:26:33 +0000 (07:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fpc-qt4.spec -> 1.1

fpc-qt4.spec [new file with mode: 0644]

diff --git a/fpc-qt4.spec b/fpc-qt4.spec
new file mode 100644 (file)
index 0000000..aec854c
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       Qt4 binding for FreePascal
+Name:          fpc-qt4
+Version:       2.0
+Release:       1
+License:       LGPL
+Group:         Libraries
+Source0:       http://users.telenet.be/Jan.Van.hijfte/qtforfpc/qt4pas-V2.0RC_Qt4.5.3.tar.gz
+# Source0-md5: 32c98f9a164679c14d58f2f5a727a6c2
+URL:           http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html
+BuildRequires: QtCore-devel
+BuildRequires: QtDBus-devel
+BuildRequires: QtNetwork-devel
+BuildRequires: QtXml-devel
+BuildRequires: qt4-build >= 4.4.0
+BuildRequires: qt4-qmake >= 4.4.0
+Source0:       http://users.telenet.be/Jan.Van.hijfte/qtforfpc/qt4pas-V%{version}RC_Qt4.5.3.tar.gz
+# Source0-md5: 32c98f9a164679c14d58f2f5a727a6c2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Provides a Qt4 binding for FreePascal that may be of use to provide
+the Lazarus LCL library with a Qt interface
+
+This binding does not aim to cover the whole Qt4 framework, but only
+just enough to satisfy the LCL needs. If any LCL/Qt developer needs an
+extra class, just ask and it will be added promptly. Some of the
+methods that have parameters based upon templates have been omitted.
+
+%prep
+%setup -q -n qt4pas-V%{version}RC_Qt4.5.3
+
+%build
+%{_bindir}/qmake-qt4
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README.TXT
+%attr(755,root,root) %{_libdir}/libQt4Pas.so*
This page took 0.095513 seconds and 4 git commands to generate.