View | Details | Raw Unified | Return to bug 214273
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- inst-source-utils.spec
0
++ inst-source-utils.spec
Lines 23-28 Link Here
23
Release:        1
23
Release:        1
24
Source:         inst-source-utils.tar.bz2
24
Source:         inst-source-utils.tar.bz2
25
Source1:        copy-build.sh
25
Source1:        copy-build.sh
26
Patch:          inst-source-utils.patch
26
NoSource:       1
27
NoSource:       1
27
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
28
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
28
BuildArchitectures: noarch
29
BuildArchitectures: noarch
Lines 35-53 Link Here
35
36
36
%prep
37
%prep
37
%setup -n usr -q
38
%setup -n usr -q
39
%patch -p1
38
40
39
%install
41
%install
40
%{__install} -dD -m 0755 $RPM_BUILD_ROOT/%_bindir
42
%{__install} -dD -m 0755 $RPM_BUILD_ROOT/%_bindir
43
%{__install} -dD -m 0755 $RPM_BUILD_ROOT/%_datadir
41
cp -a * $RPM_BUILD_ROOT/%_usr
44
cp -a * $RPM_BUILD_ROOT/%_usr
45
mv $RPM_BUILD_ROOT%_bindir/inst-source-utils $RPM_BUILD_ROOT%_datadir
42
46
43
%clean
47
%clean
44
rm -rf $RPM_BUILD_ROOT
48
rm -rf $RPM_BUILD_ROOT
45
49
46
%files
50
%files
47
%defattr(-,root,root)
51
%defattr(-,root,root)
48
%dir %_bindir/%name/modules
49
%_bindir/*
52
%_bindir/*
50
%dir %_bindir/%name/modules/*
53
%_datadir/inst-source-utils
51
54
52
%changelog
55
%changelog
53
* Thu Oct 19 2006 - lrupp@suse.de
56
* Thu Oct 19 2006 - lrupp@suse.de

Return to bug 214273