Author: luzik Date: Thu Nov 22 07:19:25 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: SPECS: geda-examples.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/geda-examples.spec diff -u /dev/null SPECS/geda-examples.spec:1.1 --- /dev/null Thu Nov 22 08:19:25 2007 +++ SPECS/geda-examples.spec Thu Nov 22 08:19:20 2007 @@ -0,0 +1,50 @@ +# $Revision$, $Date$ +Summary: Examples for gEDA project +Summary(pl.UTF-8): Przykłady dla projektu gEDA +Name: geda-examples +Version: 1.2.0 +Release: 1 +License: GPL +Group: Applications +Source0: ftp://ftp.geda.seul.org/pub/geda/release/v1.2/%{version}/%{name}-%{version}.tar.gz +# Source0-md5: ca177c15be955876c87095a84658e0ff +URL: http://www.geda.seul.org/ +Requires: libgeda >= %{version} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Examples for gEDA project + +%description -l pl.UTF-8 +Przykłady dla projektu gEDA + +%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 ChangeLog NEWS README +%{_docdir}/geda-doc/examples + +%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 2007-11-22 07:19:20 luzik +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
