- Permit "portable" user and group names as defined by SUSv3, plus trailing
$ (#159452) - Don't build static libraries
This commit is contained in:
parent
dc28d1d63f
commit
ca41e24b25
@ -1 +1 @@
|
|||||||
libuser-0.53.7.tar.gz
|
libuser-0.53.8.tar.gz
|
||||||
|
16
libuser.spec
16
libuser.spec
@ -4,7 +4,7 @@
|
|||||||
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
||||||
|
|
||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.53.7
|
Version: 0.53.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -40,7 +40,6 @@ files useful for developing applications with libuser.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS
|
|
||||||
%configure --enable-gtk-doc \
|
%configure --enable-gtk-doc \
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
@ -77,23 +76,30 @@ popd
|
|||||||
|
|
||||||
%attr(0755,root,root) %{_bindir}/*
|
%attr(0755,root,root) %{_bindir}/*
|
||||||
%{_libdir}/python%{python}/site-packages/*.so
|
%{_libdir}/python%{python}/site-packages/*.so
|
||||||
%{_libdir}/*.so.*.*
|
%{_libdir}/*.so.*
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
%{_libdir}/%{name}/*.so
|
%{_libdir}/%{name}/*.so
|
||||||
%attr(0755,root,root) %{_sbindir}/*
|
%attr(0755,root,root) %{_sbindir}/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
|
%exclude %{_libdir}/*.la
|
||||||
|
%exclude %{_libdir}/%{name}/*.la
|
||||||
|
%exclude %{_libdir}/python%{python}/site-packages/*.la
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libuser
|
%{_includedir}/libuser
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
#%attr(0644,root,root) %{_mandir}/man3/*
|
#%attr(0644,root,root) %{_mandir}/man3/*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 8 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.8-1
|
||||||
|
- Permit "portable" user and group names as defined by SUSv3, plus trailing $
|
||||||
|
(#159452)
|
||||||
|
- Don't build static libraries
|
||||||
|
|
||||||
* Sat Apr 30 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.7-1
|
* Sat Apr 30 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.7-1
|
||||||
- Rebuild with updated translations, add missing translations.
|
- Rebuild with updated translations, add missing translations.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user