SPECS: beryl-plugins-unsupported.spec (NEW) - new

wolf wolf at pld-linux.org
Fri Feb 2 23:53:27 CET 2007


Author: wolf                         Date: Fri Feb  2 22:53:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/beryl-plugins-unsupported.spec
diff -u /dev/null SPECS/beryl-plugins-unsupported.spec:1.1
--- /dev/null	Fri Feb  2 23:53:27 2007
+++ SPECS/beryl-plugins-unsupported.spec	Fri Feb  2 23:53:21 2007
@@ -0,0 +1,87 @@
+# $Revision$, $Date$
+Summary:	beryl plugins
+Summary(pl):	Wtyczki do beryla
+Name:		beryl-plugins-unsupported
+Version:	0.1.9999.1
+Release:	1
+License:	GPL
+Group:		X11
+Source0:	http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5:	76fb0088c25c3b8171a54ad16ef702e8
+URL:		http://beryl-project.org/
+BuildRequires:	OpenGL-devel
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake >= 1:1.7
+BuildRequires:	beryl-core-devel >= 1:%{version}
+BuildRequires:	cairo-devel >= 1.0
+BuildRequires:	dbus-devel >= 0.50
+BuildRequires:	glib2-devel >= 2.0
+BuildRequires:	intltool >= 0.35.0
+BuildRequires:	librsvg-devel >= 2.14.0
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+Requires:	beryl-core >= 1:%{version}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Beryl extra plugins.
+
+This package contains plugins that are either:
+- unstable
+- only modestly maintained
+- or completely unmaintained
+
+Use at your own risk.
+
+%description -l pl
+Dodatkowe wtyczki do beryla.
+
+Ten pakiet zawiera wtyczki które:
+- są niestabilne,
+- nie mają zapewnionej dostatecznej opieki,
+- lub którymi nikt się nie zajmuje.
+
+Do użytku tylko na własne ryzyko.
+
+%prep
+%setup -q
+
+%build
+%{__glib_gettextize}
+%{__intltoolize} --automake
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/beryl/*.la
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_libdir}/beryl/*.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/02 22:53:21  wolf
+- new
+
================================================================


More information about the pld-cvs-commit mailing list