aboutsummaryrefslogtreecommitdiffstats
path: root/rpmbuildupdate.spec
blob: bfa1a47c606da665429bbaa6752c840ffdf81b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
%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