rpms/teamgit/F-10 sources,1.3,1.4 teamgit.spec,1.2,1.3

Terje Røsten terjeros at fedoraproject.org
Fri Dec 26 21:27:47 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/teamgit/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3402/F-10

Modified Files:
	sources teamgit.spec 
Log Message:
 - sync with rawhide




Index: sources
===================================================================
RCS file: /cvs/extras/rpms/teamgit/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Nov 2008 13:18:50 -0000	1.3
+++ sources	26 Dec 2008 21:27:17 -0000	1.4
@@ -1 +1 @@
-6d8a90ba08ac771902daba9ba4403024  teamgit_0.0.8ubuntu1.tar.gz
+1414c85ad23a2ce13e72313de18afede  teamgit-0.0.8-20081226.tar.bz2


Index: teamgit.spec
===================================================================
RCS file: /cvs/extras/rpms/teamgit/F-10/teamgit.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- teamgit.spec	23 Nov 2008 13:18:50 -0000	1.2
+++ teamgit.spec	26 Dec 2008 21:27:17 -0000	1.3
@@ -1,13 +1,22 @@
+%define gitver 74c5ed5
+%define date 20081226
+
 Summary:       Visual tool for Git
 Name:          teamgit
 Version:       0.0.8
-Release:       1%{?dist}
+Release:       2.%{date}%{?dist}
 Epoch:         1
 License:       GPLv2
 Group:         Development/Tools
 URL:           http://www.devslashzero.com/teamgit
-Source0:       http://ppa.launchpad.net/bain-devslashzero/ubuntu/pool/main/t/teamgit/teamgit_0.0.8ubuntu1.tar.gz
+#Source0:       http://ppa.launchpad.net/bain-devslashzero/ubuntu/pool/main/t/teamgit/teamgit_0.0.8ubuntu1.tar.gz
+# Tarball created by
+# $ git clone git://gitorious.org/teamgit/mainline.git
+# $ cd mainline
+# $ git-archive --format=tar --prefix=%{name}-%{version}/ %{gitver} | bzip2 > %{name}-%{version}-%{date}.tar.bz2 
+Source0:       %{name}-%{version}-%{date}.tar.bz2
 BuildRequires: qt4-devel desktop-file-utils
+Requires:      git
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %description
 This package provides a visual tool for Git, a distributed revision
@@ -17,7 +26,7 @@
 %setup -q
 
 %build
-qmake-qt4
+qmake-qt4 ./teamgit.pro
 %{__make} 
 #%{?_smp_mflags} dont' work
 
@@ -34,11 +43,16 @@
 %defattr(-, root, root, -)
 %doc COPYING 
 %{_bindir}/%{name}
+%{_bindir}/%{name}-rebase
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}_icon.png
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Fri Dec 26 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.0.8-2.20081226
+- add git to req.
+- update to git snapshot 2008-12-26
+
 * Sun Nov 23 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.0.8-1
 - 0.0.8
 - add man page




More information about the fedora-extras-commits mailing list