]> git.pld-linux.org Git - packages/gnumeric.git/blame - gnumeric.spec
- fixed typo s/gule/guile/,
[packages/gnumeric.git] / gnumeric.spec
CommitLineData
03a201fb 1Summary: The GNOME spreadsheet
2Name: gnumeric
43abc1c0 3Version: 0.6
4Release: 1
03a201fb 5Copyright: GPL
6Group: Applications/Spreadsheets
7Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}-%{version}.tar.gz
8URL: http://www.gnome.org/gnumeric
51e4277d 9Requires: gtk+ = 1.1.12, glib = 1.1.12, guile = 1.3
43abc1c0 10Requires: gnome-libs = 0.99.2, ORBit = 0.3.91
03a201fb 11BuildRoot: /tmp/%{name}-%{version}-root
12
13%description
14GNOME based spreadsheet.
15
16%prep
17%setup -q
18
19%build
43abc1c0 20CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
21./configure \
51e4277d 22 --prefix=/usr/X11R6
03a201fb 23make
24
25%install
26rm -rf $RPM_BUILD_ROOT
27install -d $RPM_BUILD_ROOT/usr/X11R6/share/apps/Productivity
28
29make prefix=$RPM_BUILD_ROOT/usr/X11R6 install
30
31install gnumeric.desktop $RPM_BUILD_ROOT/usr/X11R6/share/apps/Productivity
32
43abc1c0 33strip --strip-debug $RPM_BUILD_ROOT/usr/X11R6/lib/gnumeric/plugins/lib*so.*.*
03a201fb 34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644, root, root, 755)
40%doc AUTHORS ChangeLog NEWS README TODO
41%attr(755, root, root) /usr/X11R6/bin/*
51e4277d 42%dir /usr/X11R6/lib/gnumeric
43%dir /usr/X11R6/lib/gnumeric/plugins
44%attr(755, root, root) /usr/X11R6/lib/gnumeric/plugins/lib*.so*
45/usr/X11R6/lib/gnumeric/plugins/lib*.la
43abc1c0 46/usr/X11R6/share/apps/Applications/*
03a201fb 47/usr/X11R6/share/apps/Productivity/*
48/usr/X11R6/share/gnumeric
43abc1c0 49/usr/X11R6/share/mime-info/*
50/usr/X11R6/share/pixmaps/*
03a201fb 51
43abc1c0 52%lang(cs) /usr/X11R6/share/locale/cs/LC_MESSAGES/gnumeric.mo
53%lang(de) /usr/X11R6/share/locale/de/LC_MESSAGES/gnumeric.mo
54%lang(es) /usr/X11R6/share/locale/es/LC_MESSAGES/gnumeric.mo
55%lang(es_DO) /usr/X11R6/share/locale/es_DO/LC_MESSAGES/gnumeric.mo
56%lang(es_GT) /usr/X11R6/share/locale/es_GT/LC_MESSAGES/gnumeric.mo
57%lang(es_HN) /usr/X11R6/share/locale/es_HN/LC_MESSAGES/gnumeric.mo
58%lang(es_MX) /usr/X11R6/share/locale/es_MX/LC_MESSAGES/gnumeric.mo
59%lang(es_PA) /usr/X11R6/share/locale/es_PA/LC_MESSAGES/gnumeric.mo
60%lang(es_PE) /usr/X11R6/share/locale/es_PE/LC_MESSAGES/gnumeric.mo
61%lang(es_SV) /usr/X11R6/share/locale/es_SV/LC_MESSAGES/gnumeric.mo
62%lang(fr) /usr/X11R6/share/locale/fr/LC_MESSAGES/gnumeric.mo
63%lang(hu) /usr/X11R6/share/locale/hu/LC_MESSAGES/gnumeric.mo
64%lang(it) /usr/X11R6/share/locale/it/LC_MESSAGES/gnumeric.mo
65%lang(ja) /usr/X11R6/share/locale/ja/LC_MESSAGES/gnumeric.mo
66%lang(ko) /usr/X11R6/share/locale/ko/LC_MESSAGES/gnumeric.mo
67%lang(no) /usr/X11R6/share/locale/no/LC_MESSAGES/gnumeric.mo
68%lang(no_NO) /usr/X11R6/share/locale/no_NO/LC_MESSAGES/gnumeric.mo
69%lang(pt) /usr/X11R6/share/locale/pt/LC_MESSAGES/gnumeric.mo
03a201fb 70
71%changelog
43abc1c0 72