]> git.pld-linux.org Git - packages/brltty.git/blobdiff - brltty.spec
- files cleanup, strict internal deps, BR: automake
[packages/brltty.git] / brltty.spec
index bca636f3587103f2017bd9e7af8ebfa4b226e51e..fbba2ad68ab93cad6860b923169402212c4639c6 100644 (file)
@@ -1,14 +1,15 @@
 Summary:       Braille display driver for Linux/Unix
 Summary(pl):   Sterownik do wy¶wietlaczy Braille'a
 Name:          brltty
-Version:       3.6.1
-Release:       1
+Version:       3.7.2
+Release:       3
 Group:         Daemons
 License:       GPL
 URL:           http://mielke.cc/brltty/
 Source0:       http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
-# Source0-md5: e5e2dae5f385e86795a74b58310f287f
+# Source0-md5: 0ae3da8252783a4d20e1ed4e55cede5b
 BuildRequires: autoconf >= 2.53
+BuildRequires: automake
 BuildRequires: bison
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -50,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
@@ -77,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.
@@ -89,7 +90,11 @@ Ten pakiet zawiera statyczn
 %setup -q
 
 %build
-%configure --with-install-root="$RPM_BUILD_ROOT" \
+%{__aclocal}
+%{__autoconf}
+cp -f /usr/share/automake/config.sub acdir
+%configure \
+       --with-install-root="$RPM_BUILD_ROOT" \
        --disable-tainted-components \
        --enable-api
 %{__make}
@@ -408,18 +413,17 @@ 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
 %dir %{_libdir}/brltty
 %dir %{_sysconfdir}/brltty
 %attr(755,root,root) %{_libdir}/brltty/*.so
-%{_libdir}/brltty
+%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)
@@ -428,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.038923 seconds and 4 git commands to generate.