]> git.pld-linux.org Git - packages/awesfx.git/commitdiff
- release 3 (in rawhide is 2), awesfx-0_4_3c-3
authorkloczek <kloczek@pld-linux.org>
Fri, 4 Feb 2000 00:16:03 +0000 (00:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- beter separation between main and devel packages,
- removed SONAME symlinks from main,
- run /sbin.ldconfig in %post/%postun,
- changed permission on libraries to 755/root.root.

Changed files:
    awesfx.spec -> 1.6

awesfx.spec

index 6333e57f8cfb256bc10f5154cc0e25279f29e008..9a981e8ae7f471c09f70c7a1aac7c5a3160b0bbd 100644 (file)
@@ -2,14 +2,14 @@ Summary:      Utility programs for the AWE32 sound driver.
 Summary(pl):   Programy pomocnicze dla sterownika SoundBlastera AWE32.
 Name:          awesfx
 Version:       0.4.3c
-Release:       1
+Release:       3
 License:       GPL/distributable
 Group:         Applications/Multimedia
 Group(pl):     Aplikacje/D¼wiêk
 Source:                http://mitglied.tripod.de/iwai/%{name}-%{version}.tgz
 Source2:       http://www.pvv.org/~thammer/localfiles/soundfonts_other/gu11-rom.zip
 Patch:         awesfx-make.patch
-URL:           http://mitglied.tripod.de/iwai/awedrv.html
+URL:           http://mitglied.tripod.de/iwai/awedrv.html#Utils
 ExclusiveArch: %{ix86} alpha
 BuildRequires: XFree86-devel
 BuildRoot:     /tmp/%{name}-%{version}-root
@@ -67,7 +67,10 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_bindir},/bin} \
        $RPM_BUILD_ROOT%{_datadir}/midi/{soundfont,virtualbank}
 
-make DESTDIR=$RPM_BUILD_ROOT _MANDIR=%{_mandir} install install.man
+make install install.man \
+       DESTDIR=$RPM_BUILD_ROOT \
+       _MANDIR=%{_mandir}
+
 mv $RPM_BUILD_ROOT%{_bindir}/sfxload $RPM_BUILD_ROOT/bin/
 mv gu11-rom/GU11-ROM.SF2 $RPM_BUILD_ROOT%{_datadir}/midi/soundfont/gu11-rom.sf2
 mv samples/* $RPM_BUILD_ROOT%{_datadir}/midi/virtualbank
@@ -78,19 +81,22 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
 
 strip --strip-unneeded $RPM_BUILD_ROOT{/bin/*,%{_libdir}/*}
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc docs/*.gz
-%doc gu11-rom/*
-%{_datadir}/midi/*/*
-/usr/lib/*
-%attr(755,root,root)/bin/*
-%attr(755,root,root)%{_bindir}/*
+%doc docs/*.gz gu11-rom/*
+%attr(755,root,root) /bin/*
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%{_datadir}/midi
 %{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/awe
+%attr(755,root,root) %{_libdir}/lib*.so
This page took 0.064015 seconds and 4 git commands to generate.