Author: arekm Date: Sat Sep 30 20:42:17 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: qgit.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/qgit.spec diff -u /dev/null SPECS/qgit.spec:1.1 --- /dev/null Sat Sep 30 22:42:17 2006 +++ SPECS/qgit.spec Sat Sep 30 22:42:12 2006 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: A git GUI viewer built on Qt +Name: qgit +Version: 1.5.2 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://dl.sourceforge.net/qgit/%{name}-%{version}.tar.bz2 +# Source0-md5: 251568da2d93b0e621ea7a2cb7de611d +Source1: %{name}.desktop +URL: http://digilander.libero.it/mcostalba/ +BuildRequires: qt-devel +BuildRequires: rpmbuild(macros) >= 1.129 +Requires: git-core +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +QGit is a git GUI viewer built on Qt/C++. With qgit you will be able +to browse revisions history, view patch content and changed files, +graphically following different development branches. + +%prep +%setup -q + +%build +%configure \ + --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \ + %{!?debug:--disable-rpath} \ + --with-qt-includes=%{_includedir}/qt \ + --with-qt-libraries=%{_libdir} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_desktopdir} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README +%attr(755,root,root) %{_bindir}/* +%{_desktopdir}/%{name}.desktop + +%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 2006/09/30 20:42:12 arekm +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
