Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 67805 invoked by uid 500); 11 May 2001 17:54:55 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Delivered-To: moderator for dev@apr.apache.org Received: (qmail 52027 invoked from network); 11 May 2001 17:31:48 -0000 Date: Fri, 11 May 2001 13:29:36 -0400 From: Matthew L Daniel To: dev@apr.apache.org Subject: [CONTRIBUTION] spec file for apr Message-ID: <20010511132935.A23072@foo.yusave.com> Reply-To: mdaniel@sterlingplanet.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: mdaniel@foo.yusave.com X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I enjoy RPMs a lot, and know that others will as well. This uses the macros built into RPM, so it should be portable across distributions (different library directories, etc). I didn't know if EVERYTHING that the Apache Group puts out needed the license notice at the top, but if so, please add it with my blessings. I don't consider spec files to have very much intellectual value. HTH, -- /v\atthew -- Matthew L Daniel I am not young enough to know everything. Internet Developer, -- Oscar Wilde Sterling Planet, Inc. mdaniel@sterlingplanet.com --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="apr.spec" # $Id$ Name: apr Version: 2.0a9 Release: 2mdk Source: %{name}-%{version}.tar.bz2 License: Apache Public License Group: Libraries Packager: Matthew L Daniel BuildRoot: %{_tmppath}/%{name}-root Summary: The Apache Portable Runtime library. %package devel Group: Development/Libraries License: Apache Public License Summary: The includes and linker libraries for development with APR. %description The Apache Portable Run-time libraries have been designed to provide a common interface to low level routines across any platform. %description devel The includes and linker libraries for development with APR. %prep %setup -q %build %configure %make %install %makeinstall %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc docs %{_libdir}/*so* %files devel %defattr(-,root,root) %{_includedir} %{_libdir}/*a --PNTmBPCT7hxwcZjr--