Tue, 28 Aug 2012 19:02:15 +0200
Update to new vendor version and modernize packaging.
jhead/jhead.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/jhead/jhead.spec Tue Aug 28 19:02:10 2012 +0200 1.2 +++ b/jhead/jhead.spec Tue Aug 28 19:02:15 2012 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 ## 1.5 ## jhead.spec -- OpenPKG RPM Specification 1.6 -## Copyright (c) 2009 Michael Schloh von Bennewitz <michael@schloh.com> 1.7 +## Copyright (c) 2012 Michael Schloh von Bennewitz <michael@schloh.com> 1.8 ## 1.9 ## Permission to use, copy, modify, and distribute this software for 1.10 ## any purpose with or without fee is hereby granted, provided that 1.11 @@ -32,19 +32,15 @@ 1.12 Class: EVAL 1.13 Group: Graphics 1.14 License: Public Domain 1.15 -Version: 2.84 1.16 -Release: 20090106 1.17 +Version: 2.96 1.18 +Release: 20120800 1.19 1.20 # list of sources 1.21 Source0: http://www.sentex.net/~mwandel/jhead/jhead-%{version}.tar.gz 1.22 1.23 # build information 1.24 -Prefix: %{l_prefix} 1.25 -BuildRoot: %{l_buildroot} 1.26 -BuildPreReq: OpenPKG, openpkg >= 20040130, make 1.27 -PreReq: OpenPKG, openpkg >= 20040130 1.28 -AutoReq: no 1.29 -AutoReqProv: no 1.30 +BuildPreReq: OpenPKG, openpkg >= 20100101, make 1.31 +PreReq: OpenPKG, openpkg >= 20100101 1.32 1.33 %description 1.34 Jhead is a command line driven program for manipulating the 1.35 @@ -67,8 +63,6 @@ 1.36 %{l_make} %{l_mflags -O} 1.37 1.38 %install 1.39 - rm -rf $RPM_BUILD_ROOT 1.40 - 1.41 # create directory structure 1.42 %{l_shtool} mkdir -f -p -m 755 \ 1.43 $RPM_BUILD_ROOT%{l_prefix}/bin 1.44 @@ -83,5 +77,4 @@ 1.45 %files -f files 1.46 1.47 %clean 1.48 - rm -rf $RPM_BUILD_ROOT 1.49