update to 7.4.2 [release 7.4.2-1mamba;Tue Jun 17 2014]
This commit is contained in:
parent
e018b99e5e
commit
a5e119ce15
@ -1,15 +1,15 @@
|
|||||||
%define srcdirver %(echo %version | sed "s|[a-z]$||")
|
%define srcdirver %(echo %version | sed "s|[a-z]$||")
|
||||||
Name: libatomic_ops
|
Name: libatomic_ops
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 7.2e
|
Version: 7.4.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Atomic memory update operations
|
Summary: Atomic memory update operations
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Fabio Giani <fabio.giani@gmail.com>
|
Packager: Fabio Giani <fabio.giani@gmail.com>
|
||||||
URL: http://www.hpl.hp.com/research/linux/atomic_ops/
|
URL: https://github.com/ivmai/libatomic_ops/
|
||||||
Source: http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-%{version}.tar.gz
|
Source: http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -51,6 +51,8 @@ chmod a-x src/*.h
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/%{name}*.a
|
%{_libdir}/%{name}*.a
|
||||||
|
%{_libdir}/libatomic_ops.la
|
||||||
|
%{_libdir}/libatomic_ops_gpl.la
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%dir %{_includedir}/atomic_ops
|
%dir %{_includedir}/atomic_ops
|
||||||
%{_includedir}/atomic_ops/*.h
|
%{_includedir}/atomic_ops/*.h
|
||||||
@ -58,11 +60,13 @@ chmod a-x src/*.h
|
|||||||
%{_includedir}/atomic_ops/sysdeps/*
|
%{_includedir}/atomic_ops/sysdeps/*
|
||||||
%{_libdir}/pkgconfig/atomic_ops.pc
|
%{_libdir}/pkgconfig/atomic_ops.pc
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%{_datadir}/%{name}/COPYING
|
%{_datadir}/%{name}/*
|
||||||
%{_datadir}/%{name}/*.txt
|
%doc AUTHORS ChangeLog
|
||||||
%doc AUTHORS ChangeLog INSTALL NEWS
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.2-1mamba
|
||||||
|
- update to 7.4.2
|
||||||
|
|
||||||
* Sat Jan 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 7.2e-1mamba
|
* Sat Jan 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 7.2e-1mamba
|
||||||
- update to 7.2e
|
- update to 7.2e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user