]> git.pld-linux.org Git - packages/dclib.git/blobdiff - dclib.spec
- updated to 0.3.5, STBR
[packages/dclib.git] / dclib.spec
index 3d1d6e286690e29a941d78997c7d9cdb02f84fca..735d18b57ec02d42f29960750a10e3499d7e4a79 100644 (file)
@@ -1,13 +1,18 @@
+#
+# Conditional build:
+%bcond_with    lying   # lie about the H header (always H:1)
+#
 Summary:       DirectConnect support library for dcgui-qt
 Summary(pl):   Biblioteka obs³uguj±ca DirectConnect dla dcgui-qt
 Name:          dclib
-Version:       0.3.3
-Release:       3
+Version:       0.3.5
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         Libraries
 Source0:       http://download.berlios.de/dcgui/%{name}-%{version}.tar.bz2
-# Source0-md5: e25f9afae22341670fa993eb766aaf1e
+# Source0-md5: 7112028c84f40c5f2719a969bf55a6c8
+Patch0:                %{name}-lying_tags.patch
 URL:           http://dcgui.berlios.de/
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -53,6 +58,7 @@ Statyczna biblioteka dclib.
 
 %prep
 %setup -q
+%{?with_lying:%patch0 -p1}
 
 %build
 cp -f /usr/share/automake/config.sub admin
@@ -73,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README ChangeLog
+%doc AUTHORS README
 %attr(755,root,root) %{_libdir}/libdc.so.*.*
 %{_datadir}/dclib
 
This page took 0.03082 seconds and 4 git commands to generate.