]> git.pld-linux.org Git - packages/fastdep.git/blame - fastdep.spec
- converted to UTF-8
[packages/fastdep.git] / fastdep.spec
CommitLineData
ad562538 1Summary: A fast dependency generator for C/C++ files
3d23de26 2Summary(pl.UTF-8): Szybki generator zależności dla plików C/C++
ad562538
PS
3Name: fastdep
4Version: 0.16
5Release: 1
6License: GPL v2
7Group: Development/Building
8Source0: http://www.irule.be/bvh/c++/fastdep/%{name}-%{version}.tar.gz
9# Source0-md5: 838c08b790a5dfe9a50a4aec7947bc54
10URL: http://www.irule.be/bvh/c++/fastdep/
11BuildRequires: libstdc++-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15fastdep is (will be) a fast dependency generator for C/C++ files.
16
3d23de26
JR
17%description -l pl.UTF-8
18fastdep jest (będzie) szybkim generatorem zależności dla plików C/C++.
ad562538
PS
19
20%prep
21%setup -q
22
23%build
24%configure
25%{__make} \
87ac6bfc 26 CFLAGS="%{rpmcflags}" \
ad562538
PS
27 CXXFLAGS="%{rpmcxxflags}"
28
29%install
30rm -rf $RPM_BUILD_ROOT
31
32install -D fastdep $RPM_BUILD_ROOT%{_bindir}/fastdep
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%doc AUTHORS CHANGELOG README TODO
40%attr(755,root,root) %{_bindir}/*
This page took 0.125912 seconds and 4 git commands to generate.