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

Simo Sorce simo at fedoraproject.org
Sat May 9 21:27:06 UTC 2009


Author: simo

Update of /cvs/pkgs/rpms/libtalloc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28676

Modified Files:
	.cvsignore sources 
Added Files:
	libtalloc.spec 
Log Message:
* Wed May 6 2009 Simo Sorce <ssorce at redhat.com> - 1.3.0-0
- First public independent release from upstream



--- NEW FILE libtalloc.spec ---
Name: libtalloc
Version: 1.3.0
Release: 0%{?dist}
Group: System Environment/Daemons
Summary: The talloc library
License: LGPLv3+
URL: http://talloc.samba.org/
Source: http://samba.org/ftp/talloc/talloc-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: autoconf
BuildRequires: libxslt
BuildRequires: docbook-style-xsl

%description
A library that implements a hierarchical allocator with destructors.

%package devel
Group: Development/Libraries
Summary: Developer tools for the Talloc library
Requires: libtalloc = %{version}-%{release}

%description devel
Header files needed to develop programs that link against the Talloc library.

%prep
%setup -q -n talloc-%{version}

%build
./autogen.sh
%configure --prefix=%{_usr}
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

ln -s libtalloc.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libtalloc.so.1
ln -s libtalloc.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libtalloc.so

rm -f $RPM_BUILD_ROOT%{_libdir}/libtalloc.a
rm -f $RPM_BUILD_ROOT/usr/share/swig/*/talloc.i


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_libdir}/libtalloc.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/talloc.h
%{_libdir}/libtalloc.so
%{_libdir}/pkgconfig/talloc.pc
%{_mandir}/man3/talloc.3.gz

%post
/sbin/ldconfig

%postun
/sbin/ldconfig

%changelog
* Wed May 6 2009 Simo Sorce <ssorce at redhat.com> - 1.3.0-0
- First public independent release from upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libtalloc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 May 2009 21:04:36 -0000	1.1
+++ .cvsignore	9 May 2009 21:26:36 -0000	1.2
@@ -0,0 +1 @@
+talloc-1.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libtalloc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 May 2009 21:04:36 -0000	1.1
+++ sources	9 May 2009 21:26:36 -0000	1.2
@@ -0,0 +1 @@
+cb60633643465466f617b8435a4c382f  talloc-1.3.0.tar.gz




More information about the scm-commits mailing list