rpms/qgit/devel .cvsignore, 1.14, 1.15 qgit.spec, 1.20, 1.21 sources, 1.14, 1.15

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Mon Dec 31 16:37:47 UTC 2007


Author: sharkcz

Update of /cvs/extras/rpms/qgit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24997

Modified Files:
	.cvsignore qgit.spec sources 
Log Message:
* Mon Dec 31 2007 Dan Horak <dan[at]danny.cz> 2.1-1
- update to upstream version 2.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qgit/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	8 Sep 2007 19:42:20 -0000	1.14
+++ .cvsignore	31 Dec 2007 16:37:07 -0000	1.15
@@ -1 +1 @@
-qgit-1.5.7.tar.bz2
+qgit-2.1.tar.bz2


Index: qgit.spec
===================================================================
RCS file: /cvs/extras/rpms/qgit/devel/qgit.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- qgit.spec	18 Sep 2007 16:09:07 -0000	1.20
+++ qgit.spec	31 Dec 2007 16:37:07 -0000	1.21
@@ -1,17 +1,18 @@
 Name:           qgit
-Version:        1.5.7
+Version:        2.1
 Release:        1%{?dist}
 Summary:        QGit is a git GUI repository browser
 
 Group:          Development/Tools
 License:        GPLv2
 URL:            http://digilander.libero.it/mcostalba/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0:        http://dl.sourceforge.net/qgit/%{name}-%{version}.tar.bz2
 Source1:        %{name}.desktop
 Source2:        %{name}48d.png
+Patch0:         %{name}-2.0-qmake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  desktop-file-utils, qt-devel
+BuildRequires:  desktop-file-utils, qt4-devel 
 Requires:       git-core >= 1.4.0
 
 %description
@@ -19,16 +20,18 @@
 and changed files, graphically following different development branches.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}
+%patch0 -p0 -b .qmake
+
 
 %build
-%configure
+%{_qt4_qmake} %{name}.pro
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install INSTALL_ROOT=$RPM_BUILD_ROOT
 
 desktop-file-install --vendor fedora                            \
         --dir $RPM_BUILD_ROOT%{_datadir}/applications           \
@@ -36,12 +39,13 @@
 
 install -m 0644 -p -D %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%doc COPYING README ChangeLog
+%doc COPYING README
 %defattr(-,root,root,-)
 %{_bindir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
@@ -49,6 +53,9 @@
 
 
 %changelog
+* Mon Dec 31 2007 Dan Horak <dan[at]danny.cz> 2.1-1
+- update to upstream version 2.1
+
 * Sat Sep  8 2007 Dan Horak <dan[at]danny.cz> 1.5.7-1
 - update to upstream version 1.5.7
 - fixes #268381


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qgit/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	8 Sep 2007 19:42:20 -0000	1.14
+++ sources	31 Dec 2007 16:37:07 -0000	1.15
@@ -1 +1 @@
-2aa52a51e01ec0cde8522281d9ace2aa  qgit-1.5.7.tar.bz2
+f22787c814fbe832d6da7c6a2436c3c0  qgit-2.1.tar.bz2




More information about the fedora-extras-commits mailing list