]> git.pld-linux.org Git - packages/urxvt.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Oct 2004 15:30:42 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added shared liburxvt

Changed files:
    urxvt.spec -> 1.12

urxvt.spec

index 62c7d8ebb31e7059a1e860330a6be271161e12ca..c3a1b272732fdd7a81637bc465ade4be3fb7c3e2 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Rxvt terminal with unicode support and some improvements
 Summary(pl):   Terminal Rxvt z obs³ug± unicode i kilkoma usprawnieniami
 Name:          urxvt
 Version:       4.0
-Release:       1
+Release:       2
 Group:         X11/Applications
 License:       GPL
 Source0:       http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2
 # Source0-md5: d2a9505ab50f79e7f65bbdfe675cdd58
 Source1:       %{name}.desktop
+Patch0:                %{name}-libname.patch
 URL:           http://software.schmorp.de
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -32,6 +33,7 @@ URxvt jest modyfikacj
 
 %prep
 %setup -q -n rxvt-unicode-%{version}
+%patch0 -p1
 
 %build
 mv -f autoconf/{configure.in,xpm.m4} .
@@ -42,6 +44,8 @@ mv -f autoconf/{configure.in,xpm.m4} .
 %{__autoconf}
 %{__automake} || :
 %configure \
+       --enable-shared \
+       --disable-static \
        --enable-everything \
        --enable-xgetdefault \
        --enable-mousewheel \
@@ -69,9 +73,13 @@ echo '.so urxvtc.1' >$RPM_BUILD_ROOT%{_mandir}/man1/urxvtd.1
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc doc/menu/* Changes doc/README.*
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/liburxvt.so*
 %{_desktopdir}/urxvt.desktop
 %{_mandir}/man*/*
This page took 0.118155 seconds and 4 git commands to generate.