Author: kolodko                      Date: Tue Feb 22 18:31:48 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init
- needs some work

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

---- Diffs:

================================================================
Index: SPECS/suxpanel.spec
diff -u /dev/null SPECS/suxpanel.spec:1.1
--- /dev/null   Tue Feb 22 19:31:48 2005
+++ SPECS/suxpanel.spec Tue Feb 22 19:31:43 2005
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+#
+#TODO  FHS
+#
+Summary:       suxpanel
+Summary(pl):   suxpanel
+Name:          suxpanel
+Version:       0.3
+Release:       0.1
+License:       GPL
+Group:         -
+Source0:       
http://www.linuxmag.com.br/~leandro/suxpanel/%{name}-%{version}.tar.bz2
+# Source0-md5: 1fa0bc9d8ea0f782826f4f93da6406c3
+URL:           http://www.linuxmag.com.br/~leandro/suxpanel/
+BuildRequires: libwnck-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SuxPanel is a complete rewrite of my old "MacOS Style Panel" project.
+It's now a lot easier to maintain (as everything is a plugin) and
+extend. Since it's still in early development stages, it's not
+intended for non-developers (however, if configured properly, it can
+be used even by your cat).
+
+#%description -l pl
+#suxpanel
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install suxpanel-install.sh $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/pixmaps
+%dir %{_datadir}/%{name}/plugins
+%attr(755,root,root) %dir %{_datadir}/%{name}/plugins/*.so
+
+%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  2005/02/22 18:31:43  kolodko
+- init
+- needs some work
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to