Cleanup.
This commit is contained in:
parent
5e33486ad9
commit
635a0e6796
31
npth.spec
31
npth.spec
@ -1,10 +1,9 @@
|
|||||||
Summary: The New GNU Portable Threads library
|
|
||||||
Name: npth
|
Name: npth
|
||||||
Version: 0.91
|
Version: 0.91
|
||||||
Release: 8%{?dist}
|
Release: 8%{?dist}
|
||||||
|
Summary: The New GNU Portable Threads library
|
||||||
# software uses dual licensing (or both in parallel)
|
# software uses dual licensing (or both in parallel)
|
||||||
License: LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+)
|
License: LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+)
|
||||||
Group: System Environment/Libraries
|
|
||||||
URL: ftp://ftp.gnupg.org/gcrypt/npth/
|
URL: ftp://ftp.gnupg.org/gcrypt/npth/
|
||||||
Source: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2
|
Source: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2
|
||||||
Source1: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2.sig
|
Source1: ftp://ftp.gnupg.org/gcrypt/npth/npth-%{version}.tar.bz2.sig
|
||||||
@ -18,9 +17,8 @@ GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is
|
|||||||
based on the system's standard threads implementation. Thus nPth allows
|
based on the system's standard threads implementation. Thus nPth allows
|
||||||
the use of libraries which are not compatible to GNU Pth.
|
the use of libraries which are not compatible to GNU Pth.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development headers and libraries for GNU nPth
|
Summary: Development files for GNU nPth
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -29,44 +27,37 @@ Development headers and libraries for GNU Pth.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=${RPM_BUILD_ROOT} INSTALL='install -p'
|
%make_install INSTALL='install -p'
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1/
|
|
||||||
install -p -c -m 644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_mandir}/man1/
|
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
|
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||||
|
install -pm0644 %{S:2} %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
|
find %{buildroot} -name '*.la' -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING COPYING.LESSER ChangeLog NEWS README
|
%doc COPYING COPYING.LESSER
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-8
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user