CVS patchset: 3594
CVS date: 2000/02/27 22:45:47
This commit is contained in:
jbj 2000-02-27 22:45:47 +00:00
parent 795a3ac594
commit 2fdcb4810f
1 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ make -C python
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_DIR/etc
mkdir -p $RPM_BUILD_DIR/etc/rpm
make DESTDIR="$RPM_BUILD_ROOT" install
%ifos linux
@ -163,7 +163,7 @@ fi
%dir /usr/src/redhat/SRPMS
%dir /usr/src/redhat/RPMS
/usr/src/redhat/RPMS/*
/usr/*/locale/*/LC_MESSAGES/rpm.mo
/usr/share/locale/*/LC_MESSAGES/rpm.mo
/usr/man/man[18]/*.[18]*
%lang(pl) /usr/man/pl/man[18]/*.[18]*
%lang(ru) /usr/man/ru/man[18]/*.[18]*
@ -207,7 +207,7 @@ fi
%files -n popt
%defattr(-,root,root)
/usr/lib/libpopt.so.*
/usr/*/locale/*/LC_MESSAGES/popt.mo
/usr/share/locale/*/LC_MESSAGES/popt.mo
/usr/man/man3/popt.3*
# XXX These may end up in popt-devel but it hardly seems worth the effort now.