rpms/beryl-dbus/devel beryl-dbus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Nov 21 15:40:08 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/beryl-dbus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17953/devel

Modified Files:
	.cvsignore sources 
Added Files:
	beryl-dbus.spec 
Log Message:
auto-import beryl-dbus-0.1.2-4.fc7 on branch devel from beryl-dbus-0.1.2-4.fc7.src.rpm


--- NEW FILE beryl-dbus.spec ---
Name:           beryl-dbus
Url:            http://www.beryl-project.org/
License:        GPL
Group:          User Interface/Desktops
Version:        0.1.2
Release:        4%{?dist}

Summary:        Beryl OpenGL window and compositing manager dbus plug-in
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2

# libdrm is not available on these arches
ExcludeArch:    s390 s390x ppc64

Requires:       beryl-core >= %{version}

BuildRequires:  beryl-core-devel >= %{version}, dbus-devel


%description
Beryl is a combined window manager and compositing
manager that runs on top of Xgl or AIGLX using OpenGL
to provide effects accelerated by a 3D graphics card
on the desktop. Beryl is a community-driven fork of
Compiz.

Beryl has a flexible plug-in system, which the
contents of this package take advantage of.


%prep
%setup -q

%build
%configure
# Parallel builds currently broken
#make %{?_smp_mflags}
make


%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%dir %{_libdir}/beryl
%{_libdir}/beryl/libdbus.so
%{_datadir}/dbus-1/services/beryl.service


%changelog
* Fri Nov 17 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-4
- Remove Req: dbus, rely on auto-gen dbus lib dep

* Thu Nov 16 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-3
- Minimize BR:

* Tue Nov 14 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-2
- Use upstream tarballs, now that they exist

* Fri Nov 10 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-1
- New upstream release

* Mon Nov 06 2006 Jarod Wilson <jwilson at redhat.com> 0.1.1-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/beryl-dbus/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Nov 2006 15:39:20 -0000	1.1
+++ .cvsignore	21 Nov 2006 15:39:38 -0000	1.2
@@ -0,0 +1 @@
+beryl-dbus-0.1.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/beryl-dbus/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Nov 2006 15:39:20 -0000	1.1
+++ sources	21 Nov 2006 15:39:38 -0000	1.2
@@ -0,0 +1 @@
+15e9d90594b8e9ffa59e41f5c766749f  beryl-dbus-0.1.2.tar.bz2




More information about the scm-commits mailing list