SPECS: qconf.spec (NEW) - Initial revision

pascalek pascalek at pld-linux.org
Mon Jul 11 07:34:44 CEST 2005


Author: pascalek                     Date: Mon Jul 11 05:34:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Initial revision

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

---- Diffs:

================================================================
Index: SPECS/qconf.spec
diff -u /dev/null SPECS/qconf.spec:1.1
--- /dev/null	Mon Jul 11 07:34:44 2005
+++ SPECS/qconf.spec	Mon Jul 11 07:34:38 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:	qconf
+Name:		qconf
+Version:	1.2
+Release:	0.cvs.11072005.1
+License:	GPL
+Group:		Development/Building
+Source0:	%{name}-%{version}.tgz
+URL:		http://delta.affinix.com/qconf/
+BuildRequires:	qmake
+BuildRequires:	QtCore-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+QConf allows you to have a nice configure script for your qmake-based
+project.  It is intended for developers who don't need (or want) to use
+the more complex GNU autotools.
+      
+Scripts generated by QConf are meant for unix.  This means it should only
+be used with projects based on Qt/X11, Qt/Mac, or Qt/Embedded.  No effort
+has been made in supporting Qt/Windows based projects (yet).
+
+%prep
+%setup -q
+
+%build
+./configure \
+	--prefix=%{_prefix} \
+	--bindir=%{_bindir} \
+	--datadir=%{_datadir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} INSTALL_ROOT=$RPM_BUILD_ROOT install
+rm -rf $RPM_BUILD_ROOT/%{_datadir}/qconf/conf/CVS
+rm -rf $RPM_BUILD_ROOT/%{_datadir}/qconf/modules/CVS
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/qconf
+%dir %{_datadir}/qconf/conf
+%dir %{_datadir}/qconf/modules
+%{_datadir}/qconf/conf/*
+%{_datadir}/qconf/modules/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/11 05:34:38  pascalek
+- Initial revision
+
================================================================



More information about the pld-cvs-commit mailing list