All of lore.kernel.org
 help / color / mirror / Atom feed
From: David T Hollis <dhollis@davehollis.com>
To: Reiserfs List <reiserfs-list@namesys.com>
Subject: RPM spec file for libaal
Date: Thu, 28 Aug 2003 12:55:47 -0400	[thread overview]
Message-ID: <3F4E3413.30108@davehollis.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

This can be included in the libaal package to allow users to build it 
with rpmbuild -ta libaal-XXXXX.tar.gz.  If there is desire, I could 
produce a patch that would allow configure to embed the proper version 
in the spec file to help automate future releases.

[-- Attachment #2: libaal.spec --]
[-- Type: text/plain, Size: 1482 bytes --]

%define file_version 20030826
%define enable_debug 1

Name: libaal
Version: 0.4.9
Release: 1
Epoch:   1
Summary: Abstraction library for ReiserFS utilities
License: GPL
Group: Development/Libraries
URL: http://www.namesys.com/
Source: libaal-%{file_version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
This is a library that provides application abstraction mechanism.
It include device abstraction, libc independence code, etc.

%package devel
Summary: Headers and static libraries for developing with libaal.
Group: Development/Libraries

%description devel
This package includes the headers and static libraries for developing
with the libaal library.

%prep
%setup -q

%build
BUILD_OPTS="--enable-stand-alone"
%if %{enable_debug}
BUILD_OPTS="$BUILD_OPTS	--enable-debug"
%endif

%configure \
%if %{enable_debug}
	--enable-debug \
%endif
	--enable-stand-alone
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING CREDITS INSTALL NEWS README THANKS TODO
%{_libdir}/libaal-0.4.so.*
%{_libdir}/libaal-alone.so.*

%files devel
%defattr(-,root,root)
%{_libdir}/libaal.so
%{_libdir}/libaal.*a
%{_libdir}/libaal-alone.so
%{_libdir}/libaal-alone.*a
%dir %{_includedir}/aal
%{_includedir}/aal/*
%{_datadir}/aclocal/libaal.m4

%changelog
* Wed Aug 27 2003 David T Hollis <dhollis@davehollis.com>
- RPM package created

             reply	other threads:[~2003-08-28 16:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-28 16:55 David T Hollis [this message]
2003-08-28 17:01 ` RPM spec file for libaal David T Hollis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F4E3413.30108@davehollis.com \
    --to=dhollis@davehollis.com \
    --cc=reiserfs-list@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.