]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- template for qt4 apps
authorshadzik <shadzik@pld-linux.org>
Sun, 21 Oct 2007 01:01:31 +0000 (01:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4.spec -> 1.1

qt4.spec [new file with mode: 0644]

diff --git a/qt4.spec b/qt4.spec
new file mode 100644 (file)
index 0000000..64d07a0
--- /dev/null
+++ b/qt4.spec
@@ -0,0 +1,43 @@
+Summary:       -
+Summary(pl.UTF-8):     -
+Name:          -
+Version:       -
+Release:       -
+License:       check first
+Group:         X11/Applications
+Source0:       -
+# Source0-md5: 
+URL:           -
+BuildRequires: Qt3Support-devel
+BuildRequires: QtCore-devel
+BuildRequires: QtGui-devel
+BuildRequires: QtNetwork-devel
+BuildRequires: QtSvg-devel
+BuildRequires: QtTest-devel
+BuildRequires: QtXml-devel
+BuildRequires: qt4-build
+BuildRequires: qt4-qmake
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+qt4-qmake
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# usually you have to install the program manually
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.036947 seconds and 4 git commands to generate.