Author: gotar                        Date: Sun Jul  4 10:37:33 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/i7z:
   i7z.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/i7z/i7z.spec
diff -u /dev/null packages/i7z/i7z.spec:1.1
--- /dev/null   Sun Jul  4 12:37:33 2010
+++ packages/i7z/i7z.spec       Sun Jul  4 12:37:28 2010
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:       i3, i5 and i7 reporting tool for Linux
+Name:          i7z
+Version:       0.25
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://i7z.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: 29376e209ee6e2fb1534d16f0ae83fb4
+URL:           http://code.google.com/p/i7z/
+BuildRequires: ncurses-devel
+BuildRequires: qt4-build
+BuildRequires: qt4-qmake
+BuildRequires: QtGui-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A better i7 (and now i3, i5) reporting tool for Linux.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       INCLUDEFLAGS=-I/usr/include/ncurses
+%{__make} -C GUI \
+#      CXXFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install %{name} $RPM_BUILD_ROOT%{_sbindir}
+install GUI/GUI $RPM_BUILD_ROOT%{_sbindir}/%{name}_GUI
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt
+%attr(755,root,root) %{_sbindir}/%{name}*
+
+%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  2010/07/04 10:37:28  gotar
+- initial PLD release
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to