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