]> git.pld-linux.org Git - packages/source-highlight.git/blobdiff - source-highlight.spec
- release 4 (by relup.sh)
[packages/source-highlight.git] / source-highlight.spec
index 3fa08cea676018961983c90e7b6c86b4efb6ccf7..b784b9e7938cea4d3b78f9644f57ab61c3b3e435 100644 (file)
 Summary:       GNU Source Highlight
 Summary(pl.UTF-8):     Podświetlanie składni z projektu GNU
 Name:          source-highlight
-Version:       2.11.1
-Release:       2
+Version:       3.1.8
+Release:       4
 License:       GPL v3+
 Group:         Applications/Publishing
 Source0:       http://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz
-# Source0-md5: f6e332317413f247ce248c52df0ddade
+# Source0-md5: 3243470706ef5fefdc3e43b5306a4e41
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-am.patch
 URL:           http://www.gnu.org/software/src-highlite/
-BuildRequires: automake
 BuildRequires: bison
 BuildRequires: boost-devel >= 1.36.0
 BuildRequires: flex
 BuildRequires: libstdc++-devel
 BuildRequires: texinfo
+Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This program, given a source file, produces a document with syntax
 highlighting.
 
-At the moment this package can handle:
-
-- Ada (new)
-- Autoconf files
-- C/C++
-- C#
-- Bib
-- Bison
-- Caml
-- Changelog
-- Css
-- Diff
-- Flex
-- Fortran
-- GLSL
-- Haxe
-- Html
-- ini files
-- Java
-- Javascript
-- KDE desktop files
-- Latex
-- Ldap files
-- Logtalk
-- Log files
-- lsm files (Linux Software Map)
-- Lua
-- Makefile
-- M4
-- ML
-- Pascal
-- Perl
-- PHP
-- Postscript
-- Prolog
-- Properties files
-- Python
-- RPM Spec files
-- Ruby
-- Scala     (new)
-- Shell
-- S-Lang
-- Sql
-- Tcl
-- XML
-- XOrg conf files     (new)
-
-as source languages, and
-- HTML
-- XHTML
-- ANSI color escape sequences
-- LaTeX
-- Texinfo
-- DocBook
-
-as output formats.
+This package can handle many programming languages, e.g. C/C++, Flex,
+Java, PHP, Perl, Prolog, Python as source languages; and some output
+formats, e.g. HTML, XHTML, LaTeX.
 
 %description -l pl.UTF-8
 Ten program z pliku źródłowego tworzy dokument z podświetloną
 składnią.
 
-Aktualnie obsługiwane języki źródłowe to:
-
-- Ada (nowość)
-- Autoconf files
-- C/C++
-- C#
-- Bib
-- Bison
-- Caml
-- Changelog
-- Css
-- Diff
-- Flex
-- Fortran
-- GLSL
-- Haxe
-- Html
-- ini files
-- Java
-- Javascript
-- KDE desktop files
-- Latex
-- Ldap files
-- Logtalk
-- Log files
-- lsm files (Linux Software Map)
-- Lua
-- Makefile
-- M4
-- ML
-- Pascal
-- Perl
-- PHP
-- Postscript
-- Prolog
-- Properties files
-- Python
-- RPM Spec files
-- Ruby
-- Scala     (nowość)
-- Shell
-- S-Lang
-- Sql
-- Tcl
-- XML
-- XOrg conf files     (nowość)
-
-a wynikiem może być:
-
-- HTML
-- XHTML
-- ANSI color escape sequences
-- LaTeX
-- Texinfo
-- DocBook
+Pakiet potrafi obsłużyć wiele języków programowania, np. C/C++, Flex,
+Java, PHP, Perl, Prolog, Python jako języki źródłowe; oraz kilka
+formatów wyjściowych, np. HTML, XHTML, LaTeX.
+
+%package libs
+Summary:       Source highlight library
+Summary(pl.UTF-8):     Biblioteka podświetlania składni
+Group:         Libraries
+
+%description libs
+Source highlight library.
+
+%description libs -l pl.UTF-8
+Biblioteka podświetlania składni.
+
+%package devel
+Summary:       Header file for srchlite library
+Summary(pl.UTF-8):     Plik nagłówkowy biblioteki srchlite
+Group:         Development/Libraries
+Requires:      %{name}-libs = %{version}-%{release}
+Requires:      boost-devel >= 1.36.0
+Requires:      libstdc++-devel
+
+%description devel
+Header file for srchlite library.
+
+%description devel -l pl.UTF-8
+Plik nagłówkowy biblioteki srchlite.
+
+%package static
+Summary:       Static source-highlight library
+Summary(pl.UTF-8):     Statyczna biblioteka source-highlight
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Statoic source highlight library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka podświetlania składni.
 
 %package -n bash-completion-source-highlight
 Summary:       bash-completion for source-higlight
@@ -149,15 +80,14 @@ Requires:  bash-completion
 This package provides bash-completion for source-highlight.
 
 %description -n bash-completion-source-highlight -l pl.UTF-8
-Pakiet ten dostarcza bashowe uzupełnianie nazw dla pakiet source-highlight.
+Pakiet ten dostarcza bashowe uzupełnianie nazw dla pakiet
+source-highlight.
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-cp -f /usr/share/automake/config.sub .
 %configure \
        --with-boost-libdir=%{_libdir}
 %{__make}
@@ -169,7 +99,10 @@ install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv -f $RPM_BUILD_ROOT%{_docdir}/%{name}/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+%{__rm} -rf docdir-%{name}-%{version}
+%{__mv} -f $RPM_BUILD_ROOT%{_docdir}/%{name} docdir-%{name}-%{version}
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsource-highlight.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -180,20 +113,43 @@ rm -rf $RPM_BUILD_ROOT
 %postun        -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO.txt doc/{*.css,*.html,*.java}
+%doc docdir-%{name}-%{version}/*
 %attr(755,root,root) %{_bindir}/check-regexp
 %attr(755,root,root) %{_bindir}/cpp2html
 %attr(755,root,root) %{_bindir}/java2html
 %attr(755,root,root) %{_bindir}/source-highlight
+%attr(755,root,root) %{_bindir}/source-highlight-esc.sh
+%attr(755,root,root) %{_bindir}/source-highlight-settings
 %attr(755,root,root) %{_bindir}/src-hilite-lesspipe.sh
 %{_mandir}/man1/check-regexp.1*
 %{_mandir}/man1/source-highlight.1*
+%{_mandir}/man1/source-highlight-settings.1*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_infodir}/source-highlight.info*
+%{_infodir}/source-highlight-lib.info*
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsource-highlight.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsource-highlight.so.4
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsource-highlight.so
+%{_includedir}/srchilite
+%{_pkgconfigdir}/source-highlight.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libsource-highlight.a
 
 %files -n bash-completion-source-highlight
 %defattr(644,root,root,755)
-%{_sysconfdir}/bash_completion.d/*
+%{_sysconfdir}/bash_completion.d/source-highlight
This page took 0.041138 seconds and 4 git commands to generate.