SPECS: template-simple.spec (NEW) - for simple programs, which nee...

spider spider at pld-linux.org
Sun Mar 5 10:12:32 CET 2006


Author: spider                       Date: Sun Mar  5 09:12:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- for simple programs, which needs to work only, configure, make, make install

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

---- Diffs:

================================================================
Index: SPECS/template-simple.spec
diff -u /dev/null SPECS/template-simple.spec:1.1
--- /dev/null	Sun Mar  5 10:12:32 2006
+++ SPECS/template-simple.spec	Sun Mar  5 10:12:27 2006
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:        -
+Summary(pl):    -
+Name:           template
+Version:        -
+Release:        0.1
+License:        - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group:          Applications
+Source0:        %{name}-%{version}.tar.gz
+URL:            -
+BuildRequires:	-  
+Requires:	-
+BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%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 <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/05 09:12:27  spider
+- for simple programs, which needs to work only, configure, make, make install
+
+
================================================================


More information about the pld-cvs-commit mailing list