Changeset 1450 for spec/trunk/SPECS


Ignore:
Timestamp:
Jul 30, 2018, 5:56:20 PM (7 years ago)
Author:
herwigb
Message:

spec: klusrmgr: Release version 1.1.6-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/klusrmgr.spec

    r1428 r1450  
    55Summary:    kLIBC User Management
    66Name:       klusrmgr
    7 Version:    1.1.5
     7Version:    1.1.6
    88Release:    1%{?dist}
    99License:    proprietary
     
    3030%prep
    3131%setup -n "%{name}-%{version}" -Tc
    32 unzip -q %{_sourcedir}/%{name}-%{version}.zip
     32unzip -qj %{_sourcedir}/%{name}-%{version}.zip
    3333
    3434%build
     
    3636
    3737%install
    38 for f in *.exe *.EXE ; do
     38for f in *.exe *.EXE *.cmd ; do
    3939  install -p -m0755 -D $f  $RPM_BUILD_ROOT%{_bindir}/$f
    40 done
    41 for f in readme.txt ; do
    42   install -p -m0644 -D $f  $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}/$f
    4340done
    4441for f in *.msg ; do
    4542  install -p -m0644 -D $f  $RPM_BUILD_ROOT%{_datadir}/os2/lang/$f
    4643done
    47 
    4844
    4945%clean
     
    7268%files
    7369%defattr(-,root,root,-)
    74 %_defaultdocdir/%{name}-%{version}/readme.txt
     70%doc readme.txt
     71%_bindir/*.cmd
    7572%_bindir/*.exe
    7673%_bindir/*.EXE
     
    7976
    8077%changelog
     78* Mon Jul 30 2018 hb <herwig.bauernfeind@bitwiseworks.com> 1.1.6-1
     79- add usermod and groupmod commands from Samba
     80
    8181* Wed Jun 13 2018 hb <herwig.bauernfeind@bitwiseworks.com> 1.1.5-1
    8282- disable potentially dangeraous operations in case Samba User Manager is found
Note: See TracChangeset for help on using the changeset viewer.