]> git.pld-linux.org Git - packages/dctc.git/blob - dctc.spec
c783b7eb95599f8c70ee5fc62f2b725946cea4e4
[packages/dctc.git] / dctc.spec
1 Summary:        dctc
2 Name:           dctc
3 Version:        0.57
4 Release:        1
5 License:        GPL
6 Group:          Applications/Communications
7 Group(de):      Applikationen/Kommunikation
8 Group(pl):      Aplikacje/Komunikacja
9 Source0:        %{name}_v%{version}.tar.gz
10 URL:            http://ac2i.tzo.com/dcdt
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 dctc
15
16 %prep
17 %setup -q -c
18
19 %build
20 %{__make}
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24
25 install -d $RPM_BUILD_ROOT/%{_bindir}
26 cp src/hublist src/dctc $RPM_BUILD_ROOT/%{_bindir}
27
28 gzip -9nf README COPYING ChangeLog INSTALL
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc *.gz Documentation
36 %attr(755,root,root) %{_bindir}/hublist
37 %attr(755,root,root) %{_bindir}/dctc
This page took 0.25643 seconds and 2 git commands to generate.