]> git.pld-linux.org Git - packages/coreutils.git/blame - coreutils.spec
- release 0.1,
[packages/coreutils.git] / coreutils.spec
CommitLineData
81355144 1Summary: Coreutils
2Summary(pl): Coreutils
3Name: coreutils
4Version: 4.5.1
5Release: 0.1
6Copyright: GPL
7Group: utils
8Source0: %{name}-%{version}.tar.bz2
9#BuildRequires:
10#Requires:
11Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%define _prefix /
14
15%description
16
17%description -l pl
18
19%prep
20%setup -q
21
22#%patch
23
24%build
25./configure --prefix=%{_prefix}
26%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
27
28%install
29rm -rf $RPM_BUILD_ROOT
30%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
31
32%post
33%postun
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc
41%attr(,,)
This page took 0.94422 seconds and 4 git commands to generate.