]> git.pld-linux.org Git - packages/geda-utils.git/commitdiff
new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 7 Mar 2001 21:39:03 +0000 (21:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geda-utils.spec -> 1.1

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

diff --git a/geda-utils.spec b/geda-utils.spec
new file mode 100644 (file)
index 0000000..939ac7a
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       Netlister for the gEDA project.
+Summary(pl):   Lista po³±czeñ dla projektu gEDA.
+Name:          geda-utils
+Version:       20010304
+Release:       1
+License:       GPL
+Group:         Applications
+Group(de):     Applikationen
+Group(pl):     Aplikacje
+Source0:       ftp://ftp.geda.seul.org/pub/geda/devel/utils-%{version}.tar.gz
+URL:           http://www.geda.seul.org/
+BuildRequires: libgeda-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Several utilities for the gEDA project.
+
+%description -l pl
+Narzêdzia u¿ytkowe dla projektu gEDA.
+
+%prep
+%setup  -q -n utils
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+
+gzip -9nf AUTHORS ChangeLog NEWS README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.077519 seconds and 4 git commands to generate.