Author: wolf                         Date: Sun Oct  1 11:53:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on rotom's work

---- Files affected:
SPECS:
   beryl-core.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/beryl-core.spec
diff -u /dev/null SPECS/beryl-core.spec:1.1
--- /dev/null   Sun Oct  1 13:53:21 2006
+++ SPECS/beryl-core.spec       Sun Oct  1 13:53:16 2006
@@ -0,0 +1,113 @@
+# $Revision$, $Date$
+Summary:       OpenGL window and compositing manager
+Summary(pl):   OpenGL-owy zarządca okien i składania
+Name:          beryl-core
+Version:       0.1.0
+Release:       1
+License:       GPL/MIT
+Group:         X11
+Source0:       
http://distfiles.xgl-coffee.org/beryl-core/%{name}-%{version}.tar.bz2
+# Source0-md5: 17fc446a78c557e02417b85ce7ea29e1
+Patch0:                beryl-core-aiglx.patch
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: intltool
+BuildRequires: libpng-devel
+BuildRequires: libtool
+BuildRequires: startup-notification-devel
+BuildRequires: xorg-lib-libXcomposite-devel
+BuildRequires: xorg-lib-libXdamage-devel
+BuildRequires: xorg-lib-libXrandr-devel
+BuildRequires: xorg-proto-glproto-devel
+Provides:      compiz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Beryl is an OpenGL compositing manager that use
+GLX_EXT_texture_from_pixmap for binding redirected top-level windows
+to texture objects. It has a flexible plug-in system and it is
+designed to run well on most graphics hardware.
+
+This is an enhanced version of compiz, developed mainly by Quinnstorm.
+Some parts were optimized for speed and there were added few
+additional plugins and patches, delivering even more eyecandy.
+
+%description -l pl
+Beryl jest OpenGL-owym zarządcą składania, używającym rozszerzenia
+GLX_EXT_texture_from_pixmap w celu wiązania przekierowanych okien do
+tekstur. Posiada elastyczny system wtyczek i jest tak zaprojektowany,
+by dobrze działać na większości kart graficznych.
+
+To jest udoskonalona wersja compiza, tworzona głównie przez
+Quinnstorma. Niektóre części zostały zoptymalizowane pod względem
+prędkości oraz dodano kilka dodatkowych wtyczek i łatek,
+dostarczających jeszcze więcej świecidełek.
+
+%package devel
+Summary:       Header files for beryl
+Summary(pl):   Pliki nagłówkowe dla beryla
+Group:         Development
+Requires:      OpenGL-devel
+Requires:      libpng-devel
+Requires:      startup-notification-devel >= 0.7
+Requires:      xorg-lib-libSM-devel
+Requires:      xorg-lib-libXcomposite-devel
+Requires:      xorg-lib-libXdamage-devel
+Requires:      xorg-lib-libXrandr-devel
+Conflicts:     compiz-devel
+
+%description devel
+Header files for beryl.
+
+%description devel -l pl
+Pliki nagłówkowe dla beryla.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+autoreconf -v --install
+ln -s ../po config/po
+#%{__intltoolize}
+%{__glib_gettextize} --copy --force
+rm config/po
+sed -i -e 's/^mkinstalldirs.*/MKINSTALLDIRS=mkdir -p/' po/Makefile.in.in
+
+%configure \
+       --disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       desktopfilesdir=%{_datadir}/wm-properties \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/compiz/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/beryl
+%{_mandir}/man1/*
+
+%files devel
+%defattr(644,root,root,755)
+%dir %{_includedir}/beryl
+%{_includedir}/beryl/beryl.h
+%{_pkgconfigdir}/beryl.pc
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1  2006/10/01 11:53:16  wolf
+- based on rotom's work
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to