]> git.pld-linux.org Git - packages/geda-symbols.git/commitdiff
should be noarch but rpm is broken
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Mar 2001 21:26:31 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geda-symbols.spec -> 1.1

geda-symbols.spec [new file with mode: 0644]

diff --git a/geda-symbols.spec b/geda-symbols.spec
new file mode 100644 (file)
index 0000000..a1d1a2a
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       symbols of electronic devices
+Summary(pl):   symbole elementów elektronicznych
+Name:          geda-symbols
+Version:       20010304
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(pl):     X11/Aplikacje
+Source0:       ftp://ftp.geda.seul.org/pub/geda/devel/symbols-%{version}.tar.gz
+URL:           http://www.geda.seul.org/
+# FIXME. It should be noarch but rpm breaks attr() then.
+# BuildArch:   noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+This package contains a bunch of symbols of electronic devices used by
+gschem, the gEDA project schematic editor.
+
+%description -l pl
+Pakiet zawiera du¿± ilo¶æ symboli elementów elektronycznych, które s±
+u¿ywane w edytorze schematów gschem.
+
+%prep
+%setup  -q -n symbols
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+
+gzip -9nf TODO AUTHORS ChangeLog NEWS README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*-config
+%{_datadir}/gEDA
This page took 0.064726 seconds and 4 git commands to generate.