]> git.pld-linux.org Git - packages/kde4-cervisia.git/blame - kde4-cervisia.spec
- updated to 4.12.4 (by update-kde4.sh)
[packages/kde4-cervisia.git] / kde4-cervisia.spec
CommitLineData
17e30a44
WF
1#
2# TODO:
3# - add man files
4#
5%define orgname cervisia
6%define _state stable
7%define qtver 4.8.1
8
9Summary: A KDE CVS frontend
10Summary(pl.UTF-8): Frontend do CVS dla KDE
11Name: kde4-cervisia
7bfa4497 12Version: 4.12.4
17e30a44
WF
13Release: 1
14License: GPL
15Group: X11/Development/Tools
16Requires: cvs-client >= 1.10
17Requires: kde4-kdebase >= %{version}
18Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
7bfa4497 19# Source0-md5: 07e6f41234e8ac79b240567ef7cdfde1
17e30a44
WF
20URL: http://www.kde.org/
21BuildRequires: QtNetwork-devel >= %{qtver}
22BuildRequires: automoc4 >= 0.9.88
23BuildRequires: cmake >= 2.8.0
24BuildRequires: kde4-kdelibs-devel >= %{version}
25BuildRequires: qt4-build >= %{qtver}
26BuildRequires: qt4-qmake >= %{qtver}
27BuildRequires: rpmbuild(macros) >= 1.600
28Obsoletes: kde4-kdesdk-cervisia
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%define _gimpdir %{_datadir}/gimp/2.0
32%define _appdefsdir %{_datadir}/X11/app-defaults
33%define _emacspkgdir /usr/share/emacs/%(rpm -q --qf %{V} emacs-common | tr -d '[a-z]')
34%define _xemacspkgdir /usr/share/xemacs-packages
35%define _zshfcdir /usr/share/zsh/latest/functions
36
37%description
38A KDE CVS frontend. It features:
39- updating or retrieving the status of a working directory or single
40 files. Files are displayed in different colors depending on their
41 status, and the shown files can be filtered according to their status
42- common operations like adding, removing and commiting files.
43- advanced operations like adding and removing watches, editing and
44 unediting files, locking and unlocking.
45- checking out and importing modules.
46- graphical diff against the repository and between different
47 revisions.
48- blame-annotated view of a file.
49- view of the log messages in tree and list form.
50- resolving of conflicts in a file.
51- tagging and branching.
52- updating to a tag, branch or date.
53- a Changelog editor coupled with the commit dialog.
54
55%description -l pl.UTF-8
56Frontend do CVS dla KDE. Ma następujące możliwości:
57- uaktualnianie lub odtwarzanie stanu katalogu lub pojedynczych
58 plików; pliki są wyświetlane w różnych kolorach zależnie od ich stanu,
59 a pokazywane pliki mogą być filtrowane według ich stanu
60- podstawowe operacje, takie jak dodawanie, usuwanie i commitowanie
61 plików
62- zaawansowane operacje, takie jak dodawanie i usuwanie śledzenia,
63 włączanie i wyłączanie edycji plików, blokowanie i odblokowywanie
64- pobieranie i importowanie modułów
65- graficzne wyświetlanie różnic względem repozytorium i między różnymi
66 rewizjami
67- widok pliku opisany winnymi
68- widok loga komentarzy do zmian w postaci drzewa i listy
69- rozwiązywanie konfliktów w pliku
70- tagowanie i branchowanie
71- uaktualnianie do taga, brancha lub daty
72- edytor changelogów połączony z oknem dialogowym do commitowania.
73
74%prep
75%setup -q -n %{orgname}-%{version}
76
77%build
78install -d build
79cd build
80%cmake \
81 ../
82
83%{__make}
84
85%install
86rm -rf $RPM_BUILD_ROOT
87
88install -d $RPM_BUILD_ROOT{%{_gimpdir}/palettes,%{_appdefsdir}}
89
90%{__make} -C build install \
91 DESTDIR=$RPM_BUILD_ROOT \
92 kde_htmldir=%{_kdedocdir}
93
94rm -rf $RPM_BUILD_ROOT%{_iconsdir}/locolor
95
96%find_lang cervisia --with-kde
97
98%clean
99rm -rf $RPM_BUILD_ROOT
100
101%post -p /sbin/ldconfig
102%postun -p /sbin/ldconfig
103
104%files -f cervisia.lang
105%defattr(644,root,root,755)
106%attr(755,root,root) %{_bindir}/cervisia
107%attr(755,root,root) %{_bindir}/cvsaskpass
108%attr(755,root,root) %{_bindir}/cvsservice
109%attr(755,root,root) %{_libdir}/libkdeinit4_cervisia.so
110%attr(755,root,root) %{_libdir}/libkdeinit4_cvsservice.so
111%attr(755,root,root) %{_libdir}/libkdeinit4_cvsaskpass.so
112%attr(755,root,root) %{_libdir}/kde4/*cervisia*.so
113%{_datadir}/apps/cervisia*
114%{_datadir}/config.kcfg/cervisiapart.kcfg
115%{_datadir}/dbus-1/interfaces/*.cervisia.*.xml
116%{_datadir}/kde4/services/cvsservice.desktop
117%{_datadir}/kde4/services/cervisiapart.desktop
118%{_desktopdir}/kde4/cervisia.desktop
119%{_iconsdir}/*/*/actions/vcs-*-cvs-*.*
120%{_iconsdir}/*/*/*/cervisia.png
121%{_mandir}/man1/cervisia.1*
This page took 0.076718 seconds and 4 git commands to generate.