diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8612fbf..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -*.src.rpm -results_biblesync -.*.swp -/biblesync-1.0.2.tar.gz -/biblesync-1.1.2.tar.gz -/biblesync-2.0.1.tar.gz -/biblesync-2.1.0.tar.gz diff --git a/b16df4279c71791fb6a9c783be219d705801fd0b.patch b/b16df4279c71791fb6a9c783be219d705801fd0b.patch deleted file mode 100644 index b2ab556..0000000 --- a/b16df4279c71791fb6a9c783be219d705801fd0b.patch +++ /dev/null @@ -1,19 +0,0 @@ -From b16df4279c71791fb6a9c783be219d705801fd0b Mon Sep 17 00:00:00 2001 -From: Karl Kleinpaste -Date: Thu, 3 May 2018 12:57:20 -0400 -Subject: [PATCH] remove biblesync subdir from Cflags. - ---- - biblesync.pc.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/biblesync.pc.in b/biblesync.pc.in -index d995726..19180ba 100644 ---- a/biblesync.pc.in -+++ b/biblesync.pc.in -@@ -9,4 +9,4 @@ Version: @BIBLESYNC_VERSION_STR@ - @SHAREDLIB_TRUE@Libs: -L${libdir} -lbiblesync - @SHAREDLIB_FALSE@Libs: -L${libdir} -lbiblesync @LIBS@ - Libs.private: -L${libdir} -lbiblesync @LIBS@ --Cflags: -I${includedir}/bibleysnc -+Cflags: -I${includedir} diff --git a/biblesync.spec b/biblesync.spec deleted file mode 100644 index a20315d..0000000 --- a/biblesync.spec +++ /dev/null @@ -1,149 +0,0 @@ -%define __cmake_in_source_build 1 -%global __soversion 2.0 - -Name: biblesync -Version: 2.1.0 -Release: 4%{?dist} -Summary: A Cross-platform library for sharing Bible navigation - -License: Public Domain -URL: http://www.xiphos.org -Source0: https://github.com/karlkleinpaste/biblesync/releases/download/%{version}/%{name}-%{version}.tar.gz - -BuildRequires: intltool -BuildRequires: libuuid-devel -BuildRequires: cmake -BuildRequires: gcc -BuildRequires: gcc-c++ -BuildRequires: make - -%description -BibleSync is a multicast protocol to support Bible software shared co- -navigation. It uses LAN multicast in either a personal/small team mutual -navigation motif or in a classroom environment where there are Speakers plus -the Audience. It provides a complete yet minimal public interface to support -mode setting, setup for packet reception, transmit on local navigation, and -handling of incoming packets. - -This library is not specific to any particular Bible software framework, -completely agnostic as to structure of layers above BibleSync. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: libuuid-devel%{?_isa} - -%description devel -This package contains libraries and header files for developing applications -that use %{name}. - -%prep -%setup -q - - -%build -export CFLAGS="$RPM_OPT_FLAGS -fPIC" -export CXXFLAGS="$RPM_OPT_FLAGS -fPIC" -mkdir build -pushd build -%cmake -DLIBDIR=%{_libdir} .. -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" -DBIBLESYNC_SOVERSION=%{__soversion} -make %{?_smp_mflags} -popd - - -%install -pushd build -make install DESTDIR=%{buildroot} -popd - -%files -%doc LICENSE -%{_libdir}/libbiblesync.so.%{__soversion} - -%files devel -%doc AUTHORS COPYING ChangeLog README.md WIRESHARK -%{_includedir}/biblesync -%{_libdir}/pkgconfig/biblesync.pc -%{_libdir}/libbiblesync.so -%{_mandir}/man7/biblesync.7* - -%changelog -* Mon Oct 12 2020 Jeff Law - 2.1.0-4 -- Use __cmake_in_source_build - -* Sat Aug 01 2020 Fedora Release Engineering - 2.1.0-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jul 27 2020 Fedora Release Engineering - 2.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon May 25 2020 Greg Hellings - 2.1.0-1 -- Upstream version 2.1.0 -- Remove pkgconfig file patch - -* Tue Jan 28 2020 Fedora Release Engineering - 2.0.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jul 24 2019 Fedora Release Engineering - 2.0.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 2.0.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 26 2018 Greg Hellings - 2.0.1-3 -- Patching pkgconfig file - -* Thu Jul 12 2018 Fedora Release Engineering - 2.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon May 14 2018 Gregory Hellings - 2.0.1-1 -- Upstream version 2.0.1 -- Update Source URL to github location - -* Sun Feb 18 2018 Gregory Hellings - 1.1.2-11 -- Removed post/postun scriptlets per F28+ change - -* Sun Feb 18 2018 Gregory Hellings - 1.1.2-10 -- Added gcc/g++ deps for new dependency rules - -* Wed Feb 07 2018 Fedora Release Engineering - 1.1.2-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 1.1.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.1.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.1.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Feb 08 2016 Greg Hellings - 1.1.2-5 -- Adapted patch from Ville Skyttä -- Don't discard $RPM_OPT_FLAGS when adding fPIC - -* Wed Feb 03 2016 Fedora Release Engineering - 1.1.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 1.1.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri Apr 10 2015 Greg Hellings - 1.1.2-2 -- Added fPIC - -* Tue Dec 9 2014 Greg Hellings - 1.1.2-1 -- New upstream version -- API incompatible with 1.0 series - -* Fri Aug 15 2014 Fedora Release Engineering - 1.0.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Mon Aug 04 2014 Greg Hellings - 1.0.2-4 -- Final import form - -* Sat Jul 19 2014 Greg Hellings - 1.0.2-3 -- Package review feedback - -* Mon Jul 07 2014 Greg Hellings - 1.0.2-2 -- Initial build diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 4ecfe22..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (biblesync-2.1.0.tar.gz) = c6637954c0d9cbe9ba03048d92288d52c3675eaa9770749690222bd76d45ec7f138d67a4e416c33dbf9864f623f919f117aea58b1bb35feed8bcf59daad94e8e