]> git.pld-linux.org Git - packages/geda-gattrib.git/blob - geda-gattrib.spec
- upgraded to 20061020 rel 0.1 (i use them), added gattrib package
[packages/geda-gattrib.git] / geda-gattrib.spec
1 Summary:        Gattrib for gEDA project
2 Name:           geda-gattrib
3 Version:        20061020
4 Release:        0.1
5 License:        GPL
6 Group:          Applications
7 Source0:        ftp://ftp.geda.seul.org/pub/geda/devel/%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  6555466492f3273dbefb772bd4ffd486
9 URL:            http://www.geda.seul.org/
10 BuildRequires:  glib2-devel >= 2.2.0
11 BuildRequires:  libgeda-devel >= %{version}
12 BuildRequires:  pkgconfig
13 Requires:       libgeda >= %{version}
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Gattrib for the gEDA project.
18
19 %prep
20 %setup -q
21
22 %build
23 %configure
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 #%%doc AUTHORS ChangeLog* NEWS README docs/README.*
38 %attr(755,root,root) %{_bindir}/*
39 %{_datadir}/gEDA/system-gattribrc
This page took 2.065584 seconds and 4 git commands to generate.