Accepting request 88923 from Base:System
OBS-URL: https://build.opensuse.org/request/show/88923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=16
This commit is contained in:
commit
e3bc27ebe1
2
baselibs.conf
Normal file
2
baselibs.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
libfdt1
|
||||||
|
libfdt1-devel
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
(cf. packaging guidelines)
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
- Implement baselibs config
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 1 17:02:06 UTC 2011 - k0da@opensuse.org
|
Fri Jul 1 17:02:06 UTC 2011 - k0da@opensuse.org
|
||||||
|
|
||||||
|
6
dtc.spec
6
dtc.spec
@ -27,6 +27,7 @@ License: GPLv2+
|
|||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: dtc-%{version}.tar.bz2
|
Source: dtc-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
Patch1: dtc-check.patch
|
Patch1: dtc-check.patch
|
||||||
Patch2: dtc-flattree.patch
|
Patch2: dtc-flattree.patch
|
||||||
Patch3: dtc-license.patch
|
Patch3: dtc-license.patch
|
||||||
@ -65,15 +66,12 @@ This package provides development files for libfdt
|
|||||||
%patch3
|
%patch3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install PREFIX=/usr LIBDIR=%{_libdir}
|
%make_install PREFIX=/usr LIBDIR=%{_libdir}
|
||||||
rm -f %{buildroot}/%{_libdir}/*.a
|
rm -f %{buildroot}/%{_libdir}/*.a
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.license Documentation/manual.txt
|
%doc README.license Documentation/manual.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user