]> git.pld-linux.org Git - packages/cocom.git/blame - cocom.spec
- release 0.2
[packages/cocom.git] / cocom.spec
CommitLineData
f9cabdda 1Summary: cocom
2Summary(pl): cocom
3Name: cocom
4Version: 0.995
a43dfe78 5Release: 0.2
f9cabdda 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
a43dfe78 24Requires: %{name} = %{epoch}:%{version}-%{release}
d85b82c8 25%description devel
26%description devel -l pl
27
f9cabdda 28%prep
29%setup -q
30
31#%patch
32
33%build
34./configure --prefix=%{_prefix}
35%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
36
37%install
38rm -rf $RPM_BUILD_ROOT
39%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
40
41%post
42%postun
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc
d85b82c8 50%attr(755,root,root) %{_bindir}/*
51%attr(644,root,root) %{_libdir}/*
52%attr(644,root,root) %{_libdir}/*/*
53
54%files devel
55%defattr(644,root,root,755)
56%doc
57%attr(644,root,root) %{_includedir}/*
This page took 0.039248 seconds and 4 git commands to generate.