]> git.pld-linux.org Git - packages/xkeycaps.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 May 2001 01:14:07 +0000 (01:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xkeycaps.spec -> 1.25

xkeycaps.spec

index 8f462d6767c8554ff23202b68d75a80bfd833bce..65baec2f8acad446176a6a132e8b5474ae06e886 100644 (file)
@@ -5,9 +5,10 @@ Version:       2.46
 Release:       1
 License:       BSD
 Group:         X11/Applications
+Group(de):     X11/Applikationen
 Group(pl):     X11/Aplikacje
 Source0:       http://www.jwz.org/xkeycaps/%{name}-%{version}.tar.Z
-Source1:       xkeycaps.desktop
+Source1:       %{name}.desktop
 URL:           http://www.jwz.org/xkeycaps/
 BuildRequires: XFree86-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,8 +40,8 @@ xmodmapa.
 
 %build
 xmkmf -a
-%{__make}      DEFAULT_KBD_NAME="L101" \
-       CDEBUGFLAGS="$RPM_OPT_FLAGS"
+%{__make} DEFAULT_KBD_NAME="L101" \
+       CDEBUGFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -53,10 +54,7 @@ install -d $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
-strip $RPM_BUILD_ROOT%{_bindir}/*
-
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
-       README defining.txt
+gzip -9nf README defining.txt
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.061632 seconds and 4 git commands to generate.