]> git.pld-linux.org Git - packages/geda-examples.git/commitdiff
- initial PLD release
authorluzik <luzik@pld-linux.org>
Thu, 22 Nov 2007 07:19:20 +0000 (07:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geda-examples.spec -> 1.1

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

diff --git a/geda-examples.spec b/geda-examples.spec
new file mode 100644 (file)
index 0000000..4a33b5e
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Examples for gEDA project
+Summary(pl.UTF-8):     Przykłady dla projektu gEDA
+Name:          geda-examples
+Version:       1.2.0
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       ftp://ftp.geda.seul.org/pub/geda/release/v1.2/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: ca177c15be955876c87095a84658e0ff
+URL:           http://www.geda.seul.org/
+Requires:      libgeda >= %{version}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Examples for gEDA project
+
+%description -l pl.UTF-8
+Przykłady dla projektu gEDA
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%{_docdir}/geda-doc/examples
This page took 0.080012 seconds and 4 git commands to generate.