]> git.pld-linux.org Git - packages/doomsday.git/commitdiff
- cosmetics/unifications
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Oct 2004 09:30:15 +0000 (09:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doomsday.spec -> 1.2

doomsday.spec

index 346d0cea4b221f95f6f8fbbdde011c9a3e90ccca..7af6e3e9895317a3bf8075186e118cc2825648df 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       jDoom, jHeretic and jHexen for Linux
-Summary(pl):   jDoom, jHeretic and jHexen dla Linuksa
+Summary(pl):   jDoom, jHeretic i jHexen dla Linuksa
 Name:          doomsday
 Version:       1.8.3
 Release:       0.1
@@ -7,25 +7,26 @@ License:      GPL v2
 Group:         Applications/Games
 Source0:       http://dl.sourceforge.net/deng/deng-%{version}.tar.gz
 # Source0-md5: b27d03b61487b87bf46bfe789f98ba34
-URL:           http://www.doomsdayhq.com
 Patch0:                %{name}-ncurses.patch
-BuildRequires: autoconf
-BuildRequires: automake
+URL:           http://www.doomsdayhq.com/
 BuildRequires: OpenAL-devel
 BuildRequires: OpenGL-devel
 BuildRequires: SDL-devel >= 1.2.0
 BuildRequires: SDL_mixer-devel
 BuildRequires: SDL_net-devel
+BuildRequires: autoconf
+BuildRequires: automake
+Requires(post):        /sbin/ldconfig
 #ExclusiveArch:        %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _noautoreqdep   libGL.so.1 libGLU.so.1
 
 %description
-jDoom, jHeretic and jHexen for Linux
+jDoom, jHeretic and jHexen for Linux.
 
 %description -l pl
-jDoom, jHeretic and jHexen dla Linuksa
+jDoom, jHeretic i jHexen dla Linuksa.
 
 %prep
 %setup -q -n deng-%{version}
@@ -46,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
@@ -65,6 +66,6 @@ fi
 %defattr(644,root,root,755)
 %doc Doc/*
 %attr(755,root,root) %{_bindir}/doomsday
-%{_libdir}/*.la
 %attr(755,root,root) %{_libdir}/*.so.*.*.*
+%{_libdir}/*.la
 %{_datadir}/deng
This page took 0.052596 seconds and 4 git commands to generate.