]> git.pld-linux.org Git - packages/bibclean.git/blobdiff - bibclean.spec
- %env_update; rel 3
[packages/bibclean.git] / bibclean.spec
index 3e37b2dc511b305e3304176ba03226ee9c544689..8688107266093630a91c92f98d42c0d504743edd 100644 (file)
@@ -5,7 +5,7 @@ Summary:        BibTeX prettyprinter, portability verifier, and syntax checker
 Summary(pl):   Narzêdzie do ³adnego drukowania, kontroli przeno¶no¶ci i sk³adni BibTeXa
 Name:          bibclean
 Version:       2.11.4
-Release:       0.9
+Release:       3
 License:       GPL v2
 Group:         Applications
 Source0:       ftp://ftp.math.utah.edu/pub/tex/bib/%{name}-%{version}.tar.bz2
@@ -13,6 +13,7 @@ Source0:      ftp://ftp.math.utah.edu/pub/tex/bib/%{name}-%{version}.tar.bz2
 URL:           http://www.ecst.csuchico.edu/~jacobsd/bib/tools/bibtex.html
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: rpmbuild(macros) >= 1.316
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -39,24 +40,31 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/etc/env.d}
 
 %{__make} install \
+       CP="cp -p" \
        DESTDIR=$RPM_BUILD_ROOT \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        mandir=$RPM_BUILD_ROOT%{_mandir}/man1
 
-echo "#BIBCLEANEXT=.ini" > $RPM_BUILD_ROOT/etc/env.d/BIBCLEANEXT
-echo "#BIBINPUTS=\$PATH" > $RPM_BUILD_ROOT/etc/env.d/BIBINPUTS
+echo '#BIBCLEANEXT=.ini' > $RPM_BUILD_ROOT/etc/env.d/BIBCLEANEXT
+echo '#BIBINPUTS=$PATH' > $RPM_BUILD_ROOT/etc/env.d/BIBINPUTS
 # Will that work?
-echo "BIBCLEANINI=/etc/bibcleanrc" > $RPM_BUILD_ROOT/etc/env.d/BIBCLEANINI
+echo 'BIBCLEANINI=%{_sysconfdir}/bibcleanrc' > $RPM_BUILD_ROOT/etc/env.d/BIBCLEANINI
 
-mv -f $RPM_BUILD_ROOT%{_bindir}/.bibcleanrc $RPM_BUILD_ROOT/etc/bibcleanrc
+mv -f $RPM_BUILD_ROOT%{_bindir}/.bibcleanrc $RPM_BUILD_ROOT%{_sysconfdir}/bibcleanrc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%env_update
+
+%postun
+%env_update
+
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README *.txt *.html *.pdf *.hlp *.bok *.org *.ltx *.eok
 %attr(755,root,root) %{_bindir}/*
-%config(noreplace) %verify(not size mtime md5) /etc/bibcleanrc
-%config(noreplace) %verify(not size mtime md5) /etc/env.d/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bibcleanrc
+%config(noreplace) %verify(not md5 mtime size) /etc/env.d/*
 %{_mandir}/man1/*.1*
This page took 0.034451 seconds and 4 git commands to generate.