]> git.pld-linux.org Git - packages/geda-symbols.git/blob - geda-symbols.spec
- changed to %%%configure2_13, to make it build
[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:        20010304
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        ftp://ftp.geda.seul.org/pub/geda/devel/symbols-%{version}.tar.gz
11 URL:            http://www.geda.seul.org/
12 # FIXME. It should be noarch but rpm breaks attr() then.
13 # BuildArch:    noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17 %define         _mandir         %{_prefix}/man
18
19 %description
20 This package contains a bunch of symbols of electronic devices used by
21 gschem, the gEDA project schematic editor.
22
23 %description -l pl
24 Pakiet zawiera du¿± ilo¶æ symboli elementów elektronycznych, które s±
25 u¿ywane w edytorze schematów gschem.
26
27 %prep
28 %setup  -q -n symbols
29
30 %build
31 %configure2_13
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT \
39
40 gzip -9nf TODO AUTHORS ChangeLog NEWS README
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %attr(755,root,root) %{_bindir}/*-config
49 %{_datadir}/gEDA
This page took 0.063428 seconds and 3 git commands to generate.