SPECS: wicked.spec - unified, do not assume compressed manuals

glen glen at pld-linux.org
Sun Sep 14 23:39:13 CEST 2008


Author: glen                         Date: Sun Sep 14 21:39:13 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unified, do not assume compressed manuals

---- Files affected:
SPECS:
   wicked.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/wicked.spec
diff -u SPECS/wicked.spec:1.1 SPECS/wicked.spec:1.2
--- SPECS/wicked.spec:1.1	Sun Sep 14 00:52:35 2008
+++ SPECS/wicked.spec	Sun Sep 14 23:39:07 2008
@@ -4,10 +4,10 @@
 Version:	20080914
 Release:	0.1
 License:	GPL v2
+Group:		X11/Window Managers
 ## git clone git://git.glacicle.com/awesome/wicked.git
 Source0:	%{name}-%{version}.tar.bz2
 # Source0-md5:	6767c4570adf4993a388a1055af85227
-Group:		X11/Window Managers
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,15 +17,14 @@
 
 %prep
 %setup -q -n %{name}
-
-%build
+%{__gzip} -d wicked.7.gz
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib
 install -d $RPM_BUILD_ROOT%{_mandir}/man7
 install wicked.lua $RPM_BUILD_ROOT%{_datadir}/awesome/lib
-install wicked.7.gz $RPM_BUILD_ROOT%{_mandir}/man7
+install wicked.7 $RPM_BUILD_ROOT%{_mandir}/man7
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -33,16 +32,18 @@
 %files
 %defattr(644,root,root,755)
 %dir %{_mandir}/man7
+# XXX parent dir deps missing
 %{_datadir}/awesome/lib/wicked.lua
 %{_mandir}/man7/wicked.7*
 
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/09/14 21:39:07  glen
+- unified, do not assume compressed manuals
+
 Revision 1.1  2008/09/13 22:52:35  uzsolt
 - initial (from git snapshot)
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wicked.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list