]> git.pld-linux.org Git - packages/cocom.git/blame - cocom.spec
- updated
[packages/cocom.git] / cocom.spec
CommitLineData
f9cabdda 1Summary: cocom
2Summary(pl): cocom
3Name: cocom
4Version: 0.995
5Release: 0.1
6License: GPL
7Group: Base
d85b82c8 8Source0: http://osdn.dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
f9cabdda 9# Source0-md5:
10#BuildRequires:
11#Requires:
d85b82c8 12URL: http://cocom.sourceforge.net/
f9cabdda 13Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16-- empty --
17
18%description -l pl
19-- pusty --
20
d85b82c8 21%package devel
22Summary: cocom-devel
23Group: Base
24%description devel
25%description devel -l pl
26
f9cabdda 27%prep
28%setup -q
29
30#%patch
31
32%build
33./configure --prefix=%{_prefix}
34%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
35
36%install
37rm -rf $RPM_BUILD_ROOT
38%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
39
40%post
41%postun
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc
d85b82c8 49%attr(755,root,root) %{_bindir}/*
50%attr(644,root,root) %{_libdir}/*
51%attr(644,root,root) %{_libdir}/*/*
52
53%files devel
54%defattr(644,root,root,755)
55%doc
56%attr(644,root,root) %{_includedir}/*
This page took 0.126495 seconds and 4 git commands to generate.