Author: uzsolt Date: Mon Nov 8 23:33:25 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/kroket: kroket.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/kroket/kroket.spec diff -u /dev/null packages/kroket/kroket.spec:1.1 --- /dev/null Tue Nov 9 00:33:25 2010 +++ packages/kroket/kroket.spec Tue Nov 9 00:33:20 2010 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: An interactive graph visualization software +Summary(hu.UTF-8): Egy interaktív gráf-vizualizációs szoftver +Name: kroket +Version: 0.8.0 +Release: 0.1 +License: GPL v2 +Group: X11/Applications/Science +Source0: http://nbenoit.tuxfamily.org/projects/kroket/%{name}-%{version}.tar.bz2 +# Source0-md5: e9def3bcb329a6642453dac1956798fd +URL: http://nbenoit.tuxfamily.org/index.php?page=Kroket +BuildRequires: QtCore-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 +An interactive graph visualization software. + +%description -l hu.UTF-8 +Egy interaktív gráf-vizualizációs szoftver. + +%prep +%setup -q + +%build +qmake-qt4 +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install kroket $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/kroket +%doc AUTHORS README doc/*.html tests + +%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/11/08 23:33:20 uzsolt +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
