]> git.pld-linux.org Git - packages/urxvt.git/blobdiff - urxvt.spec
- change lib name from librxvt to liburxvt to avoid conflict with rxvt
[packages/urxvt.git] / urxvt.spec
index d4057a2822bc960c19b88753208ffd8058262de5..62c7d8ebb31e7059a1e860330a6be271161e12ca 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       Rxvt terminal with unicode support and some improvements
 Summary(pl):   Terminal Rxvt z obs³ug± unicode i kilkoma usprawnieniami
 Name:          urxvt
-Version:       3.5
-Release:       2
+Version:       4.0
+Release:       1
 Group:         X11/Applications
 License:       GPL
 Source0:       http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-%{version}.tar.bz2
-# Source0-md5: d1b03748868e99f2524a03ea4be718d8
+# Source0-md5: d2a9505ab50f79e7f65bbdfe675cdd58
 Source1:       %{name}.desktop
-Patch0:                %{name}-nodoc.patch
 URL:           http://software.schmorp.de
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -33,7 +32,6 @@ URxvt jest modyfikacj
 
 %prep
 %setup -q -n rxvt-unicode-%{version}
-%patch0 -p1
 
 %build
 mv -f autoconf/{configure.in,xpm.m4} .
@@ -59,15 +57,13 @@ mv -f autoconf/{configure.in,xpm.m4} .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT%{_mandir}/man{1,7}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
-install doc/rxvt.1 $RPM_BUILD_ROOT%{_mandir}/man1/urxvt.1
-install doc/rxvtc.1 $RPM_BUILD_ROOT%{_mandir}/man1/urxvtc.1
 echo '.so urxvtc.1' >$RPM_BUILD_ROOT%{_mandir}/man1/urxvtd.1
 
 %clean
@@ -75,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/menu/* Changes README.unicode doc/README.* doc/FAQ
+%doc doc/menu/* Changes doc/README.*
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/urxvt.desktop
-%{_mandir}/man1/*
+%{_mandir}/man*/*
This page took 0.080823 seconds and 4 git commands to generate.