]> git.pld-linux.org Git - packages/adplug.git/commitdiff
- pl, many cleanups/fixes
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 11 Jun 2005 20:53:22 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adplug.spec -> 1.2

adplug.spec

index b19774c1bb43ee388126fb2c171dc95dbea5318a..cbac618358892d8b9ce95579b10fdc8851b7b269 100644 (file)
@@ -1,8 +1,9 @@
 #
 # TODO:
-# - proper Group
+# - why libbinio-static?
 #
 Summary:       AdLib sound player library
+Summary(pl):   Biblioteka odtwarzacza d¼wiêku AdLib
 Name:          adplug
 Version:       1.5
 Release:       1
@@ -17,32 +18,42 @@ Requires:   libbinio >= 1.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-AdPlug is a free, multi-platform, hardware independent AdLib sound player
-library, mainly written in C++. AdPlug plays sound data, originally created
-for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
-real hardware. No OPL2 chip is required for playback.
+AdPlug is a free, multi-platform, hardware independent AdLib sound
+player library, mainly written in C++. AdPlug plays sound data,
+originally created for the AdLib (OPL2) audio board, on top of an OPL2
+emulator or by using the real hardware. No OPL2 chip is required for
+playback.
+
+%description -l pl
+AdPlug to wolnodostêpna, wieloplatformowa, niezale¿na od sprzêtu
+biblioteka odtwarzacza d¼wiêku AdLib, napisana g³ównie w C++. AdPlug
+odtwarza dane d¼wiêkowe stworzone pierwotnie dla karty d¼wiêkowej
+AdLib (OPL2) przy u¿yciu emulatora OPL2 lub prawdziwego sprzêtu. Do
+odtwarzania nie jest wymagany uk³ad OPL2.
 
 %package devel
-Summary:       Development libraries and header files for termcap library
+Summary:       Header files for AdPlug library
+Summary(pl):   Pliki nag³ówkowe biblioteki AdPlug.
 Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
-This is the package containing the development libaries and header
-files for adplug.
+This is the package containing the header files for AdPlug library.
 
-%description -l pl
-Ten apkiet zawiera biblioteki deweloperskie i pliki nag³ówkowe dla adplug.
+%description devel -l pl
+Ten pakiet zawiera pliki nag³ówkowe biblioteki AdPlug.
 
 %package static
-Summary:       Static adplug library
+Summary:       Static AdPlug library
+Summary(pl):   Statyczna biblioteka AdPlug
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}
 
 %description static
-Static adplug library.
+Static AdPlug library.
 
-%description -l pl
-Statyczna biblioteka dla adplug.
+%description static -l pl
+Statyczna biblioteka AdPlug.
 
 %prep
 %setup -q
@@ -60,18 +71,23 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/*.so*
-%{_infodir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%{_infodir}/*.info*
 %{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/%{name}/*.h
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/%{name}
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/lib*.a
This page took 0.051329 seconds and 4 git commands to generate.