SPECS: beryl-manager.spec (NEW) - initial spec, instead of compiz-...
rotom
rotom at pld-linux.org
Fri Sep 29 20:38:54 CEST 2006
Author: rotom Date: Fri Sep 29 18:38:54 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial spec, instead of compiz-manager
---- Files affected:
SPECS:
beryl-manager.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/beryl-manager.spec
diff -u /dev/null SPECS/beryl-manager.spec:1.1
--- /dev/null Fri Sep 29 20:38:54 2006
+++ SPECS/beryl-manager.spec Fri Sep 29 20:38:49 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+#
+Summary: An application to run and [manage|control] beryl
+Summary(pl): Aaplikacja do uruchamiania i kontroli beryla
+Name: beryl-manager
+Version: 0.1.0
+Release: 1
+License: GPL v2+
+Group: X11/Window Managers/Tools
+Source0: http://distfiles.xgl-coffee.org/beryl-manager/%{name}-%{version}.tar.bz2
+# Source0-md5: 1ab7696d4f91c11eb86a252647d3a021
+URL: http://distfiles.xgl-coffee.org
+BuildRequires: gtk+2-devel >= 2.0
+Requires: beryl-core
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An application to run and [manage|control] beryl
+
+%prep
+%setup -q -n %{name}
+
+%build
+autoreconf -v --install
+%{__intltoolize}
+%{__glib_gettextize} --copy --force
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/beryl-manager.png
+
+%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:38:49 rotom
+- initial spec, instead of compiz-manager
+
================================================================
More information about the pld-cvs-commit
mailing list