SPECS: mysar.spec - fixed encoding, cleanup

qboosh qboosh at pld-linux.org
Sat Aug 4 15:56:32 CEST 2007


Author: qboosh                       Date: Sat Aug  4 13:56:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed encoding, cleanup

---- Files affected:
SPECS:
   mysar.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/mysar.spec
diff -u SPECS/mysar.spec:1.1 SPECS/mysar.spec:1.2
--- SPECS/mysar.spec:1.1	Tue Jul 24 14:40:23 2007
+++ SPECS/mysar.spec	Sat Aug  4 15:56:27 2007
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:	MySQL Squid Access Report
-Summary(pl.UTF-8):Program raportujący dostęp do Squida
+Summary(pl.UTF-8):	Program raportujący dostęp do Squida
 Name:		mysar
 Version:	2.1.0
 Release:	0.1
@@ -11,9 +11,6 @@
 URL:		http://giannis.stoilis.gr/software/mysar/
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires:	webapps
-%if %{with trigger}
-Requires(triggerpostun):	sed >= 4.0
-%endif
 Requires:	webserver(alias)
 Requires:	webserver(indexfile)
 Requires:	webserver(php)
@@ -25,15 +22,13 @@
 %define		_sysconfdir	%{_webapps}/%{_webapp}
 %define		_appdir		%{_datadir}/%{_webapp}
 
-
 %description
 MySQL Squid Access Report, mysar for short, is a reporting system for
 user web traffic activity, as logged from a squid proxy.
 
-
 %description -l pl.UTF-8
-MySQL Squid Access Report, w skrÃcie mysar, to system raportujÄ…cy
-aktywność uÅytkownikÃw zalogowanÄ… poprzez squid proxy.
+MySQL Squid Access Report, w skrócie mysar, to system raportujący
+aktywność użytkowników na WWW logowaną poprzez proxy squid.
 
 %prep
 %setup -q -n %{name}
@@ -60,10 +55,13 @@
 cp -af * $RPM_BUILD_ROOT%{_appdir}
 rm -f $RPM_BUILD_ROOT%{_appdir}/etc/config,ini.example $RPM_BUILD_ROOT%{_appdir}/etc/mysar.cron
 
-install etc/mysar.cron $RPM_BUILD_ROOT/etc/cron.d/
+install etc/mysar.cron $RPM_BUILD_ROOT/etc/cron.d
 install etc/config.ini.example $RPM_BUILD_ROOT%{_sysconfdir}
 ln -sf %{_sysconfdir}/config.ini.example $RPM_BUILD_ROOT%{_appdir}/etc/config,ini.example
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %triggerin -- apache1 < 1.3.37-3, apache1-base
 %webapp_register apache %{_webapp}
 
@@ -82,16 +80,12 @@
 %triggerun -- lighttpd
 %webapp_unregister lighttpd %{_webapp}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %dir %attr(750,root,http) %{_sysconfdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size)
 %dir %{_appdir}
 %{_appdir}/bin
 %{_appdir}/inc
@@ -103,12 +97,14 @@
 %{_appdir}/www-templates.fr_FR
 %{_appdir}/www-templates.ru_RU
 
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
+
 $Log$
+Revision 1.2  2007/08/04 13:56:27  qboosh
+- fixed encoding, cleanup
+
 Revision 1.1  2007/07/24 12:40:23  speedo
 - initial release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mysar.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list