merged in changelog entry from autorebuild
This commit is contained in:
parent
923e0670b6
commit
d0b59c3fa6
14
ldns.spec
14
ldns.spec
@ -1,10 +1,10 @@
|
||||
Summary: Lowlevel DNS(SEC) library with API
|
||||
Name: ldns
|
||||
Version: 1.2.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.3.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Url: http://open.nlnetlabs.nl/%{name}/
|
||||
Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
|
||||
Url: http://www.nlnetlabs.nl/%{name}/
|
||||
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen, perl libpcap-devel
|
||||
@ -64,7 +64,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libldns*so
|
||||
%{_libdir}/libldns*so.*
|
||||
%{_bindir}/drill
|
||||
%{_bindir}/ldns-*
|
||||
%{_bindir}/ldnsd
|
||||
@ -74,6 +74,7 @@ rm -rf %{buildroot}
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libldns.a
|
||||
%{_libdir}/libldns*so
|
||||
%dir %{_includedir}/ldns
|
||||
%{_includedir}/ldns/*.h
|
||||
%doc doc Changelog README
|
||||
@ -83,6 +84,9 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Wed May 28 2008 Paul Wouters <paul@xelerance.com> - 1.3.0-1
|
||||
- Updated to latest release
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.2-3
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user