Author: uzsolt Date: Sat Feb 13 18:08:14 2010 GMT Module: packages Tag: HEAD ---- Log message: - very initial
---- Files affected: packages/unagi: unagi.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/unagi/unagi.spec diff -u /dev/null packages/unagi/unagi.spec:1.1 --- /dev/null Sat Feb 13 19:08:14 2010 +++ packages/unagi/unagi.spec Sat Feb 13 19:08:09 2010 @@ -0,0 +1,45 @@ +# $Revision$, $Date$ +Summary: Unagi is a modular compositing manager +Name: unagi +Version: 0.1 +Release: 0.1 +License: GPL v3 +Group: X11/Applications +Source0: http://projects.mini-dweeb.org/attachments/download/89/%{name}-%{version}.tar.gz +URL: http://projects.mini-dweeb.org/projects/unagi +BuildRequires: xcb-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Unagi is a modular compositing manager which aims to be efficient, +lightweight and responsive. + +%prep +%setup -q + +%build +%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) +%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +%attr(755,root,root) %{_bindir}/* + +%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 2010/02/13 18:08:09 uzsolt +- very initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
