SPECS: kgit.spec (NEW) - initial

vip vip at pld-linux.org
Fri May 11 21:51:29 CEST 2007


Author: vip                          Date: Fri May 11 19:51:29 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/kgit.spec
diff -u /dev/null SPECS/kgit.spec:1.1
--- /dev/null	Fri May 11 21:51:29 2007
+++ SPECS/kgit.spec	Fri May 11 21:51:23 2007
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:	KDE frontend for GIT repositories
+Summary(pl.UTF-8):	Interfejs do zarządzania repozytoriami GIT dla KDE
+Name:		kgit
+Version:	0.1
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/kgit/%{name}-%{version}.tar.bz2
+# Source0-md5:	adef4a6ca7a9da22b86ef9d30ce6ec97
+URL:		http://kgit.sourceforge.net/
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel
+BuildRequires:	rpmbuild(macros) >= 1.129
+Requires:	kdelibs >= 3.3.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Small but functional frontend to the popular source control programm,
+git. It is similar to 'gitk' with two significant differences:
+- written in Qt using KDevelop and kde libraires
+- it is functional unlike gitk which is only a repository viewer
+
+%prep
+%setup -q -n %{name}
+
+%build
+cp -f /usr/share/automake/config.* admin
+%configure \
+	--disable-rpath \
+	--with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir}
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/kgit
+%attr(755,root,root) %{_bindir}/kgit_client
+%{_datadir}/applnk/Utilities/kgit.desktop
+%{_iconsdir}/hicolor/*/apps/kgit.png
+%{_datadir}/apps/kgit/kgitui.rc
+
+%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/05/11 19:51:23  vip
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list