SHA256
1
0
forked from pool/apfel

Accepting request 359441 from home:jengelh:branches:science

- Expand PDF acronym in summaries
- Drop author list from description, openSUSE does not do this
  since many many months.

OBS-URL: https://build.opensuse.org/request/show/359441
OBS-URL: https://build.opensuse.org/package/show/science/apfel?expand=0&rev=10
This commit is contained in:
Dmitry Roshchin 2016-02-15 13:29:51 +00:00 committed by Git OBS Bridge
parent 9453c828f6
commit 49dea235a5
2 changed files with 19 additions and 23 deletions

View File

@ -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 Tue Feb 2 12:59:43 UTC 2016 - badshah400@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package apfel # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -22,7 +22,7 @@
Name: apfel Name: apfel
Version: 2.7.0 Version: 2.7.0
Release: 0 Release: 0
Summary: A PDF Evolution Library Summary: A Probability Distribution Function Evolution Library
License: GPL-3.0+ License: GPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://apfel.hepforge.org/ Url: http://apfel.hepforge.org/
@ -37,46 +37,38 @@ ExclusiveArch: x86_64
%description %description
APFEL is a library to perform the combined QCD+QED DGLAP APFEL is a library to perform the combined QCD+QED DGLAP
evolution of parton distributions. It is written and maintained evolution of parton distributions.
by Valerio Bertone (CERN), Stefano Carrazza (Milano) and
Juan Rojo (CERN).
%package -n %{soname} %package -n %{soname}
Summary: A PDF Evolution Library Summary: A Probability Distribution Function Evolution Library
Group: Development/Libraries/C and C++ Group: System/Libraries
%description -n %{soname} %description -n %{soname}
APFEL is a library to perform the combined QCD+QED DGLAP APFEL is a library to perform the combined QCD+QED DGLAP
evolution of parton distributions. It is written and maintained evolution of parton distributions.
by Valerio Bertone (CERN), Stefano Carrazza (Milano) and
Juan Rojo (CERN).
This package provides the shared libraries for %{name}. This package provides the shared libraries for %{name}.
%package devel %package devel
Summary: A PDF Evolution Library Summary: Development files for Apfel, a PDF Evolution Library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{soname} = %{version} Requires: %{soname} = %{version}
Requires: LHAPDF-devel Requires: LHAPDF-devel
%description devel %description devel
APFEL is a library to perform the combined QCD+QED DGLAP APFEL is a library to perform the combined QCD+QED DGLAP
evolution of parton distributions. It is written and maintained evolution of parton distributions.
by Valerio Bertone (CERN), Stefano Carrazza (Milano) and
Juan Rojo (CERN).
This package provides the source files required to develop This package provides the source files required to develop
applications with %{name}. applications with %{name}.
%package -n %{pypackage} %package -n %{pypackage}
Summary: A PDF Evolution Library Summary: A PDF Evolution Library
Group: Development/Libraries/C and C++ Group: Development/Languages/Python
%description -n %{pypackage} %description -n %{pypackage}
APFEL is a library to perform the combined QCD+QED DGLAP APFEL is a library to perform the combined QCD+QED DGLAP
evolution of parton distributions. It is written and maintained evolution of parton distributions.
by Valerio Bertone (CERN), Stefano Carrazza (Milano) and
Juan Rojo (CERN).
This package provides the shared libraries for %{name}. 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 # REMOVE README FROM A NON-STD LOCATION, INSTALL IT USING %%doc INSTEAD
rm -fr %{buildroot}%{_datadir}/doc/apfel rm -fr %{buildroot}%{_datadir}/doc/apfel
%post -n %{soname} %post -n %{soname} -p /sbin/ldconfig
/sbin/ldconfig %postun -n %{soname} -p /sbin/ldconfig
%postun -n %{soname}
/sbin/ldconfig
%files -n %{soname} %files -n %{soname}
%defattr(-,root,root) %defattr(-,root,root)