Author: glen Date: Tue Sep 12 06:37:03 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - based on http://cvs.rutgers.edu/cgi-bin/viewcvs.cgi/*checkout*/SPECS/rudiments.spec?rev=1.2
---- Files affected: SPECS: rudiments.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/rudiments.spec diff -u /dev/null SPECS/rudiments.spec:1.1 --- /dev/null Tue Sep 12 08:37:03 2006 +++ SPECS/rudiments.spec Tue Sep 12 08:36:57 2006 @@ -0,0 +1,76 @@ +# $Revision$, $Date$ +# TODO +# - -static +Summary: C++ class library for daemons, clients and servers +Name: rudiments +Version: 0.29 +Release: 0.1 +License: LGPL +Group: Development/Libraries +Source0: http://dl.sourceforge.net/rudiments/%{name}-%{version}.tar.gz +# Source0-md5: 5f823e39cb89b6bcd309e3628ba48d3e +URL: http://rudiments.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Rudiments is an Open Source C++ class library providing base classes +for things such as daemons, clients and servers, and wrapper classes +for the standard C functions for things like such as regular +expressions, semaphores and signal handling. + +%package devel +Summary: Libraries and header files for developing with rudiments +Group: Development/Libraries + +%description devel +Libraries and header files for developing with rudiments. + +%package doc +Summary: Documentation for rudiments +Group: Development/Libraries + +%description doc +Documentation for rudiments. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/librudiments-*.so.* + +%files devel +%defattr(644,root,root,755) +%{_includedir}/rudiments +%{_libdir}/*.so +%attr(755,root,root) %{_bindir}/rudiments-config +%{_pkgconfigdir}/rudiments.pc +%{_libdir}/*.a + +%files doc +%defattr(644,root,root,755) +%{_docdir}/ + +%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 2006/09/12 06:36:57 glen +- based on http://cvs.rutgers.edu/cgi-bin/viewcvs.cgi/*checkout*/SPECS/rudiments.spec?rev=1.2 + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
