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

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Nov 15 19:13:58 UTC 2006


Author: jwilson

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

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


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

Summary:        Beryl OpenGL window and compositing manager plug-ins
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}, fedora-logos

BuildRequires:  beryl-core-devel >= %{version}, gnome-desktop-devel
BuildRequires:  libtool, gettext-devel
BuildRequires:  freeglut-devel, intltool, libdrm-devel
BuildRequires:  libwnck-devel, desktop-file-utils
BuildRequires:  librsvg2-devel, libX11-devel
BuildRequires:  libXfixes-devel, libXrandr-devel, libXrender-devel
BuildRequires:  libXcomposite-devel, libXdamage-devel, libXext-devel
BuildRequires:  libXt-devel, libXmu-devel, libICE-devel, libSM-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
#autoreconf -v --install
perl -pi -e 's,beryl/cubecaps.png,rhgb/main-logo.png,g' \
    src/cube.settings

%build
%configure --enable-librsvg --disable-libsvg-cairo
# 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 AUTHORS ChangeLog COPYING README
%dir %{_libdir}/beryl
%{_libdir}/beryl/*.so
%{_datadir}/beryl/*.png


%changelog
* Tue Nov 14 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-2
- Switch to upstream tarball, now that there is one

* 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-3
- Fedora-branded cube caps (Chitlesh Goorah)

* Tue Oct 31 2006 Jarod Wilson <jwilson at redhat.com> 0.1.1-2
- Add missing BR: libtool, gettext-devel

* Thu Oct 26 2006 Jarod Wilson <jwilson at redhat.com> 0.1.1-1
- New upstream release
- Require beryl-core of at least the same version
- Move autoreconf bits to prep section

* Tue Oct 03 2006 Jarod Wilson <jwilson at redhat.com> 0.1.0-1
- Initial Fedora build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/beryl-plugins/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Nov 2006 19:13:06 -0000	1.1
+++ .cvsignore	15 Nov 2006 19:13:28 -0000	1.2
@@ -0,0 +1 @@
+beryl-plugins-0.1.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/beryl-plugins/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Nov 2006 19:13:06 -0000	1.1
+++ sources	15 Nov 2006 19:13:28 -0000	1.2
@@ -0,0 +1 @@
+6721bf8bd5fcbe0cabb0a67caa920fcb  beryl-plugins-0.1.2.tar.bz2




More information about the scm-commits mailing list