SPECS: macosd.spec (NEW) - initial spec, broken for now...
paszczus
paszczus at pld-linux.org
Sun Apr 2 12:19:40 CEST 2006
Author: paszczus Date: Sun Apr 2 10:19:40 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial spec, broken for now...
---- Files affected:
SPECS:
macosd.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/macosd.spec
diff -u /dev/null SPECS/macosd.spec:1.1
--- /dev/null Sun Apr 2 12:19:40 2006
+++ SPECS/macosd.spec Sun Apr 2 12:19:33 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary: MacOSD is a visualization frontend for PBButtonsD
+Summary(pl): MacOSD jest wizualnym frontendem dla PBButtonsD
+Name: macosd
+Version: 0.3.1
+Release: 0.1
+License: GPL
+Group: Applications
+Source0: http://dl.exactcode.de/oss/macosd/%{name}-%{version}.tar.bz2
+# Source0-md5: 6ae216880c061587e63dd40661d9c78a
+URL: http://www.exactcode.de/oss/macosd/
+BuildRequires: pbbuttonsd-lib
+BuildRequires: rpmbuild(macros) >= 1.228
+Requires: pbbuttonsd
+ExclusiveArch: ppc
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MacOSD is a visualization frontend for PBButtonsD, the button and
+power event daemon used for Apple computers. It utilizes Evas with its
+anti-aliasing and alpha-blending canvas capabilities for rendering.
+The less-eye-candy-rich Xosd can also be used to render shaped windows
+that work over video overlays. The theme format is
+GtkPBButtons-compatible.
+
+%prep
+%setup -q
+
+%build
+#configure
+./configure
+%{__make}
+
+#%{__make} \
+# CFLAGS="%{rpmcflags}" \
+# LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__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
+
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%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/04/02 10:19:33 paszczus
+- initial spec, broken for now...
+
================================================================
More information about the pld-cvs-commit
mailing list