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

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri May 16 19:11:51 UTC 2008


Author: jwrdegoede

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

Modified Files:
	.cvsignore sources 
Added Files:
	rvm.spec 
Log Message:
initial rvm import



--- NEW FILE rvm.spec ---
Name:           rvm
Version:        1.15
Release:        1%{?dist}
Summary:        RVM library
Group:          System Environment/Libraries
License:        LGPLv2
URL:            http://www.coda.cs.cmu.edu/
Source0:        ftp://ftp.coda.cs.cmu.edu/pub/coda/src/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  lwp-devel

%description
The RVM persistent recoverable memory library. The RVM library is used by
the Coda distributed filesystem.


%package tools
Summary:        RVM tools
Group:          Development/Libraries
License:        GPLv2
Requires:       %{name} = %{version}-%{release}

%description tools
Userspace tools to initialize and manipulate RVM log and data segments.
The RVM library is used by the Coda distributed filesystem.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
License:        LGPLv2
Requires:       %{name} = %{version}-%{release}, pkgconfig, lwp-devel

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


%prep
%setup -q


%build
%configure --disable-static
# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
# work around linking failures because of the disabling of rpath above
export LD_LIBRARY_PATH=`pwd`/rvm/.libs:`pwd`/seg/.libs
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


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

%files tools
%defattr(-,root,root,-)
%{_sbindir}/rvmutl
%{_sbindir}/rdsinit

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}lwp.pc


%changelog
* Mon May 12 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.15-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rvm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 May 2008 15:48:14 -0000	1.1
+++ .cvsignore	16 May 2008 19:11:06 -0000	1.2
@@ -0,0 +1 @@
+rvm-1.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rvm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 May 2008 15:48:14 -0000	1.1
+++ sources	16 May 2008 19:11:06 -0000	1.2
@@ -0,0 +1 @@
+69b99e80d6af76d86d2157f8f68be19b  rvm-1.15.tar.gz




More information about the fedora-extras-commits mailing list