[rpc2] revive package

Tom Callaway spot at fedoraproject.org
Wed Oct 12 20:35:03 UTC 2011


commit 30cc30771a4f0c67e63c884ebdce7ec0976bac7c
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Oct 12 16:35:02 2011 -0400

    revive package

 dead.package         |    1 -
 rpc2-2.10.tar.gz.asc |    8 ++++
 rpc2.spec            |   94 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 4 files changed, 103 insertions(+), 1 deletions(-)
---
diff --git a/rpc2-2.10.tar.gz.asc b/rpc2-2.10.tar.gz.asc
new file mode 100644
index 0000000..eb1077c
--- /dev/null
+++ b/rpc2-2.10.tar.gz.asc
@@ -0,0 +1,8 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+Comment: See http://www.coda.cs.cmu.edu/signature.html for info
+
+iD8DBQBLqQqPzg1+EJlwB6IRAmlIAJ4l1jEgI/I7yX17Ai/Jg2+k5bCOLgCgzWNP
+nJJWrP6jObSZD54dYObVLeU=
+=UxjX
+-----END PGP SIGNATURE-----
diff --git a/rpc2.spec b/rpc2.spec
new file mode 100644
index 0000000..397c970
--- /dev/null
+++ b/rpc2.spec
@@ -0,0 +1,94 @@
+Name:           rpc2
+Version:        2.10
+Release:        4%{?dist}
+Summary:        C library for remote procedure calls over UDP
+Group:          System Environment/Libraries
+License:        LGPLv2
+URL:            http://www.coda.cs.cmu.edu/
+Source0:        ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/%{name}-%{version}.tar.gz
+Source1:        ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/%{name}-%{version}.tar.gz.asc
+BuildRequires:  lwp-devel lua-devel flex bison
+
+%description
+The RPC2 library, a C library for remote procedure calls over UDP.
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+# headers are LGPLv2, rp2gen is GPLv2
+License:        LGPLv2 and GPLv2
+Requires:       %{name}%{?_isa} = %{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 --with-lua
+# 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
+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.*
+%{_datadir}/%{name}
+
+%files devel
+%{_bindir}/rp2gen
+%{_includedir}/%{name}
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}.pc
+
+%changelog
+* Wed Oct 12 2011 Tom Callaway <spot at fedoraproject.org> - 2.10-4
+- fix subpackage requires
+- add .asc signature file
+
+* Tue Oct 11 2011 Tom Callaway <spot at fedoraproject.org> - 2.10-3
+- revived
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Apr  1 2010 Adam Goode <adam at spicenitz.org> - 2.10-1
+- New upstream release
+  + AES-CCM-16 was incorrectly named AES-CCM-12
+  + AES-CCM checksum validation always failed when the final block was partial
+  + Send busy responses on new but not yet enabled connections
+  + Make sure we wake up threads waiting for binding to complete
+  + Clean up mrpc2_SendReliably, it sometimes exited too early and ignored the
+    overall timebomb timer
+  + Precompute retransmission intervals
+
+* Tue Feb 16 2010 Adam Goode <adam at spicenitz.org> - 2.8-4
+- Fix FTBFS (bz 565008)
+
+* Wed Sep  9 2009 Adam Goode <adam at spicenitz.org> - 2.8-3
+- Remove unnecessary readline-devel build requires (INSTALL file seems wrong)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Feb 27 2009 Adam Goode <adam at spicenitz.org> - 2.8-1
+- New upstream release
+  + Bugfixes
+  + Some const correctness fixes
+  + Improvements to file transfer performance
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7-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> 2.7-1
+- Initial Fedora package
diff --git a/sources b/sources
new file mode 100644
index 0000000..610a87f
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+545066e67d95325840a79d163098096b  rpc2-2.10.tar.gz


More information about the scm-commits mailing list