From 28769e96d948c6706b0ac75bac119aca98797b8f Mon Sep 17 00:00:00 2001 From: Karol Trzcionka Date: Aug 26 2007 17:22:55 +0000 Subject: Fixed using open function --- diff --git a/doodle.spec b/doodle.spec index d0adc86..ace36cc 100644 --- a/doodle.spec +++ b/doodle.spec @@ -1,10 +1,10 @@ Name: doodle Version: 0.6.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Doodle is a tool to quickly search the documents on a computer Group: Applications/File -License: GPL +License: GPLv2+ URL: http://gnunet.org/doodle/ Source0: http://gnunet.org/doodle/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,7 +29,7 @@ developing applications that use %{name}. %prep %setup -q - +sed -i 's#O_CREAT | ##' src/doodle/doodled.c %build %configure --disable-rpath --disable-static @@ -63,6 +63,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sun Aug 26 2007 Karol Trzcionka - 0.6.6-3 +- Fixed using open function * Thu Jan 04 2007 Karol Trzcionka - 0.6.6-2 - Fixed problem with doodled * Thu Jan 04 2007 Karol Trzcionka - 0.6.6-1