]> git.pld-linux.org Git - packages/autofig.git/blame - autofig.spec
- tabs in preamble
[packages/autofig.git] / autofig.spec
CommitLineData
b1d867c6 1Summary: Automatic *-config scripts generation
84107156 2Summary(pl.UTF-8): Automatyczne generowanie skryptów *-config
b1d867c6
JB
3Name: autofig
4Version: 0.1
5Release: 1
6License: ?
7Group: Development/Tools
8# origins from GNOME CVS?
9Source0: http://autotrace.sourceforge.net/tools/%{name}.tar.gz
dbdf775c 10# Source0-md5: 864f4729560bdc2c0eabfd3857a557e2
b1d867c6
JB
11BuildRequires: autoconf
12Requires: m4
13Requires: sed
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Utility for automatic *-config scripts generation.
18
179ec754
JR
19%description -l pl.UTF-8
20Narzędzie do automatycznego generowanie skryptów *-config.
b1d867c6
JB
21
22%prep
23%setup -q
24
25%build
26%{__autoconf}
27%configure
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
0363c845
PG
33%{__make} install \
34 DESTDIR=$RPM_BUILD_ROOT
b1d867c6
JB
35
36rm -f samples/Makefile*
37
38%clean
39rm -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.150271 seconds and 4 git commands to generate.