Author: darekr                       Date: Fri Feb 25 20:30:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Need config file to run it - added :P

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

---- Diffs:

================================================================
Index: SPECS/graburl.spec
diff -u SPECS/graburl.spec:1.1 SPECS/graburl.spec:1.2
--- SPECS/graburl.spec:1.1      Fri Feb 25 21:00:32 2005
+++ SPECS/graburl.spec  Fri Feb 25 21:30:38 2005
@@ -38,15 +38,18 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_bindir}/
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
+
 install -C src/graburl $RPM_BUILD_ROOT%{_bindir}/
+install graburlrc.example $RPM_BUILD_ROOT%{_sysconfdir}/graburlrc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.txt Changes.txt GrabURL.txt graburlrc.example
+%doc README.txt Changes.txt GrabURL.txt
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/graburlrc
 %attr(755,root,root) %{_bindir}/*
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -55,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/02/25 20:30:38  darekr
+- Need config file to run it - added :P
+
 Revision 1.1  2005/02/25 20:00:32  koorek
 - Init
 
================================================================

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


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to