Author: deejay1 Date: Sat Dec 8 20:23:30 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.4 - added updated PL translation as P0 - rel. 1; STBR
---- Files affected: SPECS: giggle.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/giggle.spec diff -u SPECS/giggle.spec:1.4 SPECS/giggle.spec:1.5 --- SPECS/giggle.spec:1.4 Wed May 9 19:39:55 2007 +++ SPECS/giggle.spec Sat Dec 8 21:23:25 2007 @@ -2,19 +2,20 @@ Summary: Graphical frontend for git Summary(pl.UTF-8): Graficzna nakładka na git Name: giggle -Version: 0.3 +Version: 0.4 Release: 1 License: GPL v2 Group: X11/Development/Tools Source0: http://ftp.imendio.com/pub/imendio/giggle/src/%{name}-%{version}.tar.gz -# Source0-md5: 74baaae976c28fb4a6bdf386d13e38a2 +# Source0-md5: 695b381d42de8338626068dfa5341406 URL: http://developer.imendio.com/projects/giggle +Patch0: %{name}-pl.patch BuildRequires: autoconf >= 2.52 BuildRequires: automake BuildRequires: git-core >= 1.4.4.3 BuildRequires: glib2-devel >= 1:2.12 BuildRequires: gtk+2-devel >= 2:2.10 -BuildRequires: gtksourceview-devel >= 1.8 +BuildRequires: gtksourceview2-devel >= 2.0 BuildRequires: intltool >= 0.35.0 BuildRequires: libglade2-devel >= 1:2.4 BuildRequires: libtool @@ -24,13 +25,18 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Giggle is a graphical frontend for the git directory tracker. +Giggle is a GTK+ based GIT repositories viewer, providing developers a +way to browse and visualize graphically revision trees, change logs, +diffs, and other useful information. %description -l pl.UTF-8 -Giggle jest graficzną nakładką na git. +Giggle jest bazującą na GTK+ przeglądarką repozytoriów GIT, dającą +deweloperom możliwość przeglądania i wizualizacji drzew rewizji, list +zmian, różnić i innych przydatnych informacji. %prep %setup -q +%patch0 -p1 %build %{__intltoolize} @@ -53,10 +59,14 @@ rm -rf $RPM_BUILD_ROOT %post +/sbin/ldconfig %update_desktop_database_post +%update_icon_cache hicolor %postun +/sbin/ldconfig %update_desktop_database_postun +%update_icon_cache hicolor %files -f %{name}.lang %defattr(644,root,root,755) @@ -64,6 +74,8 @@ %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_desktopdir}/* +%{_iconsdir}/hicolor/*/* +%{_libdir}/libgiggle-0.4.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -71,7 +83,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.4 2007-05-09 17:39:55 deejay1 +Revision 1.5 2007-12-08 20:23:25 deejay1 +- up to 0.4 +- added updated PL translation as P0 +- rel. 1; STBR + +Revision 1.4 2007/05/09 17:39:55 deejay1 - up to 0.3 Revision 1.3 2007/04/04 09:59:32 qboosh ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/giggle.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
