diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 19:31:02 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 19:31:02 +0000 |
commit | 74d25aa2e637b05bb2a1518d0a405bf6e574d41c (patch) | |
tree | a7ab5db16aa2e99618a93e453978e29071ccae44 /spec-helper.spec | |
parent | 8b3637f106ecc00be07d5d41acc81340054ef77e (diff) | |
download | spec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.tar spec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.tar.gz spec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.tar.bz2 spec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.tar.xz spec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.zip |
macroszification: a new greatest hit.
Diffstat (limited to 'spec-helper.spec')
-rw-r--r-- | spec-helper.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/spec-helper.spec b/spec-helper.spec index 7f2fcdc..45167c0 100644 --- a/spec-helper.spec +++ b/spec-helper.spec @@ -1,6 +1,6 @@ %define name spec-helper %define version 0.2 -%define release 8mdk +%define release 9mdk Summary: Tools to ease the creation of rpm packages Name: %{name} @@ -27,7 +27,7 @@ Compress man pages using bzip2, strip executables, convert links... %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT bindir=%{buildroot}/%{_bindir} %clean rm -rf $RPM_BUILD_ROOT @@ -35,9 +35,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc Howto-spec-helper ChangeLog +%{_bindir}/macroszification /usr/share/spec-helper %changelog +* Thu Jul 20 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.2-9mdk +- macroszification: a new greatest hit. + * Tue May 9 2000 Frederic Lepied <flepied@mandrakesoft.com> 0.2-8mdk - exit 0 if no RPM_BUILD_ROOT variable set to allow build with no BuildRoot. |