]> git.pld-linux.org Git - packages/aqsis.git/commitdiff
- Fixed configuration handling and paths
authorbeorn <beorn@pld-linux.org>
Sat, 17 Mar 2007 11:30:19 +0000 (11:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleanup

Changed files:
    aqsis.spec -> 1.17

aqsis.spec

index 92b7acb702fcd779d1851acc00e691b5aa12fc70..d98ce646ef4efb429f5c4480fa947dbeffa7f0df 100644 (file)
@@ -1,8 +1,6 @@
 # TODO:
 # - Check that everything works as expected.
 # - Remove duplications in %files section.
-# - Proper configuration files handling by SPEC.
-# - Fix paths in configuration file.
 Summary:       Aqsis Rendering System
 Summary(pl.UTF-8):     System RenderujÄ…cy Aqsis
 Name:          aqsis
@@ -82,7 +80,7 @@ export CFLAGS='%{rpmcflags}'
        install_prefix=$RPM_BUILD_ROOT%{_prefix} \
        sysconfdir=$RPM_BUILD_ROOT/etc/%{name} \
        install
-#rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.la
+sed -e "s:$RPM_BUILD_ROOT::g" -i $RPM_BUILD_ROOT/etc/%{name}/aqsisrc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -93,7 +91,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ReleaseNotes README
-/etc/%{name}
+%dir /etc/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/%{name}/*
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so*
 %dir %{_libdir}/%{name}
@@ -105,6 +104,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-#%attr(755,root,root) %{_libdir}/lib*.so
-#%{_libdir}/lib*.la
 %{_includedir}/%{name}
This page took 0.052575 seconds and 4 git commands to generate.