- moved to new upstream version 0.9.16.1

This commit is contained in:
Steve Grubb 2008-01-14 19:27:43 +00:00
parent 7b55f268e8
commit 0af2a5ac1d

View File

@ -2,7 +2,7 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: libprelude
Version: 0.9.13
Version: 0.9.16.1
Release: 1%{?dist}
Summary: The prelude library
@ -85,6 +85,8 @@ rm -f %{buildroot}%{python_sitelib}/auto/Prelude.bs
rm -f %{buildroot}%{perl_vendorarch}/auto/Prelude/.packlist
rm -f %{buildroot}%{perl_vendorarch}/auto/Prelude/Prelude.bs
rm -f %{buildroot}%{perl_archlib}/perllocal.pod
# Fix time stamp for both 32 and 64 bit libraries
touch -r ./configure.in %{buildroot}%{_sysconfdir}/prelude/default/*
%clean
rm -rf %{buildroot}
@ -95,8 +97,10 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_bindir}/prelude-admin
%{_bindir}/prelude-adduser
%{_libdir}/*.so.*
%{_mandir}/man1/prelude-admin.1.gz
%config(noreplace) %{_sysconfdir}/*
%{_localstatedir}/spool/*
%dir %{_defaultdocdir}/%{name}-%{version}/
@ -120,6 +124,9 @@ rm -rf %{buildroot}
%changelog
* Mon Jan 14 2008 Steve Grubb <sgrubb@redhat.com> 0.9.16.1-1
- moved to new upstream version 0.9.16.1
* Tue Feb 20 2007 Thorsten Scherf <tscherf@redhat.com> 0.9.13-1
- moved to new upstream version 0.9.13-1