]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- masive changes:
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 10:23:24 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
s/\/usr\/man/\%{_mandir}/
s/\/usr\/share\/man/\%{_mandir}/
s/\/usr\/info/\%{_infodir}/
s/\/usr\/share\/info/\%{_infodir}/

Changed files:
    postgresql.spec -> 1.11

postgresql.spec

index a99f0bed6fe91ccdd40f3ceaa8ad3c1ecd179f45..654c394e0225a98cabf3fc819a27f9b6f1918d29 100644 (file)
@@ -361,7 +361,7 @@ install -d howto
 strip -s $RPM_BUILD_ROOT/usr/bin/* || :
 
 # gzip all man pages
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/*
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/*
 
 # Erase all CVS dir
 rm -fR `find contrib/ -type d -name CVS`
@@ -439,17 +439,17 @@ rm -f /tmp/tmp_perl_info
 %attr(755,root,root) /usr/bin/pg_version
 %attr(755,root,root) /usr/bin/postgres
 %attr(755,root,root) /usr/bin/postmaster
-/usr/man/man1/cleardbdir.1.gz
-/usr/man/man1/createdb.1.gz
-/usr/man/man1/createuser.1.gz
-/usr/man/man1/destroydb.1.gz
-/usr/man/man1/destroyuser.1.gz
-/usr/man/man1/initdb.1.gz
-/usr/man/man1/initlocation.1.gz
-/usr/man/man1/pg_passwd.1.gz
-/usr/man/man1/postgres.1.gz
-/usr/man/man1/postmaster.1.gz
-/usr/man/man5/*.5.gz
+%{_mandir}/man1/cleardbdir.1.gz
+%{_mandir}/man1/createdb.1.gz
+%{_mandir}/man1/createuser.1.gz
+%{_mandir}/man1/destroydb.1.gz
+%{_mandir}/man1/destroyuser.1.gz
+%{_mandir}/man1/initdb.1.gz
+%{_mandir}/man1/initlocation.1.gz
+%{_mandir}/man1/pg_passwd.1.gz
+%{_mandir}/man1/postgres.1.gz
+%{_mandir}/man1/postmaster.1.gz
+%{_mandir}/man5/*.5.gz
 
 %files devel
 %defattr(644,root,root,755)
@@ -458,9 +458,9 @@ rm -f /tmp/tmp_perl_info
 %attr(755,root,root) /usr/lib/libec*.so
 %attr(755,root,root) /usr/lib/libpq*.so
 /usr/include/pgsql
-/usr/man/man3/*.gz
+%{_mandir}/man3/*.gz
 %attr(755,root,root) /usr/bin/ecpg
-/usr/man/man1/ecpg.1.gz
+%{_mandir}/man1/ecpg.1.gz
 
 %files data
 %defattr(-,postgres,postgres)
@@ -475,11 +475,11 @@ rm -f /tmp/tmp_perl_info
 %attr(755,root,root) /usr/bin/pg_id
 %attr(755,root,root) /usr/bin/pg_upgrade
 %attr(755,root,root) /usr/bin/psql
-/usr/man/man1/pg_dump.1.gz
-/usr/man/man1/pg_dumpall.1.gz
-/usr/man/man1/pg_upgrade.1.gz
-/usr/man/man1/psql.1.gz
-/usr/man/manl/*.gz
+%{_mandir}/man1/pg_dump.1.gz
+%{_mandir}/man1/pg_dumpall.1.gz
+%{_mandir}/man1/pg_upgrade.1.gz
+%{_mandir}/man1/psql.1.gz
+%{_mandir}/manl/*.gz
 
 %files -f perlfiles.list perl
 %defattr(-, root, root)
This page took 0.194263 seconds and 4 git commands to generate.