SPECS: giggle.spec (NEW) - initial revision

deejay1 deejay1 at pld-linux.org
Tue Apr 3 18:19:55 CEST 2007


Author: deejay1                      Date: Tue Apr  3 16:19:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
SPECS:
   giggle.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/giggle.spec
diff -u /dev/null SPECS/giggle.spec:1.1
--- /dev/null	Tue Apr  3 18:19:55 2007
+++ SPECS/giggle.spec	Tue Apr  3 18:19:50 2007
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+#
+Summary:	Graphical frontend for git
+Summary(pl.UTF-8):	Graficzna nakładka na git
+Name:		giggle
+Version:	0.2
+Release:	1
+License:	GPL v2
+Group:		X11/Development/Tools
+Source0:	http://ftp.imendio.com/pub/imendio/giggle/src/%{name}-%{version}.tar.gz
+# Source0-md5:	ef23f4c4d3d30a9338b95437828a7e03
+URL:		http://developer.imendio.com/projects/giggle
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gtksourceview-devel
+BuildRequires:	intltool
+BuildRequires:	libglade2-devel
+BuildRequires:	libtool
+Requires:	desktop-file-utils
+Requires:	git-core >= 1.4.4.3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Giggle is a graphical frontend for the git directory tracker.
+
+%description -l pl.UTF-8
+Giggle jest graficzną nakładką na git.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_desktop_database_post
+
+%postun
+%update_desktop_database_postun
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/03 16:19:50  deejay1
+- initial revision
+
+
================================================================


More information about the pld-cvs-commit mailing list