SPECS: scratchpad.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Tue Oct 3 21:08:25 CEST 2006
Author: aredridel Date: Tue Oct 3 19:08:25 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
scratchpad.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/scratchpad.spec
diff -u /dev/null SPECS/scratchpad.spec:1.1
--- /dev/null Tue Oct 3 21:08:25 2006
+++ SPECS/scratchpad.spec Tue Oct 3 21:08:20 2006
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+#
+Summary: Spatial GNOME editor
+Name: scratchpad
+Version: 0.3.0
+Release: 1
+License: GPL
+Group: Applications
+Source0: http://www.chorse.org/stuff/scratchpad/%{name}-%{version}.tar.bz2
+# Source0-md5: 12ec467f5670150a79964c00f593157c
+URL: http://dborg.wordpress.com/scratchpad/
+BuildRequires: libgnomeui-devel >= 2.16.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%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)
+%{_sysconfdir}/gconf/schemas/scratchpad.schemas
+%attr(755,root,root) %{_bindir}/scratchpad
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*
+%{_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/10/03 19:08:20 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list