SHA256
1
0
forked from pool/mtd-utils

Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/package/show/filesystems/mtd-utils?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2012-05-26 09:24:01 +00:00 committed by Git OBS Bridge
parent 9642ed6ff3
commit d5f72c742e
2 changed files with 8 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 26 09:22:55 UTC 2012 - jengelh@inai.de
- Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags
-------------------------------------------------------------------
Thu Apr 26 01:06:21 UTC 2012 - jeffm@suse.com

View File

@ -1,5 +1,3 @@
# norootforbuild
Name: mtd-utils
Version: 1.2.0
Release: 0
@ -7,7 +5,7 @@ Summary: Tools for maintaining Memory Technology Devices
Source: mtd-utils-%{version}.tar.bz2
URL: http://www.linux-mtd.infradead.org/
Group: System/Filesystems
License: GNU General Public License version 2 or later (GPL v2 or later)
License: GPL-2.0+
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: libuuid-devel
BuildRequires: lzo-devel
@ -24,7 +22,7 @@ including JFFS2, M-Systems DiskOnChip devices, etc.
%setup -q
%build
%__make %{?jobs:-j%{jobs}} \
make %{?_smp_mflags} \
CFLAGS="%{optflags}" \
CC="%__cc" \
PREFIX="%{_prefix}"
@ -36,9 +34,6 @@ including JFFS2, M-Systems DiskOnChip devices, etc.
MANDIR="%{_mandir}" \
install
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc COPYING *txt
@ -91,8 +86,3 @@ including JFFS2, M-Systems DiskOnChip devices, etc.
%doc %{_mandir}/man1/mkfs.jffs2.1%{ext_man}
%changelog
# vim: set sw=3 ts=3 noet:
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: