diff --git a/libnl.spec b/libnl.spec index a7563e4..3dded00 100644 --- a/libnl.spec +++ b/libnl.spec @@ -5,7 +5,7 @@ Group: Development/Libraries License: LGPL Name: libnl Version: 1.0 -Release: 1.%{preversion} +Release: 0.2.%{preversion} URL: http://people.suug.ch/~tgr/libnl/ Source: http://people.suug.ch/~tgr/libnl/files/libnl-%{version}-%{preversion}.tar.gz Source1: %{name}-1.pc @@ -34,14 +34,14 @@ This package contains various headers for using libnl make %install -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ -cp %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ +%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ +%{__cp} %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ %clean -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -59,8 +59,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/%{name}-1.pc %changelog -* Thu Oct 27 2005 Dan Williams 1.0-1.pre3 +* Tue Nov 1 2005 Christopher Aillon 1.0-0.2.pre3 +- Minor specfile cleanup + +* Thu Oct 27 2005 Dan Williams 1.0-0.1.pre3 - Split into main and devel packages -* Thu Oct 27 2005 Dan Williams 1.0-0.pre3 +* Thu Oct 27 2005 Dan Williams 1.0-0.0.pre3 - initial build