Author: qboosh Date: Thu Mar 15 09:37:03 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, some cleanups
---- Files affected: SPECS: libb.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/libb.spec diff -u SPECS/libb.spec:1.1 SPECS/libb.spec:1.2 --- SPECS/libb.spec:1.1 Mon Mar 12 03:29:39 2007 +++ SPECS/libb.spec Thu Mar 15 10:36:58 2007 @@ -1,23 +1,27 @@ # $Revision$, $Date$ -# Summary: RDF triple store library -Summary(pl.UTF-8): - +Summary(pl.UTF-8): Biblioteka przechowywania danych RDF Name: libb Version: 52393 Release: 1 License: Apache Group: Applications -Source0: http://opensource.joost.com/libb/libb-52393.tar.gz +Source0: http://opensource.joost.com/libb/%{name}-%{version}.tar.gz # Source0-md5: 3e70fb8d99cac4aefe4375e8339ca31f -#Patch0: %{name}-DESTDIR.patch URL: http://opensource.joost.com/libb/ -#BuildRequires: - BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -An RDF triple store called B, a very low level C library. One of its uses is -as a backend store for redland. It's quite a bit faster than the current -backends for redland, but also still needs quite a bit of work. +An RDF triple store called B, a very low level C library. One of its +uses is as a backend store for redland. It's quite a bit faster than +the current backends for redland, but also still needs quite a bit of +work. + +%description -l pl.UTF-8 +Bardzo niskopoziomowa biblioteka C o nazwie B do przechowywania danych +RDF. Jednym z jej zastosowań jest backend przechowywania danych dla +biblioteki redland. Jest nieco szybsza niż aktualnie dostępne backendy +dla redland, ale wymaga jeszcze trochę pracy. %package devel Summary: Header files for libb library @@ -47,22 +51,11 @@ %setup -q %build -#%%{__intltoolize} -#%%{__gettextize} -#%%{__libtoolize} -#%%{__aclocal} -#%%{__autoconf} -#%%{__autoheader} -#%%{__automake} -#cp -f /usr/share/automake/config.sub . %configure %{__make} %install rm -rf $RPM_BUILD_ROOT -# create directories if necessary -#install -d $RPM_BUILD_ROOT -#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -70,57 +63,13 @@ %clean rm -rf $RPM_BUILD_ROOT -%pre - -%post - -%preun - -%postun - -%if %{with ldconfig} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%endif - -%if %{with initscript} -%post init -/sbin/chkconfig --add %{name} -%service %{name} restart - -%preun init -if [ "$1" = "0" ]; then - %service -q %{name} stop - /sbin/chkconfig --del %{name} -fi -%endif %files %defattr(644,root,root,755) %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO -%if 0 -# if _sysconfdir != /etc: -#%%dir %{_sysconfdir} -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* -%attr(755,root,root) %{_bindir}/* -%{_datadir}/%{name} -%endif - -# initscript and its config -%if %{with initscript} -%attr(754,root,root) /etc/rc.d/init.d/%{name} -%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} -%endif - -#%{_examplesdir}/%{name}-%{version} - -%if %{with subpackage} -%files subpackage -%defattr(644,root,root,755) -#%doc extras/*.gz -#%{_datadir}/%{name}-ext -%endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -128,6 +77,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/03/15 09:36:58 qboosh +- pl, some cleanups + Revision 1.1 2007/03/12 02:29:39 aredridel - added, NFY @@ -139,4 +91,3 @@ Revision 1.64 2007/02/07 14:47:31 glen - Epoch adding should be simple enough, not to have it here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libb.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
