SPECS: brltty.spec - refresh ac/am (merged from AC-branch), strict...

qboosh qboosh at pld-linux.org
Wed May 17 00:57:17 CEST 2006


Author: qboosh                       Date: Tue May 16 22:57:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- refresh ac/am (merged from AC-branch), strict internal deps, files cleanup

---- Files affected:
SPECS:
   brltty.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/brltty.spec
diff -u SPECS/brltty.spec:1.7 SPECS/brltty.spec:1.8
--- SPECS/brltty.spec:1.7	Sat Mar 11 22:57:05 2006
+++ SPECS/brltty.spec	Wed May 17 00:57:11 2006
@@ -3,13 +3,14 @@
 Summary(pl):	Sterownik do wyświetlaczy Braille'a
 Name:		brltty
 Version:	3.7.2
-Release:	1
+Release:	3
 Group:		Daemons
 License:	GPL
 URL:		http://mielke.cc/brltty/
 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.
@@ -90,7 +91,11 @@
 %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}
@@ -409,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
@@ -417,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)
@@ -430,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)
@@ -446,6 +448,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/05/16 22:57:11  qboosh
+- refresh ac/am (merged from AC-branch), strict internal deps, files cleanup
+
 Revision 1.7  2006/03/11 21:57:05  maciek2w
 - updated to 3.7.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/brltty.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list