SPECS: beryl-dbus.spec - fixes descs, BRs and files

qboosh qboosh at pld-linux.org
Tue Dec 5 22:01:59 CET 2006


Author: qboosh                       Date: Tue Dec  5 21:01:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixes descs, BRs and files

---- Files affected:
SPECS:
   beryl-dbus.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/beryl-dbus.spec
diff -u SPECS/beryl-dbus.spec:1.4 SPECS/beryl-dbus.spec:1.5
--- SPECS/beryl-dbus.spec:1.4	Sun Dec  3 22:05:55 2006
+++ SPECS/beryl-dbus.spec	Tue Dec  5 22:01:54 2006
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 %define		_snap	20061201
-Summary:	An application to run and [manage|control] beryl
-Summary(pl):	Aplikacja do uruchamiania i kontrolowania beryla
+Summary:	dbus plugin for beryl
+Summary(pl):	Wtyczka dbus dla beryla
 Name:		beryl-dbus
 Version:	0.1.2
 Release:	0.%{_snap}.1
@@ -12,25 +12,25 @@
 # Source0-md5:	3a45c09d17f0b7d31d914cce9e7315c5
 URL:		http://www.beryl-project.org/
 BuildRequires:	autoconf >= 2.57
-BuildRequires:	automake
+BuildRequires:	automake >= 1:1.9
 BuildRequires:	beryl-core-devel
-BuildRequires:	gtk+2-devel >= 2:2.8.0
-BuildRequires:	intltool >= 0.35.0
+BuildRequires:	dbus-devel >= 0.35
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-An application to run and [manage|control] beryl.
+dbus plugin for beryl.
 
 %description -l pl
-Aplikacja do uruchamiania i kontrolowania beryla.
+Wtyczka dbus dla beryla.
 
 %prep
 %setup -q -n %{name}
 
 %build
 autoreconf -v --install
-%configure
+%configure \
+	--disable-static
 %{__make}
 
 %install
@@ -39,15 +39,16 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/beryl/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README
 %attr(755,root,root) %{_libdir}/beryl/libdbus.so
 %{_datadir}/dbus-1/services/beryl.service
-%{_libdir}/beryl/libdbus.a
-%{_libdir}/beryl/libdbus.la
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -55,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/12/05 21:01:54  qboosh
+- fixes descs, BRs and files
+
 Revision 1.4  2006/12/03 21:05:55  ankry
 - tabs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/beryl-dbus.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list