SPECS: powersave.spec - -devel R: -libs, unified

qboosh qboosh at pld-linux.org
Thu Oct 13 00:41:45 CEST 2005


Author: qboosh                       Date: Wed Oct 12 22:41:45 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -devel R: -libs, unified

---- Files affected:
SPECS:
   powersave.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/powersave.spec
diff -u SPECS/powersave.spec:1.3 SPECS/powersave.spec:1.4
--- SPECS/powersave.spec:1.3	Wed Oct 12 18:09:00 2005
+++ SPECS/powersave.spec	Thu Oct 13 00:41:39 2005
@@ -47,6 +47,7 @@
 Summary:	Header files for powersave library
 Summary(pl):	Pliki nagłówkowe biblioteki powersave
 Group:		Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
 
 %description devel
 This is the package containing header files for powersave
@@ -83,12 +84,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/init.d
+rm -rf $RPM_BUILD_ROOT/etc/init.d
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -110,8 +111,8 @@
 %defattr(644,root,root,755)
 %doc BUGS README
 
-%dir %{_sysconfdir}/sysconfig/powersave
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sysconfig/powersave/*
+%dir /etc/sysconfig/powersave
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/powersave/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/powersave.conf
 
 %dir %{_sysconfdir}/acpi/events.ignore
@@ -132,9 +133,9 @@
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/*.h
+%attr(755,root,root) %{_libdir}/*.so
 %{_libdir}/*.la
-%{_libdir}/*.so
+%{_includedir}/*.h
 
 %files static
 %defattr(644,root,root,755)
@@ -146,6 +147,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/10/12 22:41:39  qboosh
+- -devel R: -libs, unified
+
 Revision 1.3  2005/10/12 16:09:00  freetz
 - more cleanups
 
@@ -154,4 +158,3 @@
 
 Revision 1.1  2005/10/12 15:48:10  freetz
 - initial, work in progress, don't even work yet, saving work
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/powersave.spec?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list