General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

libtar spec file : Dries RPM Repository

Back to the libtar rpms

Current spec in pydar2:


# $Id: libtar.spec 4286 2006-04-08 21:39:15Z dries $
# Authority: dries
# Upstream: Mark D. Roth 

Summary: C library for manipulating POSIX tar files.
Name: libtar
Version: 1.2.11
Release: 2.2
License: BSD
Group: System Environment/Libraries
URL: http://www.feep.net/libtar/

Source: ftp://ftp.feep.net/pub/software/libtar/libtar-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: zlib-devel

%description
libtar is a C library for manipulating POSIX tar files. It handles adding
and extracting files to/from a tar archive.

%package devel
Summary: Header files, libraries and development documentation for %{name}.
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup

%build
%{expand: %%define optflags %{optflags} -fPIC}

%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc ChangeLog INSTALL README TODO
%doc %{_mandir}/man?/*
%{_bindir}/libtar

%files devel
%defattr(-, root, root, 0755)
%{_includedir}/libtar.h
%{_includedir}/libtar_listhash.h
%{_libdir}/libtar.a

%changelog
* Sat Apr 08 2006 Dries Verachtert  - 1.2.11-2.2
- Rebuild for Fedora Core 5.

* Sat Mar 05 2005 Dag Wieers  - 1.2.11-2
- Compiled with -fPIC for x86_64.

* Sat Jan 01 2005 Dries Verachtert  - 1.2.11-1
- Initial package.