]> git.pld-linux.org Git - packages/LTI-Lib.git/blobdiff - LTI-Lib.spec
- tabs in preamle
[packages/LTI-Lib.git] / LTI-Lib.spec
index d3016118ae33678da1fea9fde36c42a26a8297f8..eab7d540b5e8ffe4465ef563651a9e4e19b02c3e 100644 (file)
@@ -5,27 +5,27 @@
 %bcond_with    3dnow
 %bcond_without gtk
 
-Summary:       LTI-Lib - computer vision library.
-Summary(pl):   LTI-Lib - biblioteka do komputerowego przetwarzania obrazów.
+Summary:       LTI-Lib - computer vision library
+Summary(pl.UTF-8):     LTI-Lib - biblioteka do komputerowego przetwarzania obrazów.
 Name:          LTI-Lib
 Version:       1.9.8
 Release:       1
 License:       LGPL
 Group:         Development/Libraries
-Source0:       http://dl.sourceforge.net/sourceforge/ltilib/031124_ltilib-%{version}.tar.bz2
+Source0:       http://dl.sourceforge.net/ltilib/031124_ltilib-%{version}.tar.bz2
 # Source0-md5: dfa6616f3dc5dae04e84311764181b96
 Patch0:                %{name}-Makefile.patch
 URL:           http://ltilib.sourceforge.net/doc/homepage/index.shtml
+BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gcc-g77
 BuildRequires: doxygen
+BuildRequires: gcc-g77
 BuildRequires: graphviz
-BuildRequires: tetex-latex-bibtex
-BuildRequires: libstdc++-devel
-BuildRequires: XFree86-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
+BuildRequires: libstdc++-devel
+BuildRequires: tetex-latex-bibtex
 %if %{with gtk}
 BuildRequires: gtk+-devel
 %endif
@@ -35,20 +35,20 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 The LTI-Lib is an object oriented library with algorithms and data
 structures frequently used in image processing and computer vision.
 
-%description -l pl
-LTI-Lib jest zorientowan± obiektowo bibliotek± zawieraj±c± najczê¶ciej
-u¿ywane algorytmy i struktury danych w procesach przetwarzania
-i analizy obrazów.
+%description -l pl.UTF-8
+LTI-Lib jest zorientowaną obiektowo biblioteką zawierającą najczęściej
+używane algorytmy i struktury danych w procesach przetwarzania i
+analizy obrazów.
 
 %package doc
 Summary:       LTI-Lib - documentation
-Summary(pl):   LTI-Lib - dokumentacja
+Summary(pl.UTF-8):     LTI-Lib - dokumentacja
 Group:         Development/Libraries
 
 %description doc
 LTI-Lib documentation.
 
-%description doc -l pl
+%description doc -l pl.UTF-8
 Dokumentacja biblioteki LTI-Lib.
 
 %prep
@@ -112,7 +112,7 @@ cd ../../../linux
 %endif
 
 %configure \
-%if %{without gtk}
+%if !%{with gtk}
        --without-gtk \
 %endif
        --disable-debug
@@ -123,11 +123,11 @@ cd ../../../linux
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/%{_docdir}/%{name}-doc
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-doc
 
-cp doc/html/*.html     $RPM_BUILD_ROOT/%{_docdir}/%{name}-doc
-cp doc/html/*.png      $RPM_BUILD_ROOT/%{_docdir}/%{name}-doc
-cp doc/html/*.gif      $RPM_BUILD_ROOT/%{_docdir}/%{name}-doc
+cp doc/html/*.html     $RPM_BUILD_ROOT%{_docdir}/%{name}-doc
+cp doc/html/*.png      $RPM_BUILD_ROOT%{_docdir}/%{name}-doc
+cp doc/html/*.gif      $RPM_BUILD_ROOT%{_docdir}/%{name}-doc
 
 cd linux
 %{__make} install \
@@ -149,9 +149,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README doc/styleguide/en/*.pdf
 %attr(755,root,root) %{_bindir}/*
 %{_includedir}/ltilib
-%{_includedir}/ltilib-%{version}/*
+%{_includedir}/ltilib-%{version}
 %{_libdir}/ltilib
-%{_libdir}/ltilib-%{version}/*
+%{_libdir}/ltilib-%{version}
 
 %files doc
 %defattr(644,root,root,755)
This page took 0.048216 seconds and 4 git commands to generate.