Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
vhcs2
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 35
[-]
[+]
Changed
vhcs2.spec
@@ -2,7 +2,7 @@ Name: vhcs2 Version: 2.4.8 %{?stable:Release: 1.%{?dist}} -%{?unstable:Release: 20080202} +%{?unstable:Release: 20080407} Summary: VHCS -- virtual hosting control system Summary(de): VHCS -- Virtuelles Hosting Kontrollsystem Group: System @@ -200,10 +200,10 @@ mv $RPM_BUILD_ROOT/etc/proftpd.conf $RPM_BUILD_ROOT/etc/proftpd.conf.vhcs2 -# create filelist of engine,gui,daemon (exclude: db-keys, configuration files +# create filelist of engine,gui,daemon (exclude: db-keys, configuration files, pma cd $RPM_BUILD_ROOT find %{_vhcsroot} -type d | sed '1,2d;s,^,\%attr(-\,root\,root) \%dir /,' > $RPM_BUILD_DIR/file.list.%{name} -find %{_vhcsroot} -type f | grep -v vhcs2-db-keys | sed 's,^,\%attr(-\,root\,root) /,' >> $RPM_BUILD_DIR/file.list.%{name} +find %{_vhcsroot} -type f | grep -v vhcs2-db-keys | grep -v "tools/pma" | sed 's,^,\%attr(-\,root\,root) /,' >> $RPM_BUILD_DIR/file.list.%{name} find %{_vhcsroot} -type l | sed 's,^,\%attr(-\,root\,root) /,' >> $RPM_BUILD_DIR/file.list.%{name} @@ -373,6 +373,8 @@ %doc keys/gen-keys %doc CHANGELOG +%files pma +%{vhcsroot}/vhcs2/gui/tools/pma %files amavis @@ -610,6 +612,10 @@ # CHANGELOG ################################################################################# %changelog +* Mon Apr 07 2008 Carsten Schoene <vhcs@j0ke.net> +- build svn trunk r785 +- moved phpmyadmin to pma subpackage + * Tue Aug 15 2006 Carsten Schoene <vhcs@j0ke.net> - version changed from 2.4.7.2 to 2.4.8
Added
vhcs2-2.4.8-20080407.tar.bz2
^