]> git.pld-linux.org Git - packages/brltty.git/blobdiff - brltty.spec
- files cleanup, strict internal deps, BR: automake
[packages/brltty.git] / brltty.spec
index 49516f88317340d33e05021c08fd9aeea5c379a4..fbba2ad68ab93cad6860b923169402212c4639c6 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Braille display driver for Linux/Unix
 Summary(pl):   Sterownik do wy¶wietlaczy Braille'a
 Name:          brltty
 Version:       3.7.2
-Release:       2
+Release:       3
 Group:         Daemons
 License:       GPL
 URL:           http://mielke.cc/brltty/
@@ -10,7 +10,6 @@ Source0:      http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 0ae3da8252783a4d20e1ed4e55cede5b
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
-BuildRequires: libtool
 BuildRequires: bison
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,7 +51,7 @@ wy
 Summary:       Headers and documentation for BrlAPI
 Summary(pl):   Pliki nag³ówkowe i dokumentacja do BrlAPI
 Group:         Development/Libraries
-Requires:      brlapi = %{version}
+Requires:      brlapi = %{version}-%{release}
 
 %description -n brlapi-devel
 This package provides the header files, shared object linker
@@ -79,7 +78,7 @@ korzystaj
 Summary:       Static BrlAPI library
 Summary(pl):   Statyczna biblioteka BrlAPI
 Group:         Development/Libraries
-Requires:      brlapi-devel = %{version}
+Requires:      brlapi-devel = %{version}-%{release}
 
 %description -n brlapi-static
 This is package with static BrlAPI library.
@@ -91,11 +90,9 @@ Ten pakiet zawiera statyczn
 %setup -q
 
 %build
-%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
-%{__autoheader}
-%{__automake}
+cp -f /usr/share/automake/config.sub acdir
 %configure \
        --with-install-root="$RPM_BUILD_ROOT" \
        --disable-tainted-components \
@@ -416,6 +413,7 @@ exit 0
 
 %files
 %defattr(644,root,root,755)
+%doc Documents/{Manual.sgml,Manual.txt,Manual-HTML,ChangeLog,TODO} doc/*
 %attr(755,root,root) %{_bindir}/brltty
 %attr(755,root,root) %{_bindir}/brltty-*
 %attr(755,root,root) %{_bindir}/xbrlapi
@@ -424,11 +422,8 @@ exit 0
 %attr(755,root,root) %{_libdir}/brltty/*.so
 %dir %{_libdir}/brltty
 %{_sysconfdir}/brltty
-%doc %{_mandir}/man1/*
-%doc Documents/Manual.sgml Documents/Manual.txt Documents/Manual-HTML
-%doc Documents/ChangeLog Documents/TODO
-%doc doc/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/brltty.conf
+%{_mandir}/man1/*
 
 %files -n brlapi
 %defattr(644,root,root,755)
@@ -437,11 +432,10 @@ exit 0
 
 %files -n brlapi-devel
 %defattr(644,root,root,755)
+%doc Documents/BrlAPIref-HTML Documents/README.Gnopernicus
 %attr(755,root,root) %{_libdir}/libbrlapi.so
 %{_includedir}/brltty
-%doc %{_mandir}/man3/*
-%doc Documents/BrlAPIref-HTML
-%doc Documents/README.Gnopernicus
+%{_mandir}/man3/*
 
 %files -n brlapi-static
 %defattr(644,root,root,755)
This page took 0.055041 seconds and 4 git commands to generate.