-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-package.spec
57 lines (37 loc) · 937 Bytes
/
test-package.spec
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
51
52
53
54
Name: pulp-test-package
Version: 0.8.1
Release: 1%{?dist}
Summary: Test package
Group: Development/Libraries
License: MIT
URL: https://fedorahosted.org/pulp/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}
BuildArch: noarch
# BuildRequires:
# Requires:
%description
Test package. Nothing to see here.
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/etc/
cp $RPM_BUILD_DIR/%{name}-%{version}/pulp-test-file.txt $RPM_BUILD_ROOT/etc/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%config %{_sysconfdir}/pulp-test-file.txt
%changelog
* Wed Apr 25 2012 Unknown name 0.8.1-1
- tag again
* Wed Apr 25 2012 Unknown name 0.7.1-1
- fake entry
* Tue Jul 13 2010 Mike McCune 0.6.1-1
- forcing noarch ([email protected])
* Wed May 05 2010 Mike McCune <[email protected]> 0.3.1-1
- new package
* Wed May 05 2010 <[email protected]> - 0.1.1
- Initial rev