]> git.pld-linux.org Git - packages/qgit.git/blob - qgit.spec
- updated to 2.3
[packages/qgit.git] / qgit.spec
1 Summary:        A git GUI viewer built on Qt
2 Summary(pl.UTF-8):      Graficzna przeglądarka repozytorium git oparta o Qt
3 Name:           qgit
4 Version:        2.3
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/qgit/%{name}-%{version}.tar.bz2
9 # Source0-md5:  1f6cd60cc1b92973718b108d542e3270
10 Source1:        %{name}.desktop
11 URL:            http://digilander.libero.it/mcostalba/
12 BuildRequires:  QtCore-devel
13 BuildRequires:  QtGui-devel
14 BuildRequires:  qt4-build >= 4.3.3-3
15 BuildRequires:  qt4-qmake >= 4.3.3-3
16 BuildRequires:  rpmbuild(macros) >= 1.129
17 Requires:       git-core >= 1.5.3
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 QGit is a git GUI viewer built on Qt/C++. With qgit you will be able
22 to browse revisions history, view patch content and changed files,
23 graphically following different development branches.
24
25 %description -l pl.UTF-8
26 QGit to graficzna przeglądarka repozytorium git oparta na Qt/C++. Przy
27 jej użyciu można przeglądać historię zmian, oglądać zawartość łat i
28 zmienione pliki, graficznie przechodząc po różnych gałęziach rozwoju.
29
30 %prep
31 %setup -q -n %{name}
32
33 %build
34 qmake-qt4 qgit.pro
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
40
41 install bin/qgit $RPM_BUILD_ROOT%{_bindir}
42 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README
50 %attr(755,root,root) %{_bindir}/*
51 %{_desktopdir}/%{name}.desktop
This page took 0.066043 seconds and 3 git commands to generate.