Author: qboosh                       Date: Sun Feb 27 18:12:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing dir, cosmetics

---- Files affected:
SPECS:
   openclipart.sh (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/openclipart.sh
diff -u SPECS/openclipart.sh:1.3 SPECS/openclipart.sh:1.4
--- SPECS/openclipart.sh:1.3    Mon Nov  1 23:53:11 2004
+++ SPECS/openclipart.sh        Sun Feb 27 19:12:34 2005
@@ -78,6 +78,7 @@
 Summary:       Authors List of all cliparts
 Summary(pl):   Lista autorów wszystkich klipartów
 Group:         Applications/Graphics
+Requires:      %{name} = %{version}-%{release}
 
 %description AUTHORS
 Authors List of all cliparts from all openclipart-* packages.
@@ -123,16 +124,14 @@
 %prep
 %setup -q
 
-%build
-
 %install
 rm -rf \$RPM_BUILD_ROOT
-install -d \$RPM_BUILD_ROOT%{_datadir}/%{name}/{,$( (cat ${TMP1};cat 
${TMP2}|cut -c-30)|xargs|tr ' ' ',';)}
+install -d \$RPM_BUILD_ROOT%{_datadir}/%{name}/{$( (cat ${TMP1};cat 
${TMP2}|cut -c-30)|xargs|tr ' ' ',';)}
 
 EOF
 
 cat ${TMP1} | while read PACKAGE; do
-       echo "install ${PACKAGE}/*[!tT] 
\$RPM_BUILD_ROOT%{_datadir}/%{name}/${PACKAGE}/";
+       echo "install ${PACKAGE}/*[!tT] 
\$RPM_BUILD_ROOT%{_datadir}/%{name}/${PACKAGE}";
        echo "rm -rf ${PACKAGE}/*[!tT]"
 done;
 cat ${TMP2} | while read PACKAGE NUM;do
@@ -149,6 +148,7 @@
 %files
 %defattr(644,root,root,755)
 %doc Examples README.txt LOG.txt
+%dir %{_datadir}/%{name}
 
 %files AUTHORS
 %defattr(644,root,root,755)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openclipart.sh?r1=1.3&r2=1.4&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to