mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Fix rpm spec file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3802 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9f379e7fb7
commit
e4c5824bb5
@ -1,3 +1,7 @@
|
||||
2001-03-19 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* rpm/gnucash.spec.in: add finance-quote-helper as executable
|
||||
|
||||
2001-03-19 Derek Atkins <warlord@MIT.EDU>
|
||||
|
||||
* src/engine/rpc/*: Gnucash RPC Subsystem (Backend and Server).
|
||||
|
@ -40,12 +40,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(444,root,root,755)
|
||||
%attr(555,-,-) /usr/bin/gnucash
|
||||
%attr(555,-,-) /usr/bin/gnc-prices
|
||||
%attr(555,-,-) /usr/share/gnucash/finance-quote-helper
|
||||
/usr/info/*
|
||||
/usr/lib/libgncengine.*
|
||||
/usr/share/gnucash
|
||||
/usr/share/gnucash/accounts
|
||||
/usr/share/gnucash/doc
|
||||
/usr/share/gnucash/html
|
||||
/usr/share/gnucash/scm
|
||||
/usr/share/gnome/help/gnucash
|
||||
/usr/share/gnome/apps/Applications/gnucash.desktop
|
||||
/usr/share/locale/*/LC_MESSAGES/gnucash.*mo
|
||||
/usr/share/pixmaps/gnucash
|
||||
/usr/man/*
|
||||
%config /etc/gnucash
|
||||
%doc AUTHORS COPYING ChangeLog HACKING NEWS README
|
||||
|
Loading…
Reference in New Issue
Block a user