|
|
@@ -23,6 +23,10 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
+# package version
|
|
|
+%define V_real 1.4.0a
|
|
|
+%define V_unpack 1.4.0
|
|
|
+
|
|
|
# package information
|
|
|
Name: cpu
|
|
|
Summary: Change Password Utility for LDAP
|
|
|
@@ -32,8 +36,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [PLUS]
|
|
|
Group: Converter
|
|
|
License: GPL
|
|
|
-Version: 1.3.100
|
|
|
-Release: 20030708
|
|
|
+Version: %{V_real}
|
|
|
+Release: 20030907
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://osdn.dl.sourceforge.net/sourceforge/cpu/cpu-%{version}.tar.gz
|
|
|
@@ -56,8 +60,7 @@ AutoReqProv: no
|
|
|
doing the administration.
|
|
|
|
|
|
%prep
|
|
|
- %setup -q
|
|
|
- touch * */* # fix timestamps
|
|
|
+ %setup -q -n cpu-%{V_unpack}
|
|
|
|
|
|
%build
|
|
|
libs=""
|