]> git.pld-linux.org Git - packages/cccp.git/commitdiff
- initial release
authorwolf <wolf@pld-linux.org>
Tue, 12 Feb 2002 15:11:02 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cccp.spec -> 1.1

cccp.spec [new file with mode: 0644]

diff --git a/cccp.spec b/cccp.spec
new file mode 100644 (file)
index 0000000..c50d0ef
--- /dev/null
+++ b/cccp.spec
@@ -0,0 +1,48 @@
+Summary:       Red Connect Console Program
+Summary(pl):   Tekstowy interfejs do dctc
+Name:          cccp
+Version:       0.1
+Release:       1
+License:       GPL
+Group:         Applications/Communications
+Group(de):     Applikationen/Kommunikation
+Group(pl):     Aplikacje/Komunikacja
+Source0:       http://members01.chello.se/hampasfirma/%{name}/%{name}.%{version}.tar.gz
+URL:           http://members.chello.se/hampasfirma/cccp/index.html
+Requires:      dctc
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CCCP is a console front end to Direct Connect Text Client.
+
+%description -l pl
+CCCP jest konsolowym frontendem do Direct Connect Text Client.
+
+%prep
+%setup -q -n %{name}.%{version}
+
+%build
+%{__cc} %{rpmcflags} %{rpmldflags} cccp.c -o cccp
+
+cd scripts
+for i in [c-s]*
+do
+       mv $i dc.$i
+done
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install cccp $RPM_BUILD_ROOT%{_bindir}
+install scripts/dc.* $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf README scripts/SCRIPTS
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc *.gz scripts/*.gz
This page took 0.058924 seconds and 4 git commands to generate.