]> git.pld-linux.org Git - packages/geany-plugins.git/blame - geany-plugins.spec
libgit2 1.6 rebuild
[packages/geany-plugins.git] / geany-plugins.spec
CommitLineData
1e15afd5
JB
1#
2# Conditional build:
3%bcond_without cppcheck # cppcheck to check geany-plugins source code
4
62350ae6
JR
5Summary: A collection of different plugins for Geany
6Summary(pl.UTF-8): Zbiór różnych wtyczek dla Geany
7Name: geany-plugins
11555b70 8Version: 1.38
17b29f37 9Release: 4
62350ae6
JR
10License: GPL v2+
11Group: Libraries
12Source0: https://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.gz
11555b70 13# Source0-md5: 1d9f297ac49e54ab769b12ccef6df0b2
1e15afd5
JB
14Patch0: %{name}-libgit2.patch
15URL: https://plugins.geany.org/
ab1c561f
JP
16BuildRequires: autoconf >= 2.61
17BuildRequires: autoconf-archive
18BuildRequires: automake >= 1:1.8
62350ae6 19BuildRequires: check-devel
1e15afd5 20%{?with_cppcheck:BuildRequires: cppcheck}
4753ef36 21BuildRequires: ctpl-devel >= 0.3
62350ae6 22BuildRequires: docutils
1e15afd5
JB
23BuildRequires: enchant2-devel >= 2.2
24BuildRequires: gdk-pixbuf2-devel >= 2.0
ff2266fe 25BuildRequires: geany-devel >= 1.38
1e15afd5
JB
26BuildRequires: gettext-tools
27BuildRequires: glib2-devel >= 1:2.22
62350ae6 28BuildRequires: gpgme-devel
1e15afd5
JB
29BuildRequires: gtk+3-devel >= 3.0
30BuildRequires: gtk-webkit3-devel >= 1.1.18
31BuildRequires: gtk-webkit4-devel >= 1.1.13
32BuildRequires: gtkspell3-devel >= 3.0
ab1c561f 33BuildRequires: intltool >= 0.35.0
1e15afd5 34BuildRequires: libgit2-devel >= 0.21
62350ae6 35BuildRequires: libmarkdown-devel
1e15afd5 36BuildRequires: libsoup-devel >= 2.42
62350ae6 37BuildRequires: libtool
1e15afd5
JB
38BuildRequires: libxml2-devel >= 1:2.6.27
39BuildRequires: lua51-devel >= 5.1
40BuildRequires: pkgconfig
0bb9cb2c 41BuildRequires: vala
1e15afd5 42BuildRequires: vte-devel >= 0.46
ff2266fe 43Requires: geany >= 1.38
1e15afd5 44Requires: glib2 >= 1:2.22
15ffdde0
KM
45Obsoletes: geany-plugins-devhelp < 1.37
46Obsoletes: geany-plugins-geanypy < 1.37
15ffdde0 47Obsoletes: geany-plugins-multiterm < 1.37
62350ae6
JR
48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
50%description
51Geany-Plugins is a collection of different plugins for Geany, a
52lightweight IDE.
53
54%description -l pl.UTF-8
55Geany-Plugins to zbiór różnych wtyczek dla Geany, lekiego IDE
45c0af38 56używającego GTK+.
62350ae6 57
62350ae6
JR
58%package addons
59Summary: Various small plugins for Geany
60Summary(pl.UTF-8): Różne drobne dodatki dla Geany
61Group: Libraries
62Requires: %{name} = %{version}-%{release}
63
64%description addons
65This plugin adds various small addons to Geany which aren't worth an
66own plugin but might still useful for people.
67
68%description addons -l pl.UTF-8
45c0af38
JB
69Ta wtyczka dodaje różne małe dodatki do Geany, które nie zasługują aby
70mieć własne wtyczki, ale wciąż są użyteczne dla ludzi.
62350ae6 71
62350ae6
JR
72%package autoclose
73Summary: autoclose plugin for Geany
45c0af38 74Summary(pl.UTF-8): Wtyczka automatycznego zamykania nawiasów dla Geany
62350ae6
JR
75Group: Libraries
76Requires: %{name} = %{version}-%{release}
77
78%description autoclose
79This plugin enables auto-closing features.
80
81%description autoclose -l pl.UTF-8
82Ta wtyczka automatycznie zamyka nawiasy w trakcie pisania kodu.
83
62350ae6
JR
84%package automark
85Summary: automark plugin for Geany
45c0af38 86Summary(pl.UTF-8): Wtyczka automark dla Geany
62350ae6
JR
87Group: Libraries
88Requires: %{name} = %{version}-%{release}
89
90%description automark
91This is a simple plugin that highlights all words that match current
92word under cursor.
93
94%description automark -l pl.UTF-8
95Ta wtyczka podświetla wszystkie słowa pasujące do aktualnie
96znajdującego się pod kursorem.
97
62350ae6
JR
98%package codenav
99Summary: codenav plugin for Geany
45c0af38 100Summary(pl.UTF-8): Wtyczka codenav dla Geany
62350ae6
JR
101Group: Libraries
102Requires: %{name} = %{version}-%{release}
103
104%description codenav
105This plugin adds some facilities for navigating in code files.
106
107%description codenav -l pl.UTF-8
108Wtyczka ułatwiająca nawigowanie po kodzie.
109
62350ae6
JR
110%package commander
111Summary: commander plugin for Geany
45c0af38 112Summary(pl.UTF-8): Wtyczka commander dla Geany
62350ae6
JR
113Group: Libraries
114Requires: %{name} = %{version}-%{release}
115
116%description commander
117Commander is a plugin for Geany that provides a command panel for
118rapid access to any action.
119
120%description commander -l pl.UTF-8
45c0af38 121Commander to wtyczka do Geany, która zapewnia panel poleceń,
62350ae6
JR
122umożliwiający szybki dostęp do dowolnej akcji.
123
62350ae6
JR
124%package debugger
125Summary: debugger plugin for Geany
45c0af38 126Summary(pl.UTF-8): Wtyczka debugger dla Geany
62350ae6
JR
127Group: Libraries
128Requires: %{name} = %{version}-%{release}
129
130%description debugger
131Plugin enables debugging in Geany. Currently supports GDB only, but
132was developed with multiple debuggers support in mind, so the other
133backends support is planned as well.
134
135%description debugger -l pl.UTF-8
136Wtyczka umożliwia debugowanie w Geany. Obecnie obsługuje tylko GDB,
137ale została opracowana z myślą o obsłudze wielu debuggerów, więc
138planowane jest także wsparcie innych backendów.
139
62350ae6
JR
140%package defineformat
141Summary: defineformat plugin for Geany
45c0af38 142Summary(pl.UTF-8): Wtyczka defineformat dla Geany
62350ae6
JR
143Group: Libraries
144Requires: %{name} = %{version}-%{release}
145
146%description defineformat
147Defineformat -- on-the-fly #define prettyprinter. This plugin will
148help you to write multiline defines with aligned backslash.
149
150%description defineformat -l pl.UTF-8
45c0af38 151Ta wtyczka pomaga pisać definicje wielowierszowe z wyrównanym
62350ae6
JR
152odwrotnym ukośnikiem.
153
15ffdde0
KM
154# Incompatible with GTK+3 yet
155#%package devhelp
156#Summary: devhelp plugin for Geany
157#Summary(pl.UTF-8): : Wtyczka devhelp dla Geany
158#Group: Libraries
159#Requires: %{name} = %{version}-%{release}
0bb9cb2c 160
15ffdde0
KM
161#%description devhelp
162#This plugin embeds an API documentation browser and search
163#functionality directly into Geany's user interface.
0bb9cb2c 164
15ffdde0
KM
165#%description devhelp -l pl.UTF-8
166#Ta wtyczka osadza przeglądarkę dokumentacji API i wyszukiwanie
167#funkcjonalność bezpośrednio w interfejsie użytkownika Geany.
0bb9cb2c 168
62350ae6
JR
169%package geanyctags
170Summary: geanyctags plugin for Geany
45c0af38 171Summary(pl.UTF-8): Wtyczka geanyctags dla Geany
62350ae6
JR
172Group: Libraries
173Requires: %{name} = %{version}-%{release}
174Requires: ctags
175
176%description geanyctags
177GeanyCtags adds a simple support for generating and querying ctags
178files for a Geany project. It requires that the ctags command is
179installed in a system path
180
181%description geanyctags -l pl.UTF-8
182GeanyCtags dodaje prostą obsługę generowania i sprawdzania plików
183ctags dla projektu Geany. Wtyczka wymaga zainstalowanego ctags.
184
62350ae6
JR
185%package geanydoc
186Summary: geanydoc plugin for Geany
45c0af38 187Summary(pl.UTF-8): Wtyczka geanydoc dla Geany
62350ae6
JR
188Group: Libraries
189Requires: %{name} = %{version}-%{release}
190
191%description geanydoc
192Geanydoc is plugin for Geany IDE that allow execute specified commands
193on the current word at the cursor position.
194
195%description geanydoc -l pl.UTF-8
45c0af38 196Geanydoc to wtyczka dla IDE Geany, która pozwala wykonywać określone
62350ae6
JR
197polecenia dla aktualnie zaznaczonego słowa.
198
62350ae6
JR
199%package geanyextrasel
200Summary: geanyextrasel plugin for Geany
45c0af38 201Summary(pl.UTF-8): Wtyczka geanyextrasel dla Geany
62350ae6
JR
202Group: Libraries
203Requires: %{name} = %{version}-%{release}
204
205%description geanyextrasel
206The Extra Selection plugin adds the following functions to Geany:
207- Goto matching brace and select (Select to Matching Brace).
208- Goto line and select (Select to Line).
209- Toggle the current selection type between stream and rectangular
210 (without changing column mode, can be invoked while drag-selecting).
211- Ctrl-Shift-Alt-Left/Right/Home/End keys - same as Ctrl-Shift, but
212 for rectangular selection.
213- Column mode - while active, all (Ctrl)-Shift-movement keys do
214 rectangle selection instead of stream.
215- Selection with anchor instead of the Shift-movement keys.
216
217%description geanyextrasel -l pl.UTF-8
218Wtyczka Extra Selection dodaje do Geany następujące funkcje:
45c0af38
JB
219- Przejście do pasującego nawiasu klamrowego i zaznaczenie (Zaznacz do
220 pasującego nawiasu klamrowego),
221- Przejście do linii i zaznaczenie (Zaznacz do linii).
222- Przełączanie bieżącego rodzaju zaznaczenia między strumieniowym a
223 prostokątnym (bez zmiany trybu kolumnowego, można wywoływać podczas
224 zaznaczania przeciągnięciem).
62350ae6 225- Ctrl-Shift-Alt-Left / Right / Home / End - tak samo jak Ctrl-Shift,
45c0af38
JB
226 ale dla zaznaczania prostokątnego.
227- Tryb kolumnowy - gdy aktywny, wszystkie klawisze (Ctrl)-Shift-ruch
228 wykonują zaznaczenie prostokątne zamiast strumieniowego.
229- Zaznaczanie za pomocą kotwicy zamiast klawiszy Shift-move.
62350ae6 230
4753ef36
JB
231%package geanygendoc
232Summary: geanygendoc plugin for Geany
233Summary(pl.UTF-8): Wtyczka geanygendoc dla Geany
234Group: Libraries
235Requires: %{name} = %{version}-%{release}
236Requires: ctpl >= 0.3
237# rst2html
238Requires: docutils
239
240%description geanygendoc
241GeanyGenDoc is a plugin for Geany that aims to help code documentation
242by automatically generating documentation comment basis from the
243source code.
244
245%description geanygendoc -l pl.UTF-8
246GeanyGenDoc to wtyczka Geany wspomagająca dokumentowanie kodu poprzez
247automatyczne generowanie podstaw komentarzy dokumenujących z kodu
248źródłowego.
249
62350ae6
JR
250%package geanyinsertnum
251Summary: geanyinsertnum plugin for Geany
45c0af38 252Summary(pl.UTF-8): Wtyczka geanyinsertnum dla Geany
62350ae6
JR
253Group: Libraries
254Requires: %{name} = %{version}-%{release}
255
256%description geanyinsertnum
257This plugin replaces a (possibly zero-width) rectangular selection
258with integer numbers, using start/step/base etc. specified by the
259user. For practical reasons, the number of lines is limited to 250000.
260Lines shorter than the current selection are skipped.
261
262%description geanyinsertnum -l pl.UTF-8
45c0af38
JB
263Wtyczka ta zastępuje prostokątne zaznaczenie (także o zerowej
264szerokości) ciągiem liczb całkowitych, określony przez początek, krok,
265podstawę itp. podane przez użytkownika. Ze względów praktycznych
266liczba linii jest ograniczona do 250000. Linie krótsze niż bieżące
267zaznaczenie są pomijane.
62350ae6 268
62350ae6
JR
269%package geanylua
270Summary: geanylua plugin for Geany
45c0af38 271Summary(pl.UTF-8): Wtyczka geanylua dla Geany
62350ae6
JR
272Group: Libraries
273Requires: %{name} = %{version}-%{release}
274
275%description geanylua
276This is a plugin for the Geany IDE to provide Lua scripting.
277
278%description geanylua -l pl.UTF-8
279Ta wtyczka umożliwia używanie w Geany skryptów LUA.
280
62350ae6
JR
281%package geanymacro
282Summary: geanymacro plugin for Geany
45c0af38 283Summary(pl.UTF-8): Wtyczka geanymacro dla Geany
62350ae6
JR
284Group: Libraries
285Requires: %{name} = %{version}-%{release}
286
287%description geanymacro
288Geanymacro is a plugin to provide user defined macros for Geany
289
290%description geanymacro -l pl.UTF-8
291Geanymacro to wtyczka pozwalająca użytkownikowi definiować własne
292makra.
293
62350ae6
JR
294%package geanyminiscript
295Summary: geanyminiscript plugin for Geany
45c0af38 296Summary(pl.UTF-8): Wtyczka geanyminiscript dla Geany
62350ae6
JR
297Group: Libraries
298Requires: %{name} = %{version}-%{release}
299
300%description geanyminiscript
301A Geany Mini-Script filter plugin
302
303%description geanyminiscript -l pl.UTF-8
304Wtyczka filtra Geany Mini-Script
305
62350ae6
JR
306%package geanynumberedbookmarks
307Summary: geanynumberedbookmarks plugin for Geany
45c0af38 308Summary(pl.UTF-8): Wtyczka geanynumberedbookmarks dla Geany
62350ae6
JR
309Group: Libraries
310Requires: %{name} = %{version}-%{release}
311
312%description geanynumberedbookmarks
313Geanynumberedbookmarks is a plugin to provide users with 10 numbered
45c0af38 314bookmarks (in addition to the usual bookmarks).
62350ae6
JR
315
316%description geanynumberedbookmarks -l pl.UTF-8
317Geanynumberedbookmarks to wtyczka zapewniająca użytkownikom 10
45c0af38 318ponumerowanych zakładek (oprócz zwykłych zakładek).
62350ae6 319
62350ae6
JR
320%package geanypg
321Summary: geanypg plugin for Geany
45c0af38 322Summary(pl.UTF-8): Wtyczka geanypg dla Geany
62350ae6
JR
323Group: Libraries
324Requires: %{name} = %{version}-%{release}
325
326%description geanypg
327GeanyPG is a plugin for Geany that allows the user to encrypt, decrypt
328and verify signatures with GnuPG.
329
330%description geanypg -l pl.UTF-8
331GeanyPG to wtyczka dla Geany, która pozwala użytkownikowi szyfrować,
45c0af38 332odszyfrowywać i weryfikować podpisy za pomocą GnuPG.
62350ae6 333
62350ae6
JR
334%package geanyprj
335Summary: geanyprj plugin for Geany
45c0af38 336Summary(pl.UTF-8): Wtyczka geanyprj dla Geany
62350ae6
JR
337Group: Libraries
338Requires: %{name} = %{version}-%{release}
339
340%description geanyprj
341Geanyprj is alternative project manager for Geany fast light IDE.
342
343%description geanyprj -l pl.UTF-8
45c0af38 344Geanyprj jest alternatywnym zarządcą projektów dla Geany IDE.
62350ae6 345
15ffdde0
KM
346# Incompatible with GTK+3 yet
347#%package geanypy
348#Summary: geanypy plugin for Geany
45c0af38 349#Summary(pl.UTF-8): Wtyczka geanypy dla Geany
15ffdde0
KM
350#Group: Libraries
351#Requires: %{name} = %{version}-%{release}
62350ae6 352
15ffdde0
KM
353#%description geanypy
354#Write Geany plugins in Python! Geanypy provides most of the standard
355#Geany C API for Python.
62350ae6 356
15ffdde0 357#%description geanypy -l pl.UTF-8
45c0af38
JB
358#Pisz wtyczki Geany w Pythonie! Geanypy zapewnia udostępnia większość
359#standardowych API C Geany z poziomu Pythona.
62350ae6 360
62350ae6
JR
361%package geanyvc
362Summary: geanyvc plugin for Geany
45c0af38 363Summary(pl.UTF-8): Wtyczka geanyvc dla Geany
62350ae6
JR
364Group: Libraries
365Requires: %{name} = %{version}-%{release}
366
367%description geanyvc
368GeanyVC is plugin that provides a uniform way of accessing the
369different version-control systems inside Geany IDE. Only small subset
370of vc is implemented, but, hey, you don't need anything besides diff,
371log, status, revert and commit most time.
372
373%description geanyvc -l pl.UTF-8
45c0af38
JB
374GeanyVC to wtyczka, która zapewnia jednolity sposób dostępu do różnych
375systemów kontroli wersji w IDE Geany. Zaimplementowano tylko niewielki
376podzbiór funkcji, ale zwykle wystarczają różnice, log zmian, status,
377wycofywanie i zatwierdzanie zmian.
62350ae6 378
62350ae6
JR
379%package geniuspaste
380Summary: geniuspaste plugin for Geany
45c0af38 381Summary(pl.UTF-8): Wtyczka geniuspaste dla Geany
62350ae6
JR
382Group: Libraries
383Requires: %{name} = %{version}-%{release}
384
385%description geniuspaste
386This plugin allows the user to paste code from Geany into a configured
387pastebin service. At the moment it ships with builtin support these
388pastebin services, but more can be added:
389- codepad.org
390- dpaste.de
391- fpaste.org
392- pastebin.geany.org
393- paste.debian.net
45c0af38
JB
394- sprunge.us
395
396GeniusPaste detects automatically the syntax of the code and pastes it
397with syntax highlighting enabled. It can also display the pasted code
398opening a new browser tab.
62350ae6
JR
399
400%description geniuspaste -l pl.UTF-8
401Ta wtyczka pozwala użytkownikowi wkleić kod z Geany do skonfigurowanej
45c0af38
JB
402usługi pastebin. W tej chwili ma wbudowaną obsługę poniższych usłg
403pastebin, ale może być dodane więcej:
62350ae6
JR
404- codepad.org
405- dpaste.de
406- fpaste.org
407- pastebin.geany.org
408- paste.debian.net
45c0af38
JB
409- sprunge.us
410
411GeniusPaste automatycznie wykrywa składnię kodu i wkleja go z
412włączonym podświetlaniem składni. Może także wyświetlać wklejony kod,
413otwierając nową kartę przeglądarki.
62350ae6 414
62350ae6
JR
415%package git-changebar
416Summary: git-changebar plugin for Geany
45c0af38 417Summary(pl.UTF-8): Wtyczka git-changebar dla Geany
62350ae6
JR
418Group: Libraries
419Requires: %{name} = %{version}-%{release}
420
421%description git-changebar
422This plugin highlights uncommitted changes to files tracked with Git,
423allows to navigate through the hunks and undo them.
424
425%description git-changebar -l pl.UTF-8
426Ta wtyczka podkreśla niezatwierdzone zmiany w plikach śledzonych za
45c0af38
JB
427pomocą Gita, pozwala nawigować między zmienionymi blokami i wycofywać
428zmiany.
62350ae6 429
62350ae6
JR
430%package keyrecord
431Summary: keyrecord plugin for Geany
45c0af38 432Summary(pl.UTF-8): Wtyczka keyrecord dla Geany
62350ae6
JR
433Group: Libraries
434Requires: %{name} = %{version}-%{release}
435
436%description keyrecord
437This plugin allows you to record a sequence of keystrokes and to
438replay it several times.
439
440%description keyrecord -l pl.UTF-8
441Ta wtyczka pozwala nagrywać sekwencję naciśnięć klawiszy i odtwarzać
442ją kilka razy.
443
62350ae6
JR
444%package latex
445Summary: latex plugin for Geany
45c0af38 446Summary(pl.UTF-8): Wtyczka latex dla Geany
62350ae6
JR
447Group: Libraries
448Requires: %{name} = %{version}-%{release}
449
450%description latex
451LaTeX is a little plugin to improve support of LaTeX on Geany.
452
453%description latex -l pl.UTF-8
454LaTeX to prosta wtyczka rozszerzająca możliwości Geany w tym zakresie.
455
62350ae6
JR
456%package lineoperations
457Summary: lineoperations plugin for Geany
45c0af38 458Summary(pl.UTF-8): Wtyczka lineoperations dla Geany
62350ae6
JR
459Group: Libraries
460Requires: %{name} = %{version}-%{release}
461
462%description lineoperations
463Line Operations is an assortment of simple line functions that can be
464applied to an open file, or selection.
465
466%description lineoperations -l pl.UTF-8
45c0af38
JB
467Line Operations to zestaw prostych, operujących na liniach funkcji,
468które można zastosować do otwartego pliku lub zaznaczenia.
62350ae6 469
62350ae6
JR
470%package lipsum
471Summary: lipsum plugin for Geany
45c0af38 472Summary(pl.UTF-8): Wtyczka lipsum dla Geany
62350ae6
JR
473Group: Libraries
474Requires: %{name} = %{version}-%{release}
475
476%description lipsum
477Lipsum is a plugin for Geany that implements a Lorem Ipsum generator
478to insert placeholder text into your document.
479
480%description lipsum -l pl.UTF-8
481Lipsum to wtyczka dla Geany, która implementuje generator Lorem Ipsum
482do wstawiania tekstu zastępczego do dokumentu.
483
a4025e86
KM
484%package markdown
485Summary: markdown plugin for Geany
45c0af38 486Summary(pl.UTF-8): Wtyczka markdown dla Geany
a4025e86
KM
487Group: Libraries
488Requires: %{name} = %{version}-%{release}
15ffdde0 489
a4025e86
KM
490%description markdown
491This plugin provides a real-time preview of rendered Markdown, that
492is, Markdown converted to HTML and inserted into an HTML template and
493loaded into a WebKit view.
15ffdde0 494
a4025e86 495%description markdown -l pl.UTF-8
45c0af38
JB
496Ta wtyczka zapewnia podgląd w czasie rzeczywistym renderowanego kodu
497Markdown, tzn. Markdown jest konwertowany na HTML i wstawiany do
498szablonu HTML, a następnie ładowany do widoku WebKit.
15ffdde0
KM
499
500# Incompatible with GTK+3 yet
501#%package multiterm
502#Summary: multiterm plugin for Geany
45c0af38 503#Summary(pl.UTF-8): Wtyczka multiterm dla Geany
15ffdde0
KM
504#Group: Libraries
505#Requires: %{name} = %{version}-%{release}
506
507#%description multiterm
508#MultiTerm is similar to Geany's built-in VTE terminal except that it
509#supports multiple terminals in tabs and supports different shells in
510#each of the terminal tabs.
511
512#%description multiterm -l pl.UTF-8
513#MultiTerm jest podobne do wbudowanego w Geany terminala VTE, z tą
45c0af38
JB
514#różnicą, że obsługuje wiele terminali w zakładkach i różne powłoki w
515#każdej zakładce terminalowej.
62350ae6
JR
516
517%package overview
518Summary: overview plugin for Geany
45c0af38 519Summary(pl.UTF-8): Wtyczka overview dla Geany
62350ae6
JR
520Group: Libraries
521Requires: %{name} = %{version}-%{release}
522
523%description overview
524The Overview plugin is a small zoomed-out view next to the normal
525editor view that allows to see and navigate a lot of the file at once.
526It is similar to the Minimap in SublimeText or such similar feature in
527numerous other editors.
528
529%description overview -l pl.UTF-8
530Wtyczka Overview to mały, pomniejszony widok obok normalnego widoku
531edytora, który pozwala zobaczyć i nawigować po wielu plikach
532jednocześnie. Jest podobny do Minimapy w SublimeText lub podobnej
533funkcji w wielu innych edytorach.
534
62350ae6
JR
535%package pairtaghighlighter
536Summary: pairtaghighlighter plugin for Geany
45c0af38 537Summary(pl.UTF-8): Wtyczka pairtaghighlighter dla Geany
62350ae6
JR
538Group: Libraries
539Requires: %{name} = %{version}-%{release}
540
541%description pairtaghighlighter
542Finds and highlights matching opening/closing HTML tag by clicking or
543moving cursor inside a tag.
544
545%description pairtaghighlighter -l pl.UTF-8
45c0af38
JB
546Ta wtyczka znajduje i wyróżnia pasujący otwierający/zamykający
547znacznik HTML po kliknięciu albo przesunięciu kursora wewnątrz
548znacznika.
62350ae6 549
62350ae6
JR
550%package pohelper
551Summary: pohelper plugin for Geany
45c0af38 552Summary(pl.UTF-8): Wtyczka pohelper dla Geany
62350ae6
JR
553Group: Libraries
554Requires: %{name} = %{version}-%{release}
555
556%description pohelper
557Translation Helper is a plugin for Geany that improves the support for
558GetText translation files, by providing various features specific to
559this format and to translators.
560
561%description pohelper -l pl.UTF-8
45c0af38
JB
562Translation Helper to wtyczka dla Geany, która usprawnia obsługę
563plików tłumaczeń GetTexta, zapewniając różne funkcje specyficzne dla
564tego formatu i dla tłumaczy.
62350ae6 565
62350ae6
JR
566%package pretty-printer
567Summary: pretty-printer plugin for Geany
45c0af38 568Summary(pl.UTF-8): Wtyczka pretty-printer dla Geany
62350ae6
JR
569Group: Libraries
570Requires: %{name} = %{version}-%{release}
1e15afd5 571Requires: libxml2 >= 1:2.6.27
62350ae6
JR
572
573%description pretty-printer
574Formats an XML file and makes it human-readable.
575
576%description pretty-printer -l pl.UTF-8
577Formatuje XML i czyni go czytelnym dla ludzi.
578
62350ae6
JR
579%package projectorganizer
580Summary: projectorganizer plugin for Geany
45c0af38 581Summary(pl.UTF-8): Wtyczka projectorganizer dla Geany
62350ae6
JR
582Group: Libraries
583Requires: %{name} = %{version}-%{release}
584
585%description projectorganizer
586Project Organizer is an extension of Geany's project management
587displaying a tree of files belonging to the project in the sidebar.
588
589%description projectorganizer -l pl.UTF-8
590Project Organizer to rozszerzenie zarządzania projektami Geany,
591wyświetlające na pasku bocznym drzewo plików należących do projektu.
592
62350ae6
JR
593%package scope
594Summary: scope plugin for Geany
45c0af38 595Summary(pl.UTF-8): Wtyczka scope dla Geany
62350ae6
JR
596Group: Libraries
597Requires: %{name} = %{version}-%{release}
598
599%description scope
600Scope is a graphical GDB front-end with the normal functions you would
601expect (stepping, breakpoints...), and a few notable features:
602- The comminication between Scope and gdb is asynchronous.
603- You can enter any gdb command, at any time (of course, for the
604 command to be executed, gdb must be[come] available).
605- All gdb I/O (along with some other messages) is displayed in a
606 terminal-like "Debug Console". Whenever you find the GUI lacking,
607 simply switch to that console and work directly with gdb.
608- 7-bit/Locale/UTF-8 support for values.
609
610%description scope -l pl.UTF-8
45c0af38
JB
611Scope jest graficznym interfejsem do GDB ze zwykłymi funkcjami,
612których można oczekiwać (krokami, punktami przerwania itp.) i kilkoma
613ważnymi cechami:
62350ae6 614- Łączność między Scope a gdb jest asynchroniczna.
45c0af38
JB
615- Można wprowadzić dowolne polecenie gdb w dowolnym momencie
616 (oczywiście, aby polecenie zostało wykonane, gdb musi być dostępne).
617- Wszystkie wejścia/wyjścia gdb (wraz z kilkoma innymi komunikatami)
618 są wyświetlane w podobnej do terminalu „konsoli debugowania”.
619 Jeżeli czegokolwiek brakuje w GUI, wystarczy przełączyć na tę
620 konsolę i pracować bezpośrednio z gdb.
621- Obsługa znaków 7-bitowych/zlokalizowanych/UTF-8.
62350ae6 622
62350ae6
JR
623%package sendmail
624Summary: sendmail plugin for Geany
45c0af38 625Summary(pl.UTF-8): Wtyczka sendmail dla Geany
62350ae6
JR
626Group: Libraries
627Requires: %{name} = %{version}-%{release}
628
629%description sendmail
630SendMail is a little plugin to send a document as attachment using the
631preferred mail client from inside Geany. It is similar to the envelope
632symbol of most office tools and requires a mail client that is
633supporting remote calls. This is not a direct binding to sendmail,
634even if it could be used for.
635
636%description sendmail -l pl.UTF-8
637SendMail to mała wtyczka do wysyłania dokumentu jako załącznika przy
45c0af38 638użyciu preferowanego klienta poczty z Geany. Jest podobna do symbolu
62350ae6 639koperty większości narzędzi biurowych i wymaga klienta poczty
45c0af38
JB
640obsługującego połączenia zdalne. Nie jest bezpośrednio powiązana z
641sendmailem, nawet jeśli to sendmail miałby być używany do poczty.
62350ae6 642
62350ae6
JR
643%package shiftcolumn
644Summary: shiftcolumn plugin for Geany
45c0af38 645Summary(pl.UTF-8): Wtyczka shiftcolumn dla Geany
62350ae6
JR
646Group: Libraries
647Requires: %{name} = %{version}-%{release}
648
649%description shiftcolumn
650This plugin allows you to move blocks of text horizontally in left or
651right direction skipping one character at a time.
652
653%description shiftcolumn -l pl.UTF-8
654Ta wtyczka umożliwia przenoszenie bloków tekstu poziomo w lewo lub w
45c0af38 655prawo, przeskakując jeden znak na raz.
62350ae6 656
62350ae6
JR
657%package spellcheck
658Summary: spellcheck plugin for Geany
45c0af38 659Summary(pl.UTF-8): Wtyczka spellcheck dla Geany
62350ae6
JR
660Group: Libraries
661Requires: %{name} = %{version}-%{release}
1e15afd5 662Requires: enchant2 >= 2.2
62350ae6
JR
663
664%description spellcheck
665This plugin checks the content of the current document in Geany with
666the spell check library Enchant. You can also select a certain text
667passage, then the plugin will only check the selected text. All lines
668with misspelled words are highlighted with a red squiggly underline
669and the wrong words are printed in the messages window at the bottom
670of Geany together with available suggestions. For the plugin to work
671at all, you need to have the Enchant library installed together with
672at least one backend (Aspell, Myspell, Hunspell, ...). The plugin's
673configure dialog lists all available languages/dictionaries which can
674be used for the spell check.
675
676%description spellcheck -l pl.UTF-8
45c0af38
JB
677Ta wtyczka sprawdza pisownię bieżącego dokumentu w Geany za pomocą
678biblioteki sprawdzania pisowni Enchant. Można także wybrać określony
679fragment tekstu, a wtyczka sprawdzi tylko zaznaczony tekst. Wszystkie
680wiersze z błędnie napisanymi słowami są podświetlone czerwonym
681zawijasowym podkreśleniem, a nieprawidłowe słowa są wypisywane w oknie
682wiadomości u dołu Geany wraz z dostępnymi podpowiedziami. Aby wtyczka
683w ogóle działała, trzeba mieć zainstalowaną bibliotekę Enchant z co
684najmniej jednym backendem (Aspell, Myspell, Hunspell...). Okno
685dialogowe konfiguracji wtyczki zawiera listę wszystkich dostępnych
686języków/słowników, których można użyć do sprawdzania pisowni.
62350ae6 687
62350ae6
JR
688%package tableconvert
689Summary: tableconvert plugin for Geany
45c0af38 690Summary(pl.UTF-8): Wtyczka tableconvert dla Geany
62350ae6
JR
691Group: Libraries
692Requires: %{name} = %{version}-%{release}
693
694%description tableconvert
695Tableconvert is a plugin which helps on converting a tabulator
696separated selection into a table.
697
698%description tableconvert -l pl.UTF-8
45c0af38
JB
699Tableconvert to wtyczka, która pomaga w konwertowaniu zaznaczenia
700porozdzielanego tabulatorami na tabelę.
62350ae6 701
62350ae6
JR
702%package treebrowser
703Summary: treebrowser plugin for Geany
45c0af38 704Summary(pl.UTF-8): Wtyczka treebrowser dla Geany
62350ae6
JR
705Group: Libraries
706Requires: %{name} = %{version}-%{release}
707
708%description treebrowser
709The TreeBrowser plugin for Geany provides an alternate way to browse
710through your files. It displays files and directories in a tree view
711and has more features than the file browser plugin delivered with
712Geany itself.
713
714%description treebrowser -l pl.UTF-8
715Wtyczka TreeBrowser dla Geany zapewnia alternatywny sposób
716przeglądania plików. Wyświetla pliki i katalogi w widoku drzewa i ma
45c0af38 717więcej funkcji niż wtyczka przeglądarki plików dostarczana z samym
62350ae6
JR
718Geany.
719
720%package updatechecker
721Summary: updatechecker plugin for Geany
45c0af38 722Summary(pl.UTF-8): Wtyczka updatechecker dla Geany
62350ae6
JR
723Group: Libraries
724Requires: %{name} = %{version}-%{release}
1e15afd5 725Requires: libsoup >= 2.42
62350ae6
JR
726
727%description updatechecker
728UpdateChecker is a plugin for Geany, which is able to check whether
729there is a more recent version of Geany available.
730
731%description updatechecker -l pl.UTF-8
732UpdateChecker to wtyczka dla Geany, która może sprawdzić, czy dostępna
733jest nowsza wersja Geany.
734
62350ae6
JR
735%package vimode
736Summary: vimode plugin for Geany
45c0af38 737Summary(pl.UTF-8): Wtyczka vimode dla Geany
62350ae6
JR
738Group: Libraries
739Requires: %{name} = %{version}-%{release}
740
741%description vimode
45c0af38 742Vimode is a Vim-mode plugin for Geany.
62350ae6
JR
743
744%description vimode -l pl.UTF-8
45c0af38 745Vimode to wtyczka trybu Vim dla Geany.
62350ae6 746
ff2266fe
KM
747%package webhelper
748Summary: webhelper plugin for Geany
749Summary(pl.UTF-8): : Wtyczka webhelper dla Geany
750Group: Libraries
751Requires: %{name} = %{version}-%{release}
0bb9cb2c 752
ff2266fe
KM
753%description webhelper
754WebHelper is a plugin for Geany that provides some web development
755facilities, such as a web page preview and some debugging tools (web
756inspector).
0bb9cb2c 757
ff2266fe
KM
758%description webhelper -l pl.UTF-8
759WebHelper to wtyczka dla Geany, która zapewnia pewne funkcje
760programistyczne, takie jak podgląd strony internetowej i niektóre
45c0af38 761narzędzia diagnostyczne (web inspector).
62350ae6
JR
762
763%package workbench
764Summary: workbench plugin for Geany
45c0af38 765Summary(pl.UTF-8): Wtyczka workbench dla Geany
62350ae6
JR
766Group: Libraries
767Requires: %{name} = %{version}-%{release}
768
769%description workbench
770The Workbench plugin is an extension that makes it possible to manage
771multiple projects in geany. You can add geany projects to a workbench.
772From there you can add directories to the project to manage the files
773belonging to the project.
774
775%description workbench -l pl.UTF-8
776Wtyczka Workbench jest rozszerzeniem, które umożliwia zarządzanie
45c0af38
JB
777wieloma projektami w Geany. Pozwala dodawać projekty Geany do "biurka
778roboczego". Stamtąd można dodawać do projektu katalogi, aby zarządzać
62350ae6
JR
779plikami należącymi do projektu.
780
62350ae6
JR
781%package xmlsnippets
782Summary: xmlsnippets plugin for Geany
45c0af38 783Summary(pl.UTF-8): Wtyczka xmlsnippets dla Geany
62350ae6
JR
784Group: Libraries
785Requires: %{name} = %{version}-%{release}
786
787%description xmlsnippets
788This plugin extends XML/HTML tag autocompletion provided by Geany. It
789automatically inserts a matching snippet after you type an opening
790tag.
791
792%description xmlsnippets -l pl.UTF-8
45c0af38
JB
793Ta wtyczka rozszerza automatyczne uzupełnianie znaczników XML/HTML
794dostarczane przez Geany. Automatycznie wstawia pasujący fragment po
795wpisaniu otwierającego znacznika.
62350ae6
JR
796
797%prep
798%setup -q
1e15afd5 799%patch0 -p1
ab1c561f 800%{__rm} build/bundled/gpgme.m4
62350ae6
JR
801
802%build
ab1c561f
JP
803%{__intltoolize}
804%{__libtoolize}
805%{__aclocal} -I build -I geanypy/m4
806%{__autoheader}
807%{__automake}
808%{__autoconf}
1e15afd5
JB
809%configure \
810 %{!?with_cppcheck:--disable-cppcheck} \
811 --disable-silent-rules
62350ae6 812
1e15afd5 813%{__make}
62350ae6
JR
814
815%install
816rm -rf $RPM_BUILD_ROOT
817
818%{__make} install \
819 DESTDIR=$RPM_BUILD_ROOT
820
8cddc7ba
JR
821%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
822%{__rm} $RPM_BUILD_ROOT%{_libdir}/{,geany/,%{name}/geanylua/}*.la
15ffdde0 823%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgeanypluginutils.so
62350ae6
JR
824
825%find_lang %{name}
62350ae6
JR
826
827%clean
828rm -rf $RPM_BUILD_ROOT
829
830%files -f %{name}.lang
831%defattr(644,root,root,755)
8cddc7ba 832%doc NEWS README
1e15afd5
JB
833%attr(755,root,root) %{_libdir}/libgeanypluginutils.so.*.*.*
834%attr(755,root,root) %ghost %{_libdir}/libgeanypluginutils.so.0
ce9f7323 835%dir %{_libdir}/%{name}
62350ae6
JR
836%dir %{_datadir}/%{name}
837
838%files addons
839%defattr(644,root,root,755)
8cddc7ba 840%doc addons/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 841%attr(755,root,root) %{_libdir}/geany/addons.so
62350ae6
JR
842
843%files autoclose
844%defattr(644,root,root,755)
8cddc7ba 845%doc autoclose/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 846%attr(755,root,root) %{_libdir}/geany/autoclose.so
62350ae6
JR
847
848%files automark
849%defattr(644,root,root,755)
8cddc7ba 850%doc automark/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 851%attr(755,root,root) %{_libdir}/geany/automark.so
62350ae6
JR
852
853%files codenav
854%defattr(644,root,root,755)
8cddc7ba 855%doc codenav/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 856%attr(755,root,root) %{_libdir}/geany/codenav.so
62350ae6
JR
857
858%files commander
859%defattr(644,root,root,755)
8cddc7ba 860%doc commander/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 861%attr(755,root,root) %{_libdir}/geany/commander.so
62350ae6
JR
862
863%files debugger
864%defattr(644,root,root,755)
8cddc7ba 865%doc commander/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 866%attr(755,root,root) %{_libdir}/geany/debugger.so
1e15afd5 867%{_datadir}/%{name}/debugger
62350ae6
JR
868
869%files defineformat
870%defattr(644,root,root,755)
8cddc7ba 871%doc defineformat/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 872%attr(755,root,root) %{_libdir}/geany/defineformat.so
62350ae6 873
15ffdde0
KM
874#%files devhelp
875#%defattr(644,root,root,755)
876#%doc devhelp/{AUTHORS,ChangeLog,NEWS,README}
877#%attr(755,root,root) %{_libdir}/geany/devhelp.so
1e15afd5 878#%{_datadir}/%{name}/devhelp
0bb9cb2c 879
62350ae6
JR
880%files geanyctags
881%defattr(644,root,root,755)
8cddc7ba 882%doc geanyctags/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 883%attr(755,root,root) %{_libdir}/geany/geanyctags.so
62350ae6
JR
884
885%files geanydoc
886%defattr(644,root,root,755)
8cddc7ba 887%doc geanydoc/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 888%attr(755,root,root) %{_libdir}/geany/geanydoc.so
62350ae6
JR
889
890%files geanyextrasel
891%defattr(644,root,root,755)
8cddc7ba 892%doc geanyextrasel/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 893%attr(755,root,root) %{_libdir}/geany/geanyextrasel.so
62350ae6 894
4753ef36
JB
895%files geanygendoc
896%defattr(644,root,root,755)
897%doc geanygendoc/{AUTHORS,ChangeLog,NEWS,README,TODO}
898%attr(755,root,root) %{_libdir}/geany/geanygendoc.so
899%{_datadir}/%{name}/geanygendoc
900
62350ae6
JR
901%files geanyinsertnum
902%defattr(644,root,root,755)
8cddc7ba 903%doc geanyinsertnum/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 904%attr(755,root,root) %{_libdir}/geany/geanyinsertnum.so
62350ae6
JR
905
906%files geanylua
907%defattr(644,root,root,755)
8cddc7ba 908%doc geanylua/{AUTHORS,ChangeLog,NEWS,README} geanylua/docs/*.html
704ce5ae
JR
909%attr(755,root,root) %{_libdir}/geany/geanylua.so
910%dir %{_libdir}/%{name}/geanylua
911%attr(755,root,root) %{_libdir}/%{name}/geanylua/*.so
1e15afd5 912%{_datadir}/%{name}/geanylua
62350ae6
JR
913
914%files geanymacro
915%defattr(644,root,root,755)
8cddc7ba 916%doc geanymacro/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 917%attr(755,root,root) %{_libdir}/geany/geanymacro.so
62350ae6
JR
918
919%files geanyminiscript
920%defattr(644,root,root,755)
8cddc7ba 921%doc geanyminiscript/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 922%attr(755,root,root) %{_libdir}/geany/geanyminiscript.so
62350ae6
JR
923
924%files geanynumberedbookmarks
925%defattr(644,root,root,755)
8cddc7ba 926%doc geanynumberedbookmarks/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 927%attr(755,root,root) %{_libdir}/geany/geanynumberedbookmarks.so
62350ae6
JR
928
929%files geanypg
930%defattr(644,root,root,755)
8cddc7ba 931%doc geanypg/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 932%attr(755,root,root) %{_libdir}/geany/geanypg.so
62350ae6
JR
933
934%files geanyprj
935%defattr(644,root,root,755)
8cddc7ba 936%doc geanyprj/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 937%attr(755,root,root) %{_libdir}/geany/geanyprj.so
62350ae6 938
15ffdde0
KM
939#%files geanypy
940#%defattr(644,root,root,755)
941#%doc geanypy/{AUTHORS,ChangeLog,NEWS,README}
942#%attr(755,root,root) %{_libdir}/geany/geanypy.so
943#%{_libdir}/geany/*.py
944#%{_libdir}/geany/geanypy
62350ae6
JR
945
946%files geanyvc
947%defattr(644,root,root,755)
8cddc7ba 948%doc geanyvc/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 949%attr(755,root,root) %{_libdir}/geany/geanyvc.so
62350ae6
JR
950
951%files geniuspaste
952%defattr(644,root,root,755)
8cddc7ba 953%doc geniuspaste/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 954%attr(755,root,root) %{_libdir}/geany/geniuspaste.so
1e15afd5 955%{_datadir}/%{name}/geniuspaste
62350ae6
JR
956
957%files git-changebar
958%defattr(644,root,root,755)
8cddc7ba 959%doc git-changebar/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 960%attr(755,root,root) %{_libdir}/geany/git-changebar.so
1e15afd5 961%{_datadir}/%{name}/git-changebar
62350ae6
JR
962
963%files keyrecord
964%defattr(644,root,root,755)
8cddc7ba 965%doc keyrecord/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 966%attr(755,root,root) %{_libdir}/geany/keyrecord.so
62350ae6
JR
967
968%files latex
969%defattr(644,root,root,755)
8cddc7ba 970%doc latex/{AUTHORS,ChangeLog,NEWS,README} latex/doc/latex.pdf
704ce5ae 971%attr(755,root,root) %{_libdir}/geany/latex.so
62350ae6
JR
972
973%files lineoperations
974%defattr(644,root,root,755)
8cddc7ba 975%doc lineoperations/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 976%attr(755,root,root) %{_libdir}/geany/lineoperations.so
62350ae6
JR
977
978%files lipsum
979%defattr(644,root,root,755)
8cddc7ba 980%doc lipsum/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 981%attr(755,root,root) %{_libdir}/geany/lipsum.so
62350ae6 982
a4025e86
KM
983%files markdown
984%defattr(644,root,root,755)
985%doc markdown/{AUTHORS,ChangeLog,NEWS,README}
986%attr(755,root,root) %{_libdir}/geany/markdown.so
0bb9cb2c 987
15ffdde0
KM
988#%files multiterm
989#%defattr(644,root,root,755)
990#%doc multiterm/{AUTHORS,ChangeLog,NEWS,README,TODO}
991#%attr(755,root,root) %{_libdir}/geany/multiterm.so
8cddc7ba 992
62350ae6
JR
993%files overview
994%defattr(644,root,root,755)
8cddc7ba 995%doc overview/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 996%attr(755,root,root) %{_libdir}/geany/overview.so
1e15afd5 997%{_datadir}/%{name}/overview
62350ae6
JR
998
999%files pairtaghighlighter
1000%defattr(644,root,root,755)
8cddc7ba 1001%doc pairtaghighlighter/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1002%attr(755,root,root) %{_libdir}/geany/pairtaghighlighter.so
62350ae6
JR
1003
1004%files pohelper
1005%defattr(644,root,root,755)
8cddc7ba 1006%doc pohelper/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1007%attr(755,root,root) %{_libdir}/geany/pohelper.so
1e15afd5 1008%{_datadir}/%{name}/pohelper
62350ae6
JR
1009
1010%files pretty-printer
1011%defattr(644,root,root,755)
8cddc7ba 1012%doc pretty-printer/{AUTHORS,NEWS,README}
704ce5ae 1013%attr(755,root,root) %{_libdir}/geany/pretty-printer.so
62350ae6
JR
1014
1015%files projectorganizer
1016%defattr(644,root,root,755)
8cddc7ba 1017%doc projectorganizer/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1018%attr(755,root,root) %{_libdir}/geany/projectorganizer.so
62350ae6
JR
1019
1020%files scope
1021%defattr(644,root,root,755)
8cddc7ba 1022%doc scope/{AUTHORS,ChangeLog,NEWS,README} scope/docs/*.html
704ce5ae 1023%attr(755,root,root) %{_libdir}/geany/scope.so
1e15afd5 1024%{_datadir}/%{name}/scope
62350ae6
JR
1025
1026%files sendmail
1027%defattr(644,root,root,755)
8cddc7ba 1028%doc sendmail/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1029%attr(755,root,root) %{_libdir}/geany/sendmail.so
62350ae6
JR
1030
1031%files shiftcolumn
1032%defattr(644,root,root,755)
8cddc7ba 1033%doc shiftcolumn/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1034%attr(755,root,root) %{_libdir}/geany/shiftcolumn.so
62350ae6
JR
1035
1036%files spellcheck
1037%defattr(644,root,root,755)
8cddc7ba 1038%doc spellcheck/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1039%attr(755,root,root) %{_libdir}/geany/spellcheck.so
62350ae6
JR
1040
1041%files tableconvert
1042%defattr(644,root,root,755)
8cddc7ba 1043%doc tableconvert/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1044%attr(755,root,root) %{_libdir}/geany/tableconvert.so
62350ae6
JR
1045
1046%files treebrowser
1047%defattr(644,root,root,755)
8cddc7ba 1048%doc treebrowser/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1049%attr(755,root,root) %{_libdir}/geany/treebrowser.so
62350ae6
JR
1050
1051%files updatechecker
1052%defattr(644,root,root,755)
8cddc7ba 1053%doc updatechecker/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1054%attr(755,root,root) %{_libdir}/geany/updatechecker.so
62350ae6
JR
1055
1056%files vimode
1057%defattr(644,root,root,755)
8cddc7ba 1058%doc vimode/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1059%attr(755,root,root) %{_libdir}/geany/vimode.so
62350ae6 1060
ff2266fe
KM
1061%files webhelper
1062%defattr(644,root,root,755)
1063%doc webhelper/{AUTHORS,ChangeLog,NEWS,README}
1064%attr(755,root,root) %{_libdir}/geany/webhelper.so
0bb9cb2c 1065
62350ae6
JR
1066%files workbench
1067%defattr(644,root,root,755)
8cddc7ba 1068%doc workbench/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1069%attr(755,root,root) %{_libdir}/geany/workbench.so
62350ae6
JR
1070
1071%files xmlsnippets
1072%defattr(644,root,root,755)
8cddc7ba 1073%doc xmlsnippets/{AUTHORS,ChangeLog,NEWS,README}
704ce5ae 1074%attr(755,root,root) %{_libdir}/geany/xmlsnippets.so
This page took 0.272234 seconds and 4 git commands to generate.