rpms/libarchive/devel libarchive.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tomas Bzatek (tbzatek) fedora-extras-commits at redhat.com
Wed Mar 19 09:16:43 UTC 2008


Author: tbzatek

Update of /cvs/extras/rpms/libarchive/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17627

Modified Files:
	.cvsignore sources 
Added Files:
	libarchive.spec 
Log Message:
* Wed Mar 18 2008 Tomas Bzatek <tbzatek at redhat.com> 2.4.14-1
- Initial packaging



--- NEW FILE libarchive.spec ---
Name:           libarchive
Version:        2.4.14
Release:        1%{?dist}
Summary:        A library for handling streaming archive formats 

Group:          System Environment/Libraries
License:        BSD
URL:            http://people.freebsd.org/~kientzle/libarchive/
Source0:        http://people.freebsd.org/~kientzle/libarchive/src/libarchive-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: zlib-devel
BuildRequires: bzip2-devel
BuildRequires: sharutils

%description
Libarchive is a programming library that can create and read several different 
streaming archive formats, including most popular tar variants, several cpio 
formats, and both BSD and GNU ar variants. It can also write shar archives and 
read ISO9660 CDROM images and ZIP archives.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --disable-static --disable-bsdtar
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
iconv -f latin1 -t utf-8 < NEWS > NEWS.utf8; cp NEWS.utf8 NEWS
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
find $RPM_BUILD_ROOT -name cpio.5 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -name mtree.5 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -name tar.5 -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc COPYING README NEWS
%{_libdir}/*.so.*


%files devel
%defattr(-,root,root,-)
%doc
%{_includedir}/*
%{_mandir}/*/*
%{_libdir}/*.so


%changelog
* Wed Mar 18 2008 Tomas Bzatek <tbzatek at redhat.com> 2.4.14-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libarchive/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Mar 2008 17:26:31 -0000	1.1
+++ .cvsignore	19 Mar 2008 09:16:09 -0000	1.2
@@ -0,0 +1 @@
+libarchive-2.4.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libarchive/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Mar 2008 17:26:31 -0000	1.1
+++ sources	19 Mar 2008 09:16:09 -0000	1.2
@@ -0,0 +1 @@
+e4aa4d5d50eae67acdf70af3ea13cb6b  libarchive-2.4.14.tar.gz




More information about the fedora-extras-commits mailing list