rpms/doodle/devel doodle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Karol Trzcionka (karlik) fedora-extras-commits at redhat.com
Sat Jan 6 19:25:59 UTC 2007


Author: karlik

Update of /cvs/extras/rpms/doodle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16579/devel

Modified Files:
	.cvsignore sources 
Added Files:
	doodle.spec 
Log Message:
auto-import doodle-0.6.6-2 on branch devel from doodle-0.6.6-2.src.rpm


--- NEW FILE doodle.spec ---
Name:           doodle
Version:        0.6.6
Release:        2%{?dist}
Summary:        Doodle is a tool to quickly search the documents on a computer

Group:          Applications/File
License:        GPL
URL:            http://gnunet.org/doodle/
Source0:        http://gnunet.org/doodle/download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libextractor-devel gettext gamin-devel

%package devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release} pkgconfig

%description
Doodle is a tool to quickly search the documents on a computer. Doodle builds
an index using meta-data contained in the documents and allows fast searches on
the resulting database. Doodle uses libextractor to support obtaining meta-data
from various file-formats. The database used by doodle is a suffix tree,
resulting in fast lookups. Doodle supports approximate searches.

%description devel
The %{name}-devel package contains header file for
developing applications that use %{name}.

%prep
%setup -q


%build
%configure --disable-rpath --disable-static
make #%{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/libdoodle.la
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}*
%{_libdir}/lib%{name}.so.*
%{_mandir}/man*/*%{name}*

%doc AUTHORS ChangeLog COPYING NEWS PLATFORMS README 

%files devel
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Thu Jan 04 2007 Karol Trzcionka <karlikt at gmail.com> - 0.6.6-2
- Fixed problem with doodled
* Thu Jan 04 2007 Karol Trzcionka <karlikt at gmail.com> - 0.6.6-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/doodle/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Jan 2007 19:02:16 -0000	1.1
+++ .cvsignore	6 Jan 2007 19:25:29 -0000	1.2
@@ -0,0 +1 @@
+doodle-0.6.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/doodle/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Jan 2007 19:02:16 -0000	1.1
+++ sources	6 Jan 2007 19:25:29 -0000	1.2
@@ -0,0 +1 @@
+045d73cc9bcb10985dd2501602b7dedb  doodle-0.6.6.tar.gz




More information about the fedora-extras-commits mailing list