]> git.pld-linux.org Git - packages/fvs.git/blobdiff - fvs.spec
- tabs in preamble
[packages/fvs.git] / fvs.spec
index 14c0597976e57a170e640c04dfabed8f325234e2..61a88df6e61f625d6663314c0f0c10d02396efa6 100644 (file)
--- a/fvs.spec
+++ b/fvs.spec
@@ -1,20 +1,17 @@
 Summary:       Fingerprint Verification System
-Summary(pl):   Fingerprint Verifycation System - system weryfikacji odcisków palców
+Summary(pl.UTF-8):     Fingerprint Verifycation System - system weryfikacji odcisków palców
 Name:          fvs
-Version:       0.0.9
+Version:       0.1.1
 Release:       1
 Epoch:         1
 License:       MPL 1.1
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/fvs/%{name}-%{version}.tar.bz2
-# Source0-md5: f886afb23665212a0b3e7abcd5b10225
-Patch0:                %{name}-gfvs.patch
+# Source0-md5: f369e2f47f900712230576b56e7aaef1
 URL:           http://fvs.sourceforge.net/
-BuildRequires: autoconf
+BuildRequires: ImageMagick-devel
 BuildRequires: automake
-BuildRequires: gtk+2-devel >= 2.0.0
-BuildRequires: pkgconfig >= 0.9.0
-BuildRequires: libtool
+Obsoletes:     fvs-gfvs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,70 +19,44 @@ This library provides a framework to use when creating a fingerprint
 recognition program. It provides easy to use interfaces to load
 fingerprint files, process fingerprint images and analyse the data.
 
-%description -l pl
-Ta biblioteka udostêpnia szkielet, który mo¿na wykorzystaæ przy
-tworzeniu programów rozpoznaj±cych odciski palców. Dostarcza ³atwy w
-u¿yciu interfejs do wczytywania plików z odciskami, przetwarzania tych
-obrazów i analizy danych.
+%description -l pl.UTF-8
+Ta biblioteka udostępnia szkielet, który można wykorzystać przy
+tworzeniu programów rozpoznających odciski palców. Dostarcza łatwy w
+użyciu interfejs do wczytywania plików z odciskami, przetwarzania tych
+obrazów i analizy danych.
 
 %package devel
 Summary:       Header files for FVS library
-Summary(pl):   Pliki nag³ówkowe biblioteki FVS
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki FVS
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description devel
 Header files for FVS library.
 
-%description devel -l pl
-Pliki nag³ówkowe biblioteki FVS.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki FVS.
 
 %package static
 Summary:       Static FVS library
-Summary(pl):   Statyczna biblioteka FVS
+Summary(pl.UTF-8):     Statyczna biblioteka FVS
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
 
 %description static
 Static FVS library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczna biblioteka FVS.
 
-%package gfvs
-Summary:       GUI for FVS
-Summary(pl):   Graficzny interfejs do FVS
-Group:         X11/Applications
-Requires:      %{name} = %{version}
-
-%description gfvs
-GUI for FVS.
-
-%description gfvs -l pl
-Graficzny interfejs do FVS.
-
 %prep
 %setup -q
-%patch -p1
 
-ln -sf ../../include gfvs/src/fvs
+# hack for broken sources
+touch fvs
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure
-%{__make}
-
-cd gfvs
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-# no -f here
-automake -a -c --foreign
+cp -f /usr/share/automake/config.* .
 %configure
 %{__make}
 
@@ -95,9 +66,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__make} install -C gfvs \
-       DESTDIR=$RPM_BUILD_ROOT
-
 rm -rf doc/images/.xvpics
 # man3 pages not installed because of filenames (use HTML docs instead)
 
@@ -115,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/{html,images}
+%doc doc/{*.css,*.html,images}
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/fvs
@@ -123,7 +91,3 @@ rm -rf $RPM_BUILD_ROOT
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
-
-%files gfvs
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/gfvs
This page took 0.075823 seconds and 4 git commands to generate.