summaryrefslogtreecommitdiffstats
path: root/rpmtools.spec
blob: 377886d7f4bec2b0fe975c564a37272c3fba6164 (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
Name:     rpmtools
Version:  1.0
Release:  2%{?dist}
Summary:  Local RPM toolkit
BuildArch: noarch

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
* Wed Mar 13 2013 Hercinger Viktor <hercinger.viktor@gmail.com> - 1.0-2
- added notification to rpmdev-build-devspec
- added proxy call to rpmdev-make-repo in rpmdev-build-devspec

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