SPECS (AC-branch): brltty.spec - files cleanup, strict internal de...
qboosh
qboosh at pld-linux.org
Wed May 17 00:55:55 CEST 2006
Author: qboosh Date: Tue May 16 22:55:55 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- files cleanup, strict internal deps, BR: automake
---- Files affected:
SPECS:
brltty.spec (1.7.2.3 -> 1.7.2.4)
---- Diffs:
================================================================
Index: SPECS/brltty.spec
diff -u SPECS/brltty.spec:1.7.2.3 SPECS/brltty.spec:1.7.2.4
--- SPECS/brltty.spec:1.7.2.3 Tue May 16 17:26:36 2006
+++ SPECS/brltty.spec Wed May 17 00:55:50 2006
@@ -10,6 +10,7 @@
Source0: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
# Source0-md5: 0ae3da8252783a4d20e1ed4e55cede5b
BuildRequires: autoconf >= 2.53
+BuildRequires: automake
BuildRequires: bison
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -51,7 +52,7 @@
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
@@ -78,7 +79,7 @@
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.
@@ -92,7 +93,7 @@
%build
%{__aclocal}
%{__autoconf}
-cp -f /usr/share/automake/config.sub acdir/
+cp -f /usr/share/automake/config.sub acdir
%configure \
--with-install-root="$RPM_BUILD_ROOT" \
--disable-tainted-components \
@@ -413,6 +414,7 @@
%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
@@ -421,11 +423,8 @@
%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)
@@ -434,11 +433,10 @@
%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)
@@ -450,6 +448,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7.2.4 2006/05/16 22:55:50 qboosh
+- files cleanup, strict internal deps, BR: automake
+
Revision 1.7.2.3 2006/05/16 15:26:36 baggins
- use system config.sub
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/brltty.spec?r1=1.7.2.3&r2=1.7.2.4&f=u
More information about the pld-cvs-commit
mailing list