Author: blekot Date: Sat Mar 22 12:18:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new - Happy Easter ;-)
---- Files affected: SPECS: promile-qt.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/promile-qt.spec diff -u /dev/null SPECS/promile-qt.spec:1.1 --- /dev/null Sat Mar 22 13:18:49 2008 +++ SPECS/promile-qt.spec Sat Mar 22 13:18:43 2008 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: promile-qt count rate of alcohol in function of time from consumption +Summary(pl.UTF-8): promile-qt oblicza liczbe promili alkoholu w zależności od czasu po jego spożyciu +Name: promile-qt +Version: 0.4.2 +Release: 1 +License: GPL v3 +Group: X11/Applications +Source0: http://piro.wikidot.com/local--files/promile-qt/%{name}-%{version}-src.tar.bz2 +# Source0-md5: fb70cf97620edca31a847bf15337de73 +URL: http://piro.wikidot.com/promile-qt +BuildRequires: QtCore-devel +BuildRequires: QtGui-devel +BuildRequires: qt4-build >= 4.3.3-3 +BuildRequires: qt4-qmake >= 4.3.3-3 +BuildRequires: rpmbuild(macros) >= 1.129 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +promile-qt count rate of alcohol in function of time from consumption. + +%description -l pl.UTF-8 +Program oblicza liczbe promili alkoholu w zależności od czasu po jego spożyciu. + +%prep +%setup -q + +%build +qmake-qt4 -project +qmake-qt4 +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +cp -f promile-qt-0 $RPM_BUILD_ROOT%{_bindir}/%{name} + + +%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 2008-03-22 12:18:43 blekot +- new +- Happy Easter ;-) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
