diff --git a/libev.spec b/libev.spec index cb2a0e2e81eb1499a40632abd0c63bed3dd126a0..24fe108e33b1aebb0a82300f580f9d16a7ef0156 100644 --- a/libev.spec +++ b/libev.spec @@ -3,11 +3,11 @@ Name: libev Version: 4.33 -Release: 1 +Release: 2 Summary: A high-performance event loop/event model with lots of features License: BSD or GPLv2+ -URL: http://software.schmorp.de/pkg/libev.html -Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz +URL: https://github.com/enki/libev +Source0: https://fossies.org/linux/misc/libev-%{version}.tar.gz BuildRequires: autoconf automake coreutils findutils gcc libtool make git tar @@ -76,6 +76,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}.la %{_mandir}/man?/* %changelog +* Mon Sep 14 2020 chengzihan - 4.33-2 +- Replace invalid url of Source0 + * Wed Apr 15 2020 kangenbo - 4.33-1 - Type: bugfix - ID:NA diff --git a/libev.yaml b/libev.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bf8908d875b96748e029118c806db363cdad22ba --- /dev/null +++ b/libev.yaml @@ -0,0 +1,4 @@ +version_control: cvs +src_repo: http://cvs.schmorp.de/libev +tag_prefix: "rel-" +seperator: "_"