- update to pick up new libtool, drop specific gcc requirement
This commit is contained in:
parent
588942131b
commit
2a21c19c86
7
apr.spec
7
apr.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: Apache Portable Runtime library
|
Summary: Apache Portable Runtime library
|
||||||
Name: apr
|
Name: apr
|
||||||
Version: 1.2.8
|
Version: 1.2.8
|
||||||
Release: 2
|
Release: 3
|
||||||
License: Apache Software License
|
License: Apache Software License
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -32,7 +32,7 @@ including Unices, MS Win32, BeOS and OS/2.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: APR library development kit
|
Summary: APR library development kit
|
||||||
Conflicts: subversion-devel < 0.20.1-2
|
Conflicts: subversion-devel < 0.20.1-2
|
||||||
Requires: apr = %{version}-%{release}, gcc = %(gcc -dumpversion || echo 0.0.0), pkgconfig
|
Requires: apr = %{version}-%{release}, pkgconfig
|
||||||
# shipped libtool hard-codes paths to gcc libraries in versioned dir
|
# shipped libtool hard-codes paths to gcc libraries in versioned dir
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/apr-%{aprver}/*.h
|
%{_includedir}/apr-%{aprver}/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 15 2007 Joe Orton <jorton@redhat.com> 1.2.8-3
|
||||||
|
- update to pick up new libtool, drop specific gcc requirement
|
||||||
|
|
||||||
* Mon Dec 4 2006 Joe Orton <jorton@redhat.com> 1.2.8-2
|
* Mon Dec 4 2006 Joe Orton <jorton@redhat.com> 1.2.8-2
|
||||||
- update to 1.2.8
|
- update to 1.2.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user