packages: postgresql/postgresql.spec - removed more beta leftovers
baggins
baggins at pld-linux.org
Thu Jul 2 17:15:08 CEST 2009
Author: baggins Date: Thu Jul 2 15:15:08 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- removed more beta leftovers
---- Files affected:
packages/postgresql:
postgresql.spec (1.424 -> 1.425)
---- Diffs:
================================================================
Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.424 packages/postgresql/postgresql.spec:1.425
--- packages/postgresql/postgresql.spec:1.424 Thu Jul 2 17:08:24 2009
+++ packages/postgresql/postgresql.spec Thu Jul 2 17:15:03 2009
@@ -849,14 +849,14 @@
# find locales
for f in libpq5 pg_controldata pg_dump pg_resetxlog pgscripts postgres psql initdb pg_ctl pg_config plpgsql ecpg ecpglib6 plperl plpgsql plpython; do
- %find_lang $f-%{mver}
+ %find_lang $f
done
# merge locales
-cat pgscripts-%{mver}.lang pg_resetxlog-%{mver}.lang \
- postgres-%{mver}.lang pg_controldata-%{mver}.lang \
- > main-%{mver}.lang
-cat pg_dump-%{mver}.lang psql-%{mver}.lang initdb-%{mver}.lang \
- pg_ctl-%{mver}.lang > clients-%{mver}.lang
+cat pgscripts.lang pg_resetxlog.lang \
+ postgres.lang pg_controldata.lang \
+ > main.lang
+cat pg_dump.lang psql.lang initdb.lang \
+ pg_ctl.lang > clients.lang
# Remove Contrib documentation. We use macro %doc
rm -rf $RPM_BUILD_ROOT/contrib
@@ -928,7 +928,7 @@
%post ecpg -p /sbin/ldconfig
%postun ecpg -p /sbin/ldconfig
-%files -f main-%{mver}.lang
+%files -f main.lang
%defattr(644,root,root,755)
%doc COPYRIGHT README HISTORY doc/{FAQ*,README*,bug.template}
%attr(754,root,root) /etc/rc.d/init.d/postgresql
@@ -975,7 +975,7 @@
%doc doc/unpacked/* doc/src/FAQ howto
%{_examplesdir}/%{name}-%{version}
-%files libs -f libpq5-%{mver}.lang
+%files libs -f libpq5.lang
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libpq.so.*.*
%attr(755,root,root) %ghost %{_libdir}/libpq.so.5
@@ -999,7 +999,7 @@
%attr(755,root,root) %{_libdir}/libpgtypes.so
%{_includedir}/ecpg*
-%files devel -f pg_config-%{mver}.lang
+%files devel -f pg_config.lang
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/pg_config
%attr(755,root,root) %{_libdir}/libpq.so
@@ -1035,7 +1035,7 @@
%{_libdir}/libpgtypes.a
%{_libdir}/libpgport.a
-%files clients -f clients-%{mver}.lang
+%files clients -f clients.lang
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/clusterdb
%attr(755,root,root) %{_bindir}/createdb
@@ -1178,6 +1178,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.425 2009/07/02 15:15:03 baggins
+- removed more beta leftovers
+
Revision 1.424 2009/07/02 15:08:24 baggins
- removed beta macros
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.424&r2=1.425&f=u
More information about the pld-cvs-commit
mailing list