diff --git a/apfel.changes b/apfel.changes index 27522a9..80e8827 100644 --- a/apfel.changes +++ b/apfel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 15 10:22:47 UTC 2016 - jengelh@inai.de + +- Expand PDF acronym in summaries +- Drop author list from description, openSUSE does not do this + since many many months. + ------------------------------------------------------------------- Tue Feb 2 12:59:43 UTC 2016 - badshah400@gmail.com diff --git a/apfel.spec b/apfel.spec index 3fa3cbf..2c145af 100644 --- a/apfel.spec +++ b/apfel.spec @@ -1,7 +1,7 @@ # # spec file for package apfel # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Name: apfel Version: 2.7.0 Release: 0 -Summary: A PDF Evolution Library +Summary: A Probability Distribution Function Evolution Library License: GPL-3.0+ Group: Development/Libraries/C and C++ Url: http://apfel.hepforge.org/ @@ -37,46 +37,38 @@ ExclusiveArch: x86_64 %description APFEL is a library to perform the combined QCD+QED DGLAP -evolution of parton distributions. It is written and maintained -by Valerio Bertone (CERN), Stefano Carrazza (Milano) and -Juan Rojo (CERN). +evolution of parton distributions. %package -n %{soname} -Summary: A PDF Evolution Library -Group: Development/Libraries/C and C++ +Summary: A Probability Distribution Function Evolution Library +Group: System/Libraries %description -n %{soname} APFEL is a library to perform the combined QCD+QED DGLAP -evolution of parton distributions. It is written and maintained -by Valerio Bertone (CERN), Stefano Carrazza (Milano) and -Juan Rojo (CERN). +evolution of parton distributions. This package provides the shared libraries for %{name}. %package devel -Summary: A PDF Evolution Library +Summary: Development files for Apfel, a PDF Evolution Library Group: Development/Libraries/C and C++ Requires: %{soname} = %{version} Requires: LHAPDF-devel %description devel APFEL is a library to perform the combined QCD+QED DGLAP -evolution of parton distributions. It is written and maintained -by Valerio Bertone (CERN), Stefano Carrazza (Milano) and -Juan Rojo (CERN). +evolution of parton distributions. This package provides the source files required to develop applications with %{name}. %package -n %{pypackage} Summary: A PDF Evolution Library -Group: Development/Libraries/C and C++ +Group: Development/Languages/Python %description -n %{pypackage} APFEL is a library to perform the combined QCD+QED DGLAP -evolution of parton distributions. It is written and maintained -by Valerio Bertone (CERN), Stefano Carrazza (Milano) and -Juan Rojo (CERN). +evolution of parton distributions. This package provides the shared libraries for %{name}. @@ -96,11 +88,8 @@ rm %{buildroot}%{_libdir}/*.la # REMOVE README FROM A NON-STD LOCATION, INSTALL IT USING %%doc INSTEAD rm -fr %{buildroot}%{_datadir}/doc/apfel -%post -n %{soname} -/sbin/ldconfig - -%postun -n %{soname} -/sbin/ldconfig +%post -n %{soname} -p /sbin/ldconfig +%postun -n %{soname} -p /sbin/ldconfig %files -n %{soname} %defattr(-,root,root)