]> git.pld-linux.org Git - packages/geda-symbols.git/blob - geda-symbols.spec
a7500343b38a71fb2ede9a2d8cbe89fdacab889e
[packages/geda-symbols.git] / geda-symbols.spec
1 Summary:        symbols of electronic devices
2 Summary(pl):    symbole elementów elektronicznych
3 Name:           geda-symbols
4 Version:        20021103
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.geda.seul.org/devel/%{version}/geda-symbols-%{version}.tar.gz
9 URL:            http://www.geda.seul.org/
10 #BuildArch:     noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14 %define         _mandir         %{_prefix}/man
15
16 %description
17 This package contains a bunch of symbols of electronic devices used by
18 gschem, the gEDA project schematic editor.
19
20 %description -l pl
21 Pakiet zawiera du¿± ilo¶æ symboli elementów elektronycznych, które s±
22 u¿ywane w edytorze schematów gschem.
23
24 %prep
25 %setup  -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT \
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc TODO AUTHORS ChangeLog NEWS README
42 %attr(755,root,root) %{_bindir}/*-config
43 %{_datadir}/gEDA
This page took 0.079933 seconds and 2 git commands to generate.