]> git.pld-linux.org Git - packages/dclib.git/commitdiff
- 0.1beta10 - added ugly_hack patch, the WrongWay(TM) - STBR
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 1 Sep 2002 10:00:00 +0000 (10:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dclib.spec -> 1.6

dclib.spec

index 70d493fabe6375439533dd9efd2e6f01365c2887..c97e2da0fc0a0c67e843d332cd93690e408b7ae5 100644 (file)
@@ -1,4 +1,4 @@
-%define                _beta           beta9
+%define                _beta           beta10
 %define                _release        1
 
 Summary:       dclib - libraries for Direct Connect client.
@@ -9,11 +9,13 @@ Release:      %{_beta}.%{_release}
 License:       GPL v2
 Group:         X11/Libraries
 Source0:       http://dc.ketelhot.de/files/dcgui/unstable/source/%{name}-%{version}%{_beta}.tar.bz2
+Patch0:                %{name}-xml_ugly_fix.patch
 URL:           http://dc.ketelhot.de/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: qt-devel
+BuildRequires: libxml2-devel > 2.0.0
+BuildRequires: qt-devel >= 3.0.5
 Provides:      %{name} = %{version}%{_beta}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -55,11 +57,12 @@ Statyczne biblioteki dclib.
 
 %prep
 %setup -q -n %{name}-%{version}%{_beta}
+%patch0 -p1
 
 %build
 aclocal
-%{__autoconf}
-cp -f /usr/share/automake/config.* .
+#%{__autoconf}
+#cp -f /usr/share/automake/config.* .
 %configure
 
 %{__make}
@@ -69,8 +72,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-gzip -9nf README NEWS TODO AUTHORS
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -83,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README NEWS TODO AUTHORS
 %attr(755,root,root) %{_libdir}/*.la
 %attr(755,root,root) %{_libdir}/*.so
 %attr(755,root,root) %{_includedir}/%{name}/*.h
This page took 0.059382 seconds and 4 git commands to generate.