Skip to content

Commit

Permalink
Apply patch from Yura Siamashka and Dominic Hopf to fix build of rpm …
Browse files Browse the repository at this point in the history
…package (thanks).

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2095 ea778897-0a13-0410-b9d1-a72fbfd435f5
  • Loading branch information
eht16 committed Dec 9, 2007
1 parent 0573e49 commit 225e6bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2007-12-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>

* geany.spec.in: Apply patch from Yura Siamashka and Dominic Hopf
to fix build of rpm package (thanks).


2007-12-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>

* src/project.c, src/ui_utils.c, src/win32.c, src/win32.h:
Expand Down
4 changes: 4 additions & 0 deletions geany.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Some features:
%install
%__rm -Rf $RPM_BUILD_ROOT
%makeinstall
%__rm -Rf $RPM_BUILD_ROOT%{_datadir}/icons/
%__rm $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.ico

%clean
%__rm -Rf $RPM_BUILD_ROOT
Expand All @@ -42,8 +44,10 @@ Some features:
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO THANKS
%{_bindir}/%{name}
%{_libdir}/geany/
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/doc/%{name}/
%{_datadir}/man/man1/%{name}.1.gz

0 comments on commit 225e6bc

Please sign in to comment.