rpms/postgresql-pgpool-II/devel postgresql-pgpool-II.spec,1.8,1.9

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Thu Aug 16 08:41:53 UTC 2007


Author: devrim

Update of /cvs/extras/rpms/postgresql-pgpool-II/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24901

Modified Files:
	postgresql-pgpool-II.spec 
Log Message:
- Fixed the directory name where sample conf files and sql files
  are installed.




Index: postgresql-pgpool-II.spec
===================================================================
RCS file: /cvs/extras/rpms/postgresql-pgpool-II/devel/postgresql-pgpool-II.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- postgresql-pgpool-II.spec	5 Aug 2007 03:03:11 -0000	1.8
+++ postgresql-pgpool-II.spec	16 Aug 2007 08:41:21 -0000	1.9
@@ -3,7 +3,7 @@
 Summary:	Pgpool is a connection pooling/replication server for PostgreSQL
 Name:		postgresql-%{short_name}
 Version:	1.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	BSD
 Group:		Applications/Databases
 URL:		http://pgpool.projects.PostgreSQL.org/pgpool-II/en
@@ -54,7 +54,7 @@
 %install
 rm -rf %{buildroot}
 make %{?_smp_flags} DESTDIR=%{buildroot} install
-mv %{buildroot}/%{_sysconfdir}/*.conf.sample %{buildroot}%{_datadir}/%{short_name}
+mv %{buildroot}/%{_sysconfdir}/*.conf.sample %{buildroot}%{_datadir}/%{name}
 install -d %{buildroot}%{_initrddir}
 install -m 755 %{SOURCE1} %{buildroot}%{_initrddir}/pgpool
 install -d %{buildroot}%{_sysconfdir}/sysconfig
@@ -83,10 +83,10 @@
 %{_bindir}/pcp_systemdb_info
 %{_bindir}/pg_md5
 %{_mandir}/man8/pgpool*
-%{_datadir}/%{short_name}/system_db.sql
+%{_datadir}/%{name}/system_db.sql
 %{_libdir}/libpcp.so.*
-%attr(764,root,apache) %{_datadir}/%{short_name}/*.conf.sample
-%{_datadir}/%{short_name}/pgpool.pam
+%attr(764,root,apache) %{_datadir}/%{name}/*.conf.sample
+%{_datadir}/%{name}/pgpool.pam
 %{_initrddir}/pgpool
 %config(noreplace) %{_sysconfdir}/sysconfig/pgpool
 
@@ -97,6 +97,10 @@
 %{_libdir}/libpcp.so
 
 %changelog
+* Thu Aug 16 2007 Devrim Gunduz <devrim at CommandPrompt.com> 1.2-4
+- Fixed the directory name where sample conf files and sql files 
+  are installed.
+
 * Sun Aug 5 2007 Devrim Gunduz <devrim at CommandPrompt.com> 1.2-3
 - Added a patch for sample conf file to use Fedora defaults
 




More information about the fedora-extras-commits mailing list