SPECS: phpMyChat.spec - BR: unzip; fix %prep - missing dir

darekr darekr at pld-linux.org
Fri Jul 8 22:21:45 CEST 2005


Author: darekr                       Date: Fri Jul  8 20:21:45 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: unzip; fix %prep
- missing dir

---- Files affected:
SPECS:
   phpMyChat.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/phpMyChat.spec
diff -u SPECS/phpMyChat.spec:1.7 SPECS/phpMyChat.spec:1.8
--- SPECS/phpMyChat.spec:1.7	Sun Oct 24 22:16:09 2004
+++ SPECS/phpMyChat.spec	Fri Jul  8 22:21:38 2005
@@ -10,6 +10,7 @@
 # Source0-md5:	86b961cba624a5d3ea5bebf52a90fec5
 Source1:	%{name}.conf
 URL:		http://sourceforge.net/projects/phpmychat/
+BuildRequires:	unzip
 Requires:	php-mysql
 Requires:	php-pcre
 Requires:	webserver
@@ -33,7 +34,7 @@
 moderatorskie, a wszystko to posiada wsparcie dla 37 języków.
 
 %prep
-%setup -q -c %{name}-%{version}
+%setup -q -c
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -85,17 +86,18 @@
 %files
 %defattr(644,root,root,755)
 %doc docs/* readme.txt
+%dir %{_examplesdir}/%{name}-%{version}
 %{_examplesdir}/%{name}-%{version}/chat_activity.php3
 %dir %{_sysconfdir}
 %attr(640,root,http) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
 %config(noreplace) %verify(not size mtime md5) /etc/httpd/%{name}.conf
 %dir %{_mychatdir}
-%{_mychatdir}/admin/
-%{_mychatdir}/config/
-%{_mychatdir}/images/
-%{_mychatdir}/install/
-%{_mychatdir}/lib/
-%{_mychatdir}/localization/
+%{_mychatdir}/admin
+%{_mychatdir}/config
+%{_mychatdir}/images
+%{_mychatdir}/install
+%{_mychatdir}/lib
+%{_mychatdir}/localization
 %{_mychatdir}/*.php3
 %{_mychatdir}/favicon*
 %{_mychatdir}/link*
@@ -106,6 +108,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/07/08 20:21:38  darekr
+- BR: unzip; fix %prep
+- missing dir
+
 Revision 1.7  2004/10/24 20:16:09  paladine
 - spelling fixes, uppercases, etc.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/phpMyChat.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list