]> git.pld-linux.org Git - packages/xorg-lib-libdmx.git/blobdiff - xorg-lib-libdmx.spec
- 1.0.1 (X11R7.0 release)
[packages/xorg-lib-libdmx.git] / xorg-lib-libdmx.spec
index 674ed5699b17bff9dfc6b5cd741daf48d29d9b7a..c6b83fe08fc9bb7df915252eeff7b1a6fcbff33d 100644 (file)
@@ -1,26 +1,21 @@
-# $Rev: 3328 $, $Date: 2005-08-27 17:42:48 $
-#
 Summary:       dmx library
 Summary(pl):   Biblioteka dmx
 Name:          xorg-lib-libdmx
-Version:       0.99.0
-Release:       0.02
+Version:       1.0.1
+Release:       0.1
 License:       MIT
 Group:         X11/Libraries
-Source0:       http://xorg.freedesktop.org/X11R7.0-RC0/lib/libdmx-%{version}.tar.bz2
-# Source0-md5: 0a7bf1090d92fa4c3e27639115cbe2bc
+Source0:       http://xorg.freedesktop.org/releases/X11R7.0/src/lib/libdmx-%{version}.tar.bz2
+# Source0-md5: 76275f8b6ec8f75509ef7d39c14e1dbc
 URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
 BuildRequires: automake
-BuildRequires: xorg-proto-dmxproto-devel
-BuildRequires: xorg-lib-libXext-devel
 BuildRequires: libtool
-BuildRequires: pkgconfig >= 0.19
-BuildRequires: xorg-util-util-macros
-BuildRoot:     %{tmpdir}/libdmx-%{version}-root-%(id -u -n)
-
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-proto-dmxproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 dmx library.
@@ -28,20 +23,19 @@ dmx library.
 %description -l pl
 Biblioteka dmx.
 
-
 %package devel
-Summary:       Header files libdmx development
-Summary(pl):   Pliki nag³ówkowe do biblioteki libdmx
+Summary:       Header files for libdmx library
+Summary(pl):   Pliki nag³ówkowe biblioteki libdmx
 Group:         X11/Development/Libraries
-Requires:      xorg-lib-libdmx = %{version}-%{release}
-Requires:      xorg-proto-dmxproto-devel
+Requires:      %{name} = %{version}-%{release}
 Requires:      xorg-lib-libXext-devel
+Requires:      xorg-proto-dmxproto-devel
 
 %description devel
 dmx library.
 
 This package contains the header files needed to develop programs that
-use these libdmx.
+use libdmx.
 
 %description devel -l pl
 Biblioteka dmx.
@@ -49,12 +43,11 @@ Biblioteka dmx.
 Pakiet zawiera pliki nag³ówkowe niezbêdne do kompilowania programów
 u¿ywaj±cych biblioteki libdmx.
 
-
 %package static
-Summary:       Static libdmx libraries
-Summary(pl):   Biblioteki statyczne libdmx
-Group:         Development/Libraries
-Requires:      xorg-lib-libdmx-devel = %{version}-%{release}
+Summary:       Static libdmx library
+Summary(pl):   Biblioteka statyczna libdmx
+Group:         X11/Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 dmx library.
@@ -64,13 +57,11 @@ This package contains the static libdmx library.
 %description static -l pl
 Biblioteka dmx.
 
-Pakiet zawiera statyczn± biblioteke libdmx.
-
+Pakiet zawiera statyczn± bibliotekê libdmx.
 
 %prep
 %setup -q -n libdmx-%{version}
 
-
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -81,7 +72,6 @@ Pakiet zawiera statyczn
 
 %{__make}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -89,28 +79,23 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        pkgconfigdir=%{_pkgconfigdir}
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
-%attr(755,root,wheel) %{_libdir}/libdmx.so.*
-
+%doc COPYING ChangeLog
+%attr(755,root,root) %{_libdir}/libdmx.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libdmx.so
 %{_libdir}/libdmx.la
-%attr(755,root,wheel) %{_libdir}/libdmx.so
 %{_pkgconfigdir}/dmx.pc
-%{_mandir}/man3/*.3*
-
+%{_mandir}/man3/*.3x*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.082087 seconds and 4 git commands to generate.