]> git.pld-linux.org Git - packages/dctc.git/blobdiff - dctc.spec
- updated to 0.85.6
[packages/dctc.git] / dctc.spec
index 7e15597bc4605df889dd640ca8134fd0df9772bb..622f050baede95b23a4294053d6b4a8287f2e3a7 100644 (file)
--- a/dctc.spec
+++ b/dctc.spec
@@ -1,16 +1,19 @@
 Summary:       Direct Connect Text Client
 Summary(pl):   Tekstowy klient Direct Connect
 Name:          dctc
-Version:       0.83.1
+Version:       0.85.6
 Release:       1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://ac2i.tzo.com/dctc/%{name}-%{version}.tar.gz
+# Source0-md5: 98e9780db4225f6c1d8fbc443f6ae26d
 Patch0:                %{name}-home_etc.patch
 URL:           http://ac2i.tzo.com/dctc/
 BuildRequires: autoconf
 BuildRequires: automake
+#BuildRequires:        db-devel
 BuildRequires: glib-devel
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,20 +23,21 @@ oriented) using a proprietary protocol.
 
 %description -l pl
 DCTC jest klonem Direct Connect, windowsowego klienta pozwalaj±cego
-u¿ytkonikom dzieliæ pliki i rozmawiaæ (podobnie do IRC-a, ale w sposób
-bardziej zorientowany na dzielenie oprogramowania) u¿ywaj±c w³asnego
-protoko³u.
+u¿ytkownikom wspó³dzieliæ pliki i rozmawiaæ (podobnie do IRC-a, ale w
+sposób bardziej zorientowany na dzielenie oprogramowania) u¿ywaj±c
+w³asnego protoko³u.
 
 %prep
 %setup -q
-%patch0 -p1
+
+%patch -p1
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure 
+%configure
 %{__make}
 
 %install
@@ -47,5 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc KNOWN_BUGS TODO README ChangeLog Documentation/* Documentation/*/*
+%doc KNOWN_BUGS TODO README ChangeLog Documentation/*
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.0747 seconds and 4 git commands to generate.