SPECS: kicad.spec (NEW) - initial PLD release

luzik luzik at pld-linux.org
Thu Nov 22 12:55:24 CET 2007


Author: luzik                        Date: Thu Nov 22 11:55:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/kicad.spec
diff -u /dev/null SPECS/kicad.spec:1.1
--- /dev/null	Thu Nov 22 12:55:24 2007
+++ SPECS/kicad.spec	Thu Nov 22 12:55:18 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+%define		_release	r304
+Summary:	KiCad - is a GPL'd suite of programs for EDA
+Summary(pl.UTF-8):	KiCad jest zestawem programów na licencji GPL zaliczanym do kategorii EDA
+Name:		kicad
+Version:	20071004
+Release:	0.5
+License:	GPL
+Group:		Applications
+Source0:	http://dl.sourceforge.net/kicad/%{name}-%{version}-%{_release}.tar.bz2
+# Source0-md5:	8ef6310123e9361c5780d321ec07cc8b
+URL:		http://kicad.sourceforge.net/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KiCad consists of a project manager and four main programs:
+- kicad - the project manager.
+- eeschema - the schematic editor.
+- cvpcb - the footprint selector for components used in the circuit
+  design.
+- pcbnew - the PCB layout program.
+- gerbview - the Gerber (photoplotter documents) viewer.
+
+%description -l pl.UTF-8
+KiCad składa się z menadżera projektów oraz czterych głównych
+programów:
+- kicad - menadżer projektów.
+- eeschema - edytor schematów.
+- cvpcb - the footprint selector for components used in the circuit
+  design.
+- pcbnew - the PCB layout program.
+- gerbview - the Gerber (photoplotter documents) viewer.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} -f makefile.gtk
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -f makefile.gtk install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	PREFIX=$RPM_BUILD_ROOT%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc change_log.txt news.txt regex_doc.txt todo.txt version.txt
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_libdir}/%{name}
+%{_docdir}/%{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  2007-11-22 11:55:18  luzik
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list