aboutsummaryrefslogtreecommitdiffstats
path: root/rpmbuildupdate.spec
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-01-30 13:16:47 +0000
committerMystery Man <unknown@mandriva.org>2002-01-30 13:16:47 +0000
commit6c65f35cc84cd80125622e87c74d0c16a21c146b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /rpmbuildupdate.spec
parent2fbdc23702f9f1b47fc5823b2740383e94c8e319 (diff)
downloadbootsplash-6c65f35cc84cd80125622e87c74d0c16a21c146b.tar
bootsplash-6c65f35cc84cd80125622e87c74d0c16a21c146b.tar.gz
bootsplash-6c65f35cc84cd80125622e87c74d0c16a21c146b.tar.bz2
bootsplash-6c65f35cc84cd80125622e87c74d0c16a21c146b.tar.xz
bootsplash-6c65f35cc84cd80125622e87c74d0c16a21c146b.zip
New repository initialized by cvs2svn.
Diffstat (limited to 'rpmbuildupdate.spec')
-rw-r--r--rpmbuildupdate.spec50
1 files changed, 0 insertions, 50 deletions
diff --git a/rpmbuildupdate.spec b/rpmbuildupdate.spec
deleted file mode 100644
index bfa1a47..0000000
--- a/rpmbuildupdate.spec
+++ /dev/null
@@ -1,50 +0,0 @@
-%define name rpmbuildupdate
-%define version 0.6.1
-%define release %mkrel 1
-
-Name: %{name}
-Version: %{version}
-Release: %{release}
-Summary: Helps you build up to date RPMs
-License: GPL
-Group: Development/Other
-Source0: %{name}-%{version}.tar.bz2
-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. 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
-
-%build
-
-%install
-rm -rf %{buildroot}
-make install
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%{_bindir}/%{name}
-%{_sysconfdir}/bash_completion.d/%{name}
-
-%changelog
-* Wed Jan 18 2006 Michael Scherer <misc@mandriva.org> 0.6.1-1mdk
-- new release to please cvs
-
-* 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