SPECS: qgnokii.spec (NEW) - initial
shadzik
shadzik at pld-linux.org
Sun Sep 24 18:56:01 CEST 2006
Author: shadzik Date: Sun Sep 24 16:56:01 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
qgnokii.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/qgnokii.spec
diff -u /dev/null SPECS/qgnokii.spec:1.1
--- /dev/null Sun Sep 24 18:56:01 2006
+++ SPECS/qgnokii.spec Sun Sep 24 18:55:56 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary: QGnokii - Qt3 frontend for Gnokii
+Summary(pl): QGnokii - nakładka Qt3 dla Gnokii
+Name: qgnokii
+Version: 0.4.1
+Release: 0.1
+License: GPL v2
+Group: X11/Applications
+Source0: http://dl.sourceforge.net/qgnokii/%{name}-%{version}.tar.gz
+# Source0-md5: 5626f9b41c79bdb633c76c8fd6b892d1
+URL: http://qgnokii.sourceforge.net/
+BuildRequires: qmake
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+QGnokii is an alternative frontend for Gnokii written in QT3.
+
+%description -l pl
+QGnokii jest alternatywną nakładką dla Gnokii, napisaną w QT3.
+
+%prep
+%setup -q
+
+%build
+export QTDIR=%{_prefix}
+qmake
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install qgnokii $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/qgnokii
+
+%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 2006/09/24 16:55:56 shadzik
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list