Author: shadzik                      Date: Sun Oct 21 01:01:37 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- template for qt4 apps

---- Files affected:
SPECS:
   template-qt4.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/template-qt4.spec
diff -u /dev/null SPECS/template-qt4.spec:1.1
--- /dev/null   Sun Oct 21 03:01:37 2007
+++ SPECS/template-qt4.spec     Sun Oct 21 03:01:31 2007
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+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}/*
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/10/21 01:01:31  shadzik
+- template for qt4 apps
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to