[rvm/f16] revived package

Tom Callaway spot at fedoraproject.org
Thu Oct 13 13:39:27 UTC 2011


commit 42b3a8cea620a4fbee205c16730f5c4dbac9450e
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Oct 13 09:39:26 2011 -0400

    revived package

 dead.package |    1 -
 rvm.spec     |  105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 3 files changed, 106 insertions(+), 1 deletions(-)
---
diff --git a/rvm.spec b/rvm.spec
new file mode 100644
index 0000000..429edca
--- /dev/null
+++ b/rvm.spec
@@ -0,0 +1,105 @@
+Name:           rvm
+Version:        1.17
+Release:        5%{?dist}
+Summary:        C library for unstructured recoverable virtual memory
+Group:          System Environment/Libraries
+License:        LGPLv2
+URL:            http://www.coda.cs.cmu.edu/
+Source0:        ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/%{name}-%{version}.tar.gz
+Source1:        ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/%{name}-%{version}.tar.gz.asc
+BuildRequires:  lwp-devel
+
+%description
+The RVM persistent recoverable memory library. The RVM library is used by
+the Coda distributed file-system.
+
+%package tools
+Summary:        Tools for %{name}
+Group:          Development/Libraries
+License:        GPLv2
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description tools
+User-space tools to initialize and manipulate RVM log and data segments.
+The RVM library is used by the Coda distributed file-system.
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+License:        LGPLv2
+Requires:       %{name}%{?_isa} = %{version}-%{release}, 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
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%doc COPYING NEWS
+%{_libdir}/*.so.*
+
+%files tools
+%{_sbindir}/rvmutl
+%{_sbindir}/rdsinit
+%{_mandir}/man1/*
+
+%files devel
+%{_includedir}/%{name}
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}lwp.pc
+
+%changelog
+* Thu Oct 13 2011 Tom Callaway <spot at fedoraproject.org> - 1.17-5
+- add .asc signature file
+- minor cleanups
+
+* Tue Oct 11 2011 Tom Callaway <spot at fedoraproject.org> - 1.17-4
+- revived
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.17-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Apr  1 2010 Adam Goode <adam at spicenitz.org> - 1.17-2
+- Restore missing rpath build workaround
+
+* Thu Apr  1 2010 Adam Goode <adam at spicenitz.org> - 1.17-1
+- New upstream release
+  + Add rvmutl/rdsinit man pages
+  + Make sure we can build with pthread support
+  + Fix several concurrent threading issues
+
+* Tue Feb 16 2010 Adam Goode <adam at spicenitz.org> - 1.16-3
+- Fix FTBFS (bz 565170)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Feb 27 2009 Adam Goode <adam at spicenitz.org> - 1.16-1
+- New upstream release
+  + Build fixes
+  + License fixes
+  + Compiler warnings fixes
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon May 12 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.15-1
+- Initial Fedora package
diff --git a/sources b/sources
new file mode 100644
index 0000000..41041aa
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+208486ed214c254280a6c23f8f5599bd  rvm-1.17.tar.gz


More information about the scm-commits mailing list