Author: arekm                        Date: Tue May  1 20:59:05 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/guitone.spec
diff -u /dev/null SPECS/guitone.spec:1.1
--- /dev/null   Tue May  1 22:59:05 2007
+++ SPECS/guitone.spec  Tue May  1 22:58:59 2007
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:       A GUI frontend for monotone
+Summary(pl.UTF-8):     Graficzny interfejs użytkownika dla monotone
+Name:          guitone
+Version:       0.6.3
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       
http://guitone.thomaskeller.biz/count.php/from=default/%{version}/%{name}-%{version}.tgz
+# Source0-md5: c57e23e156d36b32db4ffe87614ddde9
+URL:           http://guitone.thomaskeller.biz/
+BuildRequires: QtCore-devel
+BuildRequires: QtGui-devel
+BuildRequires: qt4-build >= 4.2.0
+BuildRequires: qt4-qmake
+BuildRequires: rpmbuild(macros) >= 1.129
+Requires:      monotone >= 0.34
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Guitone is a Qt-based, cross-platform graphical user interface for the
+distributed version control system monotone. It aims towards a full
+implementation of the monotone automation interface and is especially
+targeted at beginners.
+
+%prep
+%setup -q
+
+%build
+qt4-qmake -config release guitone.pro
+lrelease guitone.pro
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install bin/* $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc notes/* NEWS README
+%attr(755,root,root) %{_bindir}/*
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/05/01 20:58:59  arekm
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to