diff --git a/ChangeLog b/ChangeLog index 26f1349aa8..56e07915bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-03 Ville Pätsi + + * gimp.spec.in: Moved some essential config files from the + devel package to the main one. Oops. + 2003-09-03 Michael Natterer * app/core/gimpimage-mask.[ch]: removed the _translate() diff --git a/gimp.spec.in b/gimp.spec.in index aa77293976..67670b4abe 100644 --- a/gimp.spec.in +++ b/gimp.spec.in @@ -137,6 +137,9 @@ cat gimp-plugin-files gimp-tips-files > gimp.files %{sysconfdir}/gimp/%{subver}/gtkrc_user %{sysconfdir}/gimp/%{subver}/unitrc %{sysconfdir}/gimp/%{subver}/ps-menurc +%{sysconfdir}/gimp/%{subver}/gimprc +%{sysconfdir}/gimp/%{subver}/sessionrc +%{sysconfdir}/gimp/%{subver}/templaterc %defattr (0555, bin, bin) @@ -166,14 +169,14 @@ cat gimp-plugin-files gimp-tips-files > gimp.files %{prefix}/share/locale/ -%{prefix}/share/man/man1/* -%{prefix}/share/man/man5/* - %{prefix}/bin/gimp-1.3 %{prefix}/bin/gimp-remote-1.3 %defattr (0444, bin, man) +%{prefix}/share/man/man1/* +%{prefix}/share/man/man5/* + %files devel %defattr (0555, bin, bin, 0555) %{prefix}/bin/gimptool-1.3 @@ -185,9 +188,6 @@ cat gimp-plugin-files gimp-tips-files > gimp.files %defattr (0444, root, root, 0555) #new stuff 1.3 -/etc/gimp/%{subver}/gimprc -/etc/gimp/%{subver}/sessionrc -/etc/gimp/%{subver}/templaterc %{prefix}/lib/pkgconfig/gimp-1.3.pc %{prefix}/lib/pkgconfig/gimpui-1.3.pc @@ -225,6 +225,9 @@ cat gimp-plugin-files gimp-tips-files > gimp.files %{prefix}/share/gtk-doc/html/libgimpwidgets %changelog +* Wed Sep 03 2003 Ville PÄtsi +- Move /etc/gimp/* from the devel package to the main one. + * Tue Aug 12 2003 Ville Pätsi - Remove stripping by defining DONT_STRIP=1 in the install stage - Disable building of separate debug packages