]> git.pld-linux.org Git - packages/autofig.git/blob - autofig.spec
- tabs in preamble
[packages/autofig.git] / autofig.spec
1 Summary:        Automatic *-config scripts generation
2 Summary(pl.UTF-8):      Automatyczne generowanie skryptów *-config
3 Name:           autofig
4 Version:        0.1
5 Release:        1
6 License:        ?
7 Group:          Development/Tools
8 # origins from GNOME CVS?
9 Source0:        http://autotrace.sourceforge.net/tools/%{name}.tar.gz
10 # Source0-md5:  864f4729560bdc2c0eabfd3857a557e2
11 BuildRequires:  autoconf
12 Requires:       m4
13 Requires:       sed
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Utility for automatic *-config scripts generation.
18
19 %description -l pl.UTF-8
20 Narzędzie do automatycznego generowanie skryptów *-config.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__autoconf}
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 rm -f samples/Makefile*
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog doc samples
44 %attr(755,root,root) %{_bindir}/*
45 %{_datadir}/%{name}
This page took 0.14899 seconds and 3 git commands to generate.