]> git.pld-linux.org Git - packages/dctc.git/blobdiff - dctc.spec
- updated to 0.85.7, more br
[packages/dctc.git] / dctc.spec
index 339b8d6aeea9a77423024f26aa63c42eb31490cb..fee2174db2e8f2b798959d4b8f788de5138ad980 100644 (file)
--- a/dctc.spec
+++ b/dctc.spec
@@ -1,18 +1,21 @@
 Summary:       Direct Connect Text Client
 Summary(pl):   Tekstowy klient Direct Connect
 Name:          dctc
-Version:       0.83.9
+Version:       0.85.7
 Release:       1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://ac2i.tzo.com/dctc/%{name}-%{version}.tar.gz
+# Source0-md5: 4d841bd9e18cd4cbd85d84e97c1e62f1
 Patch0:                %{name}-home_etc.patch
-Patch1:                %{name}-gcc2.patch
 URL:           http://ac2i.tzo.com/dctc/
-BuildRequires: pkgconfig
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: db-devel
 BuildRequires: glib-devel
+BuildRequires: pkgconfig
+BuildRequires: openssl-devel
+BuildRequires: libxml2-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,21 +25,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
-#%patch1 -p1
+
+%patch -p1
 
 %build
 rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure 
+%configure
 %{__make}
 
 %install
@@ -50,6 +53,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.037799 seconds and 4 git commands to generate.