Author: twittner Date: Thu Jan 3 17:12:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial, needed for building speech-dispatcher
---- Files affected: SPECS: dotconf.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/dotconf.spec diff -u /dev/null SPECS/dotconf.spec:1.1 --- /dev/null Thu Jan 3 18:12:29 2008 +++ SPECS/dotconf.spec Thu Jan 3 18:12:23 2008 @@ -0,0 +1,107 @@ +# $Revision$, $Date$ +Summary: Configuration file parser library +#Summary(pl.UTF-8): - +Name: dotconf +Version: 1.0.13 +Release: 0.1 +License: LGPL +Group: Libraries +Source0: http://www.azzit.de/dotconf/download/v1.0/%{name}-%{version}.tar.gz +# Source0-md5: bbf981a5f4a64e94cc6f2a693f96c21a +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +URL: http://www.azzit.de/dotconf/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +dot.conf is a simple-to-use and powerful configuration-file parser +library written in C. The configuration files created for dot.conf +look very similar to those used by the Apache Webserver. Even +Container-Directives known from httpd.conf can easily be used in the +exact same manner as for Apache-Modules. It supports various types of +arguments, dynamically loadable modules that create their own +configuration options on-the-fly, a here-documents feature to pass +very long ARG_STR data to your app, and on-the-fly inclusion of +additional config files. + +#description -l pl.UTF-8 + +%package devel +Summary: Header files for dot.conf library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki dot.conf +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for dot.conf library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki dot.conf. + +%package static +Summary: Static dot.conf library +Summary(pl.UTF-8): Statyczna biblioteka dot.conf +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static dot.conf library. + +%description static -l pl.UTF-8 +Statyczna biblioteka dot.conf. + +%prep +%setup -q +#%patch0 -p1 + +%build +# if ac/am/lt/* rebuilding is necessary, do it in this order and add +# appropriate BuildRequires +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README doc/*.txt examples +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/lib*.so.*.*.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la +%{_includedir}/* +%{_aclocaldir}/*.m4 +%{_pkgconfigdir}/*.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/lib*.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-01-03 17:12:23 twittner +- initial, needed for building speech-dispatcher + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
