]> git.pld-linux.org Git - packages/geda-gattrib.git/commitdiff
- upgraded to 20061020 rel 0.1 (i use them), added gattrib package
authorMaciej Pijanka <agaran@pld-linux.org>
Mon, 5 Feb 2007 12:03:14 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geda-gattrib.spec -> 1.1

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

diff --git a/geda-gattrib.spec b/geda-gattrib.spec
new file mode 100644 (file)
index 0000000..6b7fdb2
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Gattrib for gEDA project
+Name:          geda-gattrib
+Version:       20061020
+Release:       0.1
+License:       GPL
+Group:         Applications
+Source0:       ftp://ftp.geda.seul.org/pub/geda/devel/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 6555466492f3273dbefb772bd4ffd486
+URL:           http://www.geda.seul.org/
+BuildRequires: glib2-devel >= 2.2.0
+BuildRequires: libgeda-devel >= %{version}
+BuildRequires: pkgconfig
+Requires:      libgeda >= %{version}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gattrib for the gEDA project.
+
+%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 docs/README.*
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/gEDA/system-gattribrc
This page took 0.136778 seconds and 4 git commands to generate.