diff options
author | Michael Scherer <misc@mandriva.com> | 2006-01-18 10:47:07 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2006-01-18 10:47:07 +0000 |
commit | 333bb73f2601331645719629989a856decdb73a5 (patch) | |
tree | 75b53311f4a11a621f5a801d4f298bdf792b5d0a | |
parent | 29e3cd162cc9fb04fac9c2698977bbd04191ada7 (diff) | |
download | bootsplash-333bb73f2601331645719629989a856decdb73a5.tar bootsplash-333bb73f2601331645719629989a856decdb73a5.tar.gz bootsplash-333bb73f2601331645719629989a856decdb73a5.tar.bz2 bootsplash-333bb73f2601331645719629989a856decdb73a5.tar.xz bootsplash-333bb73f2601331645719629989a856decdb73a5.zip |
version 0.6
-rw-r--r-- | rpmbuildupdate.spec | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/rpmbuildupdate.spec b/rpmbuildupdate.spec index c2d2ab9..a9fdc23 100644 --- a/rpmbuildupdate.spec +++ b/rpmbuildupdate.spec @@ -1,5 +1,5 @@ %define name rpmbuildupdate -%define version 0.5 +%define version 0.6 %define release %mkrel 1 Name: %{name} @@ -9,14 +9,16 @@ Summary: Helps you build up to date RPMs License: GPL Group: Development/Other Source0: %{name}-%{version}.tar.bz2 -URL: http://www.mandrivalinux.com/ +URL: http://qa.mandriva.com/twiki/bin/view/Main/RpmBuildUpdate BuildArch: noarch Requires: wget Buildroot: %{_tmppath}/%{name}-%{version} Conflicts: rpm-rebuilder <= 0.25-1mdk %description -rpmbuildupdate helps you build up to date RPMs. +rpmbuildupdate helps you build up to date RPMs. It download source tarball +and update the spec files. It can also be used to rebuild and apply scripted +change to a spec file. %prep %setup @@ -25,7 +27,7 @@ rpmbuildupdate helps you build up to date RPMs. %install rm -rf %{buildroot} -make -f Makefile.rpmbuildupdate install +make install %clean rm -rf %{buildroot} @@ -36,5 +38,10 @@ rm -rf %{buildroot} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Wed Jan 18 2006 Michael Scherer <misc@mandriva.org> 0.6-1mdk +- 0.6 +- enhance description +- add url + * Thu Oct 06 2005 Guillaume Rousse <guillomovitch@zarb.org> 0.5-1mdk - first individual release |