Author: arekm Date: Sun Sep 30 10:21:41 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 2.0
---- Files affected: SPECS: qgit.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/qgit.spec diff -u SPECS/qgit.spec:1.8 SPECS/qgit.spec:1.9 --- SPECS/qgit.spec:1.8 Sat Sep 15 10:35:58 2007 +++ SPECS/qgit.spec Sun Sep 30 12:21:36 2007 @@ -2,17 +2,20 @@ Summary: A git GUI viewer built on Qt Summary(pl.UTF-8): Graficzna przeglądarka repozytorium git oparta o Qt Name: qgit -Version: 1.5.7 +Version: 2.0 Release: 1 -License: GPL +License: GPL v2+ Group: X11/Applications Source0: http://dl.sourceforge.net/qgit/%{name}-%{version}.tar.bz2 -# Source0-md5: 2aa52a51e01ec0cde8522281d9ace2aa +# Source0-md5: b5ae49a6d5855d5cfda4e58d44a9f647 Source1: %{name}.desktop URL: http://digilander.libero.it/mcostalba/ -BuildRequires: qt-devel +BuildRequires: QtCore-devel +BuildRequires: QtGui-devel +BuildRequires: qt4-build +BuildRequires: qt4-qmake BuildRequires: rpmbuild(macros) >= 1.129 -Requires: git-core +Requires: git-core >= 1.5.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -26,23 +29,17 @@ zmienione pliki, graficznie przechodząc po różnych gałęziach rozwoju. %prep -%setup -q +%setup -q -n %{name} %build -%configure \ - --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \ - %{!?debug:--disable-rpath} \ - --with-qt-includes=%{_includedir}/qt \ - --with-qt-libraries=%{_libdir} +qt4-qmake qgit.pro %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_desktopdir} - -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}} +install bin/qgit $RPM_BUILD_ROOT%{_bindir} install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} %clean @@ -50,7 +47,7 @@ %files %defattr(644,root,root,755) -%doc ChangeLog README +%doc README %attr(755,root,root) %{_bindir}/* %{_desktopdir}/%{name}.desktop @@ -60,6 +57,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2007/09/30 10:21:36 arekm +- up to 2.0 + Revision 1.8 2007/09/15 08:35:58 adamg - updated to 1.5.7 (CVE-2007-4631) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qgit.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
