From ee472dcbfd4e380c8f1508f6527aaec70854e1f0 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Nov 20 2016 08:46:47 +0000 Subject: Removed an ln command as GPRinstall apparently creates that link now. --- diff --git a/aws.spec b/aws.spec index 0b59ac4..09bb88d 100644 --- a/aws.spec +++ b/aws.spec @@ -3,7 +3,7 @@ %global with_gps 0 Name: aws Version: 2016 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Ada Web Server Group: System Environment/Libraries @@ -104,7 +104,6 @@ cp .build/*/debug/relocatable/lib/ssl/libaws_ssl.so %{buildroot}%{_libdir}/ mkdir -p %{buildroot}/%{_mandir}/man1/ for i in `ls *.1`; do gzip -c $i >> %{buildroot}/%{_mandir}/man1/$i.gz; done mv %{buildroot}%{_datadir}/examples %{buildroot}%{_docdir}/%{name}/ -cd %{buildroot}/%{_libdir} && ln -s aws/lib%{name}-%{version}.so . %if %{with_gps} != 1 ## GPS is not packaged rm -rf %{buildroot}/%{_datadir}/gps @@ -152,6 +151,9 @@ rm -rf %{buildroot}%{_GNAT_project_dir}/manifests %changelog +* Sun Nov 20 2016 Björn Persson - 2016-2 +- Removed an ln command as GPRinstall apparently creates that link now. + * Tue Aug 09 2016 Björn Persson - 2016-1 - Upgraded to the 2016 release. - Tagged the license file as such.