]> git.pld-linux.org Git - packages/cccp.git/commitdiff
- better description
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 18 Jun 2002 10:28:20 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new doc, more docs, added manual
STBR

Changed files:
    cccp.spec -> 1.5

cccp.spec

index c77337ff0aa9306ada6f5ab0424a54b79fec643f..3aec08bceefdd1b5ea56a162c35c34514005b0d4 100644 (file)
--- a/cccp.spec
+++ b/cccp.spec
@@ -3,18 +3,25 @@ Summary(pl):  Tekstowy interfejs do dctc
 Name:          cccp
 Version:       0.6
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Communications
 Source0:       http://members01.chello.se/hampasfirma/%{name}/%{name}.%{version}.tar.gz
-URL:           http://members.chello.se/hampasfirma/cccp/index.html
+URL:           http://members01.chello.se/hampasfirma/cccp/
 Requires:      dctc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-CCCP is a console front end to Direct Connect Text Client.
+CCCP is a console front end to the Direct Conect Text Client.
+DCTC is a library that gives access to the direct connect world.
+CCCP is a console based front end to that library. CCCP is 
+designed to allow both scripting and command line interaction.
 
 %description -l pl
 CCCP jest konsolowym frontendem do Direct Connect Text Client.
+DCTC jest bibliotek±, która daje dostêp do ¦wiata Bezpo¶rednich
+Po³±czeñ, a CCCP jest konsolowym frontendem do tej biblioteki.
+CCCP zosta³ stworzony, aby pozwoliæ jednocze¶nie na interaktywn±
+oraz skryptow± pracê.
 
 %prep
 %setup -q -n %{name}.%{version}
@@ -31,16 +38,16 @@ done
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install cccp $RPM_BUILD_ROOT%{_bindir}
 install scripts/dc.* $RPM_BUILD_ROOT%{_bindir}
-
-gzip -9nf README scripts/SCRIPTS
+install cccp.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README TODO *.html scripts/SCRIPTS
 %attr(755,root,root) %{_bindir}/*
-%doc *.gz scripts/*.gz
+%{_mandir}/man1/*
This page took 0.116303 seconds and 4 git commands to generate.