SPECS: herrie.spec - fix config file name

arekm arekm at pld-linux.org
Thu Apr 19 11:32:19 CEST 2007


Author: arekm                        Date: Thu Apr 19 09:32:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix config file name

---- Files affected:
SPECS:
   herrie.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/herrie.spec
diff -u SPECS/herrie.spec:1.23 SPECS/herrie.spec:1.24
--- SPECS/herrie.spec:1.23	Thu Apr 19 11:28:41 2007
+++ SPECS/herrie.spec	Thu Apr 19 11:32:14 2007
@@ -22,7 +22,6 @@
 BuildRequires:	ncurses-devel
 BuildRequires:	openssl-devel
 BuildRequires:	pkgconfig
-BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -45,11 +44,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
 
 %{__make} install \
         DESTDIR=$RPM_BUILD_ROOT
 
+mv $RPM_BUILD_ROOT/etc/herrie.conf.sample $RPM_BUILD_ROOT/etc/herrie.conf
+
 %find_lang %{name}
 
 %clean
@@ -57,7 +57,7 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
 %doc COPYING ChangeLog README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/%{name}.1*
@@ -68,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2007/04/19 09:32:14  arekm
+- fix config file name
+
 Revision 1.23  2007/04/19 09:28:41  arekm
 - and no gcc hacks
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/herrie.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list