diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3cdd3e2..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/adevs.tar.gz diff --git a/adevs-2.7-install.patch b/adevs-2.7-install.patch deleted file mode 100644 index 60d3fbc..0000000 --- a/adevs-2.7-install.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/src/Makefile b/src/Makefile -index fd6f0e9..44bf6b9 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -66,12 +66,12 @@ JAVA_OBJS = \ - # to C++ simulations - adevs: ${ADEVS_OBJS} - ar -r libadevs.a ${ADEVS_OBJS} -- ${CXX} -shared -Wl,-soname,libadevs.so.2 -o libadevs.so.2.6 ${ADEVS_OBJS} -+ ${CXX} -shared -Wl,-soname,libadevs.so.2 -o libadevs.so.2.7 ${ADEVS_OBJS} - - # This adds the modelica extensions to the adevs library - adevs_with_modelica: ${ADEVS_OBJS} modelica_runtime.o - ar -r libadevs.a ${ADEVS_OBJS} ${MODELICA_OBJS} modelica_runtime.o -- ${CXX} -shared -Wl,-soname,libadevs.so.2 -o libadevs.so.2.6 ${ADEVS_OBJS} ${MODELICA_OBJS} modelica_runtime.o -+ ${CXX} -shared -Wl,-soname,libadevs.so.2 -o libadevs.so.2.7 ${ADEVS_OBJS} ${MODELICA_OBJS} modelica_runtime.o - - # This builds the Java bindings to the simulator - java_adevs: ${JAVA_OBJS} -@@ -81,9 +81,9 @@ java_adevs: ${JAVA_OBJS} - - install: - mkdir -p "${DESTDIR}" -- install -m 755 -p libadevs.so.2.6 "${DESTDIR}" -- ln -f -s libadevs.so.2.6 "${DESTDIR}/libadevs.so.2" -- ln -f -s libadevs.so.2.6 "${DESTDIR}/libadevs.so" -+ install -m 755 -p libadevs.so.2.7 "${DESTDIR}" -+ ln -f -s libadevs.so.2.7 "${DESTDIR}/libadevs.so.2" -+ ln -f -s libadevs.so.2.7 "${DESTDIR}/libadevs.so" - - clean: - rm -f *.o core *.a *.so adevs_jni/*.o adevs_jni/adevs/*.class *.jar rm libadevs.so.* diff --git a/adevs.spec b/adevs.spec deleted file mode 100644 index 5c5f718..0000000 --- a/adevs.spec +++ /dev/null @@ -1,156 +0,0 @@ -Name: adevs -Version: 2.8.1 -Release: 14%{?dist} -Summary: C++ library for constructing discrete event simulation -License: LGPLv2+ -URL: http://www.ornl.gov/~1qn/adevs/ -Source0: http://www.ornl.gov/~1qn/adevs/adevs.tar.gz -# Fixes soname version. -BuildRequires: gcc-c++ -BuildRequires: tcl -BuildRequires: latex2html - -%description -Adevs (A Discrete EVent System simulator) is a C++ library for constructing -discrete event simulations based on the Parallel DEVS and Dynamic DEVS -(dynDEVS) formalisms. DEVS has been applied to the study of social systems, -ecological systems, computer networks and computer architecture, military -systems at the tactical and theater levels, and in many other areas - -%package devel -Summary: C++ library for constructing discrete event simulations -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description devel -Header files and development libraries for adevs package. -Adevs (A Discrete EVent System simulator) is a C++ library for constructing -discrete event simulations based on the Parallel DEVS and Dynamic DEVS -(dynDEVS) formalisms. - -%package doc -Summary: API docs and examples for adevs -License: LGPLv2+ and GPL+ -BuildArch: noarch -Requires: %{name} = %{version}-%{release} - -%description doc -Manual, doxygen generated API documentation and C++ examples for Adevs -library. - -%prep -%setup -q -n %{name}-%{version} - -%build -export CFLAGS="%{optflags}" - -pushd src -make %{_smp_mflags} adevs OPTFLAG= -popd - -pushd docs -make html_manual -rm -f manual/*.aux manual/*.out manual/*.dvi manual/*.log manual/*.toc -popd - -find examples -type f -exec sed -i 's/\r//' {} \; -find examples -type f -exec chmod -x {} \; - -%check -pushd test -make check_cpp -OMP_NUM_THREADS=4 make check_par -popd - -%install -install -m 755 -d %{buildroot}%{_includedir}/adevs -install -p -m 644 -t %{buildroot}%{_includedir}/adevs include/*.h - -pushd src -make install DESTDIR=%{buildroot}%{_libdir} -popd - -# java support is not enabled yet... -rm -r ./examples/java_life - -%ldconfig_scriptlets - -%files -%doc README -%{_libdir}/libadevs.so.* - -%files devel -%{_includedir}/adevs -%{_libdir}/libadevs.so - -%files doc -%doc docs/api docs/manual examples - -%changelog -* Wed Jul 24 2019 Fedora Release Engineering - 2.8.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 2.8.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 2.8.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 2.8.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 2.8.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 2.8.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Mon May 15 2017 Fedora Release Engineering - 2.8.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 2.8.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 03 2016 Fedora Release Engineering - 2.8.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Jun 16 2015 Fedora Release Engineering - 2.8.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 2.8.1-4 -- Rebuilt for GCC 5 C++11 ABI change - -* Fri Aug 15 2014 Fedora Release Engineering - 2.8.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 2.8.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed Apr 16 2014 Jan Kaluza - 2.8.1-1 -- update to new version 2.8.1 - -* Wed Jan 22 2014 Jan Kaluza - 2.8-1 -- update to new version 2.8 - -* Fri Oct 04 2013 Jan Kaluza - 2.7-4 -- enable docs regeneration again (#991957) - -* Thu Aug 22 2013 Jan Kaluza - 2.7-3 -- workaround (temporarily) #991957 by not regenerating docs - -* Sat Aug 03 2013 Fedora Release Engineering - 2.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Mon Jul 08 2013 Jan Kaluza - 2.7-1 -- updated to new version 2.7 - -* Tue Jun 18 2013 Jan Kaluza - 2.6-4 -- fix building tests with the newest g++ - -* Mon Jun 17 2013 Jan Kaluza - 2.6-3 -- rename -docs package to -doc - -* Wed Jun 12 2013 Jan Kaluza - 2.6-2 -- add docs, run tests during the build, build with openmp - -* Thu Jun 06 2013 Jan Kaluza - 2.6-1 -- Initial Fedora packaging 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 9eda52a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -bc564811878c228e8fc60413dfb39bd0 adevs.tar.gz