]> git.pld-linux.org Git - packages/dctc.git/commitdiff
*** empty log message ***
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Sun, 21 Oct 2001 13:56:12 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dctc.spec -> 1.1

dctc.spec [new file with mode: 0644]

diff --git a/dctc.spec b/dctc.spec
new file mode 100644 (file)
index 0000000..c783b7e
--- /dev/null
+++ b/dctc.spec
@@ -0,0 +1,37 @@
+Summary:       dctc
+Name:          dctc
+Version:       0.57
+Release:       1
+License:       GPL
+Group:         Applications/Communications
+Group(de):     Applikationen/Kommunikation
+Group(pl):     Aplikacje/Komunikacja
+Source0:       %{name}_v%{version}.tar.gz
+URL:           http://ac2i.tzo.com/dcdt
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dctc
+
+%prep
+%setup -q -c
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/%{_bindir}
+cp src/hublist src/dctc $RPM_BUILD_ROOT/%{_bindir}
+
+gzip -9nf README COPYING ChangeLog INSTALL
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz Documentation
+%attr(755,root,root) %{_bindir}/hublist
+%attr(755,root,root) %{_bindir}/dctc
This page took 0.060256 seconds and 4 git commands to generate.