SPECS: cmakehelp.spec (NEW) - new

adamg adamg at pld-linux.org
Tue Sep 18 00:48:36 CEST 2007


Author: adamg                        Date: Mon Sep 17 22:48:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/cmakehelp.spec
diff -u /dev/null SPECS/cmakehelp.spec:1.1
--- /dev/null	Tue Sep 18 00:48:36 2007
+++ SPECS/cmakehelp.spec	Tue Sep 18 00:48:31 2007
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%define	snap	20070917
+Summary:	Qt based interface to cmake help
+Summary(pl.UTF-8):	Oparty na Qt4 interfejs do pomocy cmake
+Name:		cmakehelp
+Version:	0
+Release:	0.%{snap}.1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://proli.net/meu/los_otros/%{name}.tar.bz2
+# Source0-md5:	fab9ba5eb40c5c6a65be93fe74e02744
+URL:		http://www.proli.net/2007/09/17/cmake-help/
+Requires:	cmake
+Requires:	python-PyQt4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q -n %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_bindir}}
+
+cp *.py* *.ui $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+cat > $RPM_BUILD_ROOT%{_bindir}/cmakehelp << EOF
+cd %{_datadir}/%{name}
+python main.py
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%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  2007/09/17 22:48:31  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list