SPECS: filesystem.spec - added pkgconfig and aclocal

qboosh qboosh at pld-linux.org
Thu May 25 20:40:10 CEST 2006


Author: qboosh                       Date: Thu May 25 18:40:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added pkgconfig and aclocal

---- Files affected:
SPECS:
   filesystem.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.53 SPECS/filesystem.spec:1.54
--- SPECS/filesystem.spec:1.53	Thu May 25 17:26:57 2006
+++ SPECS/filesystem.spec	Thu May 25 20:40:02 2006
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+# TODO: move here from FHS.spec all dirs not covered by FHS, update descs
 Summary:	Common directories
 Summary(pl):	Wspólne katalogi
 Name:		filesystem
@@ -23,8 +24,12 @@
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT/etc/{sysconfig,xdg} \
-	$RPM_BUILD_ROOT/usr/share/{sounds,pixmaps,icons,wm-properties,xsessions,wallpapers,themes/Default}
+	$RPM_BUILD_ROOT/usr/share/{sounds,pixmaps,icons,wm-properties,xsessions,wallpapers,themes/Default,pkgconfig} \
+	$RPM_BUILD_ROOT{%{_aclocaldir},%{_pkgconfigdir}}
 
+%if "%{_lib}" != "lib"
+install -d $RPM_BUILD_ROOT/usr/lib/pkgconfig
+%endif
 
 %clean
 cd $RPM_BUILD_ROOT
@@ -44,8 +49,14 @@
 %defattr(644,root,root,755)
 %dir /etc/sysconfig
 %dir /etc/xdg
+%dir %{_pkgconfigdir}
+%if "%{_lib}" != "lib"
+%dir /usr/lib/pkgconfig
+%endif
+%dir %{_aclocaldir}
 %dir /usr/share/icons
 %dir /usr/share/pixmaps
+%dir /usr/share/pkgconfig
 %dir /usr/share/sounds
 %dir /usr/share/themes
 %dir /usr/share/themes/Default
@@ -59,9 +70,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2006/05/25 18:40:02  qboosh
+- added pkgconfig and aclocal
+
 Revision 1.53  2006/05/25 15:26:57  wolf
 - removed url
 
 Revision 1.52  2006/05/25 15:25:08  wolf
 - filesystem with common directories
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/filesystem.spec?r1=1.53&r2=1.54&f=u



More information about the pld-cvs-commit mailing list