[qt4pas/f18] Initial SETUP.

Christopher Meng cicku at fedoraproject.org
Fri Jul 26 00:54:01 UTC 2013


commit 5b126399eb14b5e85fbebb54861ecce5afd88ca3
Author: Christopher Meng <rpm at cicku.me>
Date:   Fri Jul 26 08:53:11 2013 +0800

    Initial SETUP.

 .gitignore  |    1 +
 qt4pas.spec |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d367413 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/qt4pas-V2.5_Qt4.5.3.tar.gz
diff --git a/qt4pas.spec b/qt4pas.spec
new file mode 100644
index 0000000..074e966
--- /dev/null
+++ b/qt4pas.spec
@@ -0,0 +1,62 @@
+Name:           qt4pas
+Version:        2.5
+Release:        2%{?dist}
+Summary:        Free Pascal Qt4 Binding
+License:        LGPLv3
+URL:            http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html
+Source0:        http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V%{version}/%{name}-V%{version}_Qt4.5.3.tar.gz
+BuildRequires:  qt4-devel 
+BuildRequires:  qtwebkit-devel
+Requires:       fpc-src
+
+%description
+The Free Pascal Qt4 binding allows Free Pascal to interface with the 
+C++ Library Qt.
+
+This binding does not cover the whole Qt4 framework but only the 
+classes needed by the Cross Platform Lazarus IDE to use Qt as a 
+Widget set.
+
+%package        devel
+Summary:        Development files for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+%prep
+%setup -qn %{name}-V%{version}_Qt4.5.3
+
+%build
+%qmake_qt4 Qt4Pas.pro
+make %{?_smp_mflags}
+
+%install
+make install INSTALL_ROOT=%{buildroot}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%doc README.TXT COPYING.TXT
+%{_libdir}/libQt4Pas.so.*
+
+%files devel
+%{_libdir}/libQt4Pas.so
+
+%changelog
+* Thu Jul 25 2013 Christopher Meng <rpm at cicku.me> - 2.5-2
+- Remove unneeded pas file.
+
+* Sat Dec 31 2011 Christopher Meng <rpm at cicku.me> - 2.5-1
+- Update to new version.
+
+* Tue Jul 19 2011 Christopher Meng <rpm at cicku.me> - 2.4-1
+- Update to new version.
+- Qt4.7 support.
+- Add -mstackrealign to avoid crashes.
+
+* Tue Aug 17 2010 Christopher Meng <cickumqt-NOSPAM at gmail.com> - 2.2-1
+- Initial Package.
diff --git a/sources b/sources
index e69de29..9560acb 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8249bc17e4167e077d22c7f5fb118bb2  qt4pas-V2.5_Qt4.5.3.tar.gz


More information about the scm-commits mailing list