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

Terje Røsten terjeros at fedoraproject.org
Sun Nov 23 13:19:21 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/teamgit/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29295/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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	18 Oct 2008 11:20:08 -0000	1.2
+++ sources	23 Nov 2008 13:18:50 -0000	1.3
@@ -1 +1 @@
-1d3bd59fcaaee26143571e826aa6b494  bainonline-teamgit-6082d0a73cfedc6b38adbbf4b6cc98929f052a29.tar.gz
+6d8a90ba08ac771902daba9ba4403024  teamgit_0.0.8ubuntu1.tar.gz


Index: teamgit.spec
===================================================================
RCS file: /cvs/extras/rpms/teamgit/F-10/teamgit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- teamgit.spec	18 Oct 2008 11:20:08 -0000	1.1
+++ teamgit.spec	23 Nov 2008 13:18:50 -0000	1.2
@@ -1,12 +1,12 @@
-%define tag    6082d0a73cfedc6b38adbbf4b6cc98929f052a29
 Summary:       Visual tool for Git
 Name:          teamgit
-Version:       0.3.0
+Version:       0.0.8
 Release:       1%{?dist}
+Epoch:         1
 License:       GPLv2
 Group:         Development/Tools
 URL:           http://www.devslashzero.com/teamgit
-Source0:       http://github.com/tarballs/bainonline-teamgit-%{tag}.tar.gz
+Source0:       http://ppa.launchpad.net/bain-devslashzero/ubuntu/pool/main/t/teamgit/teamgit_0.0.8ubuntu1.tar.gz
 BuildRequires: qt4-devel desktop-file-utils
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %description
@@ -14,7 +14,7 @@
 control system.
 
 %prep
-%setup -q -n bainonline-teamgit-%{tag}
+%setup -q
 
 %build
 qmake-qt4
@@ -30,26 +30,21 @@
 %clean
 %{__rm} -rf %{buildroot}
 
-%post
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-
-%postun
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-
 %files
 %defattr(-, root, root, -)
 %doc COPYING 
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{_datadir}/pixmaps/%{name}_icon.png
+%{_mandir}/man1/%{name}.1*
 
 %changelog
+* Sun Nov 23 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.0.8-1
+- 0.0.8
+- add man page
+- icon has moved
+- remove %%post scripts
+
 * Wed Oct  7 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.3.0-1
 - initial build
 




More information about the fedora-extras-commits mailing list