Author: duddits Date: Thu Jan 15 11:16:23 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.38 - path.patch updated - %install section tune-up
---- Files affected: SPECS: newsportal.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/newsportal.spec diff -u SPECS/newsportal.spec:1.33 SPECS/newsportal.spec:1.34 --- SPECS/newsportal.spec:1.33 Tue Feb 13 08:16:49 2007 +++ SPECS/newsportal.spec Thu Jan 15 12:16:17 2009 @@ -3,12 +3,12 @@ Summary(de.UTF-8): PHP-Skript, welches den Zugriff auf Newsgruppen über Web ermöglicht Summary(pl.UTF-8): Skrypt w PHP umożliwiający czytanie newsów przez przeglądarkę Name: newsportal -Version: 0.36 -Release: 5 +Version: 0.38 +Release: 1 License: GPL Group: Networking/News Source0: http://florian-amrhein.de/nw/newsportal/download/%{name}-%{version}.tar.gz -# Source0-md5: 9f93d2b7e4f9dcf1eeca90d9477b4a68 +# Source0-md5: 8f8828711acc1a6eb498e45fbc4e517f Source1: %{name}-apache.conf Patch0: %{name}-path.patch URL: http://florian-amrhein.de/newsportal/ @@ -54,13 +54,16 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_appdir}/{img,doc,lang,extras/frames,lib},{/var/spool/%{name},%{_sysconfdir}}} +install -d $RPM_BUILD_ROOT{%{_appdir}/{img,extras/cancel,extras/registration,extras/rss,extras/white-images,doc,lang,lib},{/var/spool/%{name},%{_sysconfdir}}} install *.{php,inc,txt,css} $RPM_BUILD_ROOT%{_appdir} +install extras/cancel/* $RPM_BUILD_ROOT%{_appdir}/extras/cancel +install extras/registration/* $RPM_BUILD_ROOT%{_appdir}/extras/registration +install extras/rss/* $RPM_BUILD_ROOT%{_appdir}/extras/rss +install extras/white-images/* $RPM_BUILD_ROOT%{_appdir}/extras/white-images install img/* $RPM_BUILD_ROOT%{_appdir}/img -install lang/* $RPM_BUILD_ROOT%{_appdir}/lang -install lib/* $RPM_BUILD_ROOT%{_appdir}/lib -install extras/frames/* $RPM_BUILD_ROOT%{_appdir}/extras/frames +install lang/*.lang $RPM_BUILD_ROOT%{_appdir}/lang +install lib/*.{php,inc} $RPM_BUILD_ROOT%{_appdir}/lib mv $RPM_BUILD_ROOT%{_appdir}/config.inc.php $RPM_BUILD_ROOT%{_sysconfdir}/config.php mv $RPM_BUILD_ROOT%{_appdir}/groups.txt $RPM_BUILD_ROOT%{_sysconfdir}/groups.txt install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf @@ -127,6 +130,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2009/01/15 11:16:17 duddits +- up to 0.38 +- path.patch updated +- %install section tune-up + Revision 1.33 2007/02/13 07:16:49 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/newsportal.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
