summaryrefslogtreecommitdiffstats
path: root/rpmtools.spec
blob: 97d90827ce1a82149fbe9277697f448667603700 (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
Name:     rpmtools
Version:  1.0
Release:  1%{?dist}
Summary:  Local RPM toolkit

Group:    Development/System
License:  None
URL:      http://localhost
Source0:  http://localhost/rpmtools-%{version}.tar.gz

Requires: fedora-packager

%description
Local RPM tools

%prep
tar cvzf rpmtools-%{version}.tar.gz scripts --exclude-vcs --transform='s|^scripts/|rpmtools-%{version}/|'
md5sum rpmtools-%{version}.tar.gz > sources
%setup -q

%build

%install
mkdir -p %{buildroot}/%{_bindir}
install -m 755 * %{buildroot}/%{_bindir}

%files
%{_bindir}/*

%changelog
* Thu Feb 21 2013 Viktor Hercinger <vhercing@redhat.com> - 1.0.0-1
- build-spec added
- make-repo added