SPECS: adplug.spec - pl, many cleanups/fixes

qboosh qboosh at pld-linux.org
Sat Jun 11 22:53:28 CEST 2005


Author: qboosh                       Date: Sat Jun 11 20:53:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, many cleanups/fixes

---- Files affected:
SPECS:
   adplug.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/adplug.spec
diff -u SPECS/adplug.spec:1.1 SPECS/adplug.spec:1.2
--- SPECS/adplug.spec:1.1	Sat Jun 11 16:36:54 2005
+++ SPECS/adplug.spec	Sat Jun 11 22:53:22 2005
@@ -1,9 +1,10 @@
 # $Revision$, $Date$
 #
 # 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
@@ -18,32 +19,42 @@
 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
@@ -61,21 +72,26 @@
 %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
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -83,6 +99,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/06/11 20:53:22  qboosh
+- pl, many cleanups/fixes
+
 Revision 1.1  2005/06/11 14:36:54  koorek
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adplug.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list