Drop no longer necessary %clean and %defattr commands
This commit is contained in:
parent
9fcd3be18e
commit
4d73b980c6
@ -50,9 +50,6 @@ administering user and group accounts.
|
||||
%configure --with-selinux --with-ldap --with-html-dir=%{_datadir}/gtk-doc/html
|
||||
make
|
||||
|
||||
%clean
|
||||
rm -fr $RPM_BUILD_ROOT
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
||||
|
||||
@ -73,7 +70,6 @@ python -c "import libuser"
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING NEWS README TODO docs/*.txt
|
||||
%config(noreplace) %{_sysconfdir}/libuser.conf
|
||||
|
||||
@ -89,19 +85,20 @@ python -c "import libuser"
|
||||
%exclude %{_libdir}/%{name}/*.la
|
||||
|
||||
%files python
|
||||
%defattr(-,root,root)
|
||||
%doc python/modules.txt
|
||||
%{python_sitearch}/*.so
|
||||
%exclude %{python_sitearch}/*.la
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libuser
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 21 2012 Miloslav Trmač <mitr@redhat.com> - 0.57.6-3
|
||||
- Drop no longer necessary %%clean and %%defattr commands.
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.57.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user