Commit 7e1a9de7 authored by Federico Vaga's avatar Federico Vaga

dist: add changelog and remove group to .spec

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 93190b2c
......@@ -8,7 +8,6 @@ Name: mockturtle-devel
Version: %{gittag}
License: GPL-3.0-or-later
Release: 1%{?dist}
Group: Development/Libraries
URL: https://ohwr.org/project/%{name}
BuildArch: %{arch}
......@@ -42,4 +41,5 @@ make -C software/include INCLUDEDESTDIR=%{buildroot}/%{_includedir} install
%{_includedir}/mockturtle/hw/mockturtle_queue.h
%changelog
# Nothing for the time being
* Mon May 06 2019 Federico Vaga <federico.vaga at cern.ch> - 4.0.0
- First public release
......@@ -8,7 +8,6 @@ Name: mockturtle-lib-static
Version: %{gittag}
License: GPL-3.0-or-later
Release: 1%{?dist}
Group: Applications/System
URL: https://ohwr.org/project/%{name}
BuildArch: %{arch}
......@@ -17,7 +16,8 @@ BuildRequires: make, gcc
Source0: https://ohwr.org/project/%{project_name}/-/archive/%{gittag}/%{project_name}-%{gittag}.tar.bz2
%description
This package the Mock Turtle static library to access Mock Turtle instances on FPGA
This package the Mock Turtle static library to access Mock Turtle instances
on FPGA
%prep
%autosetup -n %{project_name}-%{gittag}
......@@ -34,4 +34,5 @@ rm -f %{buildroot}/%{_libdir}/*.so*
%{_libdir}/libmockturtle.a
%changelog
# Nothing for the time being
* Mon May 06 2019 Federico Vaga <federico.vaga at cern.ch> - 4.0.0
- First public release
......@@ -8,7 +8,6 @@ Name: mockturtle-lib
Version: %{gittag}
License: GPL-3.0-or-later
Release: 1%{?dist}
Group: Applications/System
URL: https://ohwr.org/project/%{name}
BuildArch: %{arch}
......@@ -35,4 +34,5 @@ rm -f %{buildroot}/%{_libdir}/*.a
%{_libdir}/libmockturtle.so.*
%changelog
# Nothing for the time being
* Mon May 06 2019 Federico Vaga <federico.vaga at cern.ch> - 4.0.0
- First public release
......@@ -8,7 +8,6 @@ Name: mockturtle-tools
Version: %{gittag}
License: GPL-3.0-or-later
Release: 1%{?dist}
Group: Applications/System
URL: https://ohwr.org/project/%{name}
BuildArch: %{arch}
......@@ -45,4 +44,5 @@ make -C software/tools DESTDIR=%{buildroot}/usr/ install
%{_bindir}/mockturtle-variable
%changelog
# Nothing for the time being
* Mon May 06 2019 Federico Vaga <federico.vaga at cern.ch> - 4.0.0
- First public release
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment