SPECS: beryl-plugins.spec (NEW) - initial spec, instead of compiz-...

rotom rotom at pld-linux.org
Fri Sep 29 20:36:59 CEST 2006


Author: rotom                        Date: Fri Sep 29 18:36:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial spec, instead of compiz-quinnstorm-pluginz

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

---- Diffs:

================================================================
Index: SPECS/beryl-plugins.spec
diff -u /dev/null SPECS/beryl-plugins.spec:1.1
--- /dev/null	Fri Sep 29 20:36:59 2006
+++ SPECS/beryl-plugins.spec	Fri Sep 29 20:36:53 2006
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+#
+Summary:	beryl plugins
+Summary(pl):	Wtyczki do beryla
+Name:		beryl-plugins
+Version:	0.1.0
+Release:	0.1
+License:	GPL/MIT
+Group:		X11
+Source0:	http://distfiles.xgl-coffee.org/beryl-plugins/%{name}-%{version}.tar.bz2
+# Source0-md5:	002a6019fea2337c480343aba9d995b6
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	beryl-core-devel >= 0.1.0
+BuildRequires:	dbus-devel
+BuildRequires:	librsvg-devel
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+Requires:	beryl-core >= 0.1.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+beryl plugins.
+
+%description -l pl
+Wtyczki do beryla.
+
+%prep
+%setup -q -n %{name}
+
+%build
+autoreconf -v --install
+
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__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 AUTHORS README
+%dir %{_libdir}/beryl
+%attr(755,root,root) %{_libdir}/beryl/*
+%dir %{_datadir}/beryl
+%{_datadir}/beryl/*.settings
+%{_datadir}/beryl/*.png
+%{_datadir}/dbus-1/services/beryl.service
+
+%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  2006/09/29 18:36:53  rotom
+- initial spec, instead of compiz-quinnstorm-pluginz
+
================================================================


More information about the pld-cvs-commit mailing list