]> git.pld-linux.org Git - packages/compupic.git/blob - compupic.spec
- missing dot in en description
[packages/compupic.git] / compupic.spec
1 Summary:        A commercial picture browsing tool.
2 Summary(pl):    Komercyjna aplikacja do przegl±dania obrazków
3 Name:           compupic
4 Version:        5.1.1063
5 Release:        2
6 License:        Proprietary (Free for non-business use. Busines use requires registration.)
7 Vendor:         Photodex Corporation
8 Group:          X11/Applications/Multimedia
9 Source0:        http://www.photodex.com/files.system/linux/%{name}-%{version}-i386-Linux.tar.gz 
10 # NoSource0-md5: 7c4c1f042cfef63055de960933d7a19c
11 NoSource:       0
12 Source1:        %{name}.desktop
13 URL:            http://www.photodex.com/products/compupic/index.html
14 BuildRequires:  coreutils
15 ExclusiveArch:  %{ix86}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The fastest, easiest to use software for browsing and viewing pictures. 
20 CompuPic gives you unmatched performance paired with a full set of 
21 features for editing, sharing, and using your digital content.
22
23 %description -l pl
24 Najszybsze i naj³atwiejsze w u¿yciu narzêdzie do przegl±dania i podgl±du
25 obrazków. CompuPic daje nieporównywaln± wydajno¶æ po³±czon± z pe³n± gam±
26 mo¿liwo¶ci edycji, udostêpniania oraz u¿ywania cyfrowych zasobów.
27
28 %prep
29 %setup -q -n compupic-5.1.1063-i386-Linux
30 > install.sh
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/compupic,%{_pixmapsdir},%{_desktopdir}}
35
36 tar xf compupic.tar -C $RPM_BUILD_ROOT%{_datadir}/compupic
37 mv -f $RPM_BUILD_ROOT%{_datadir}/compupic/compupic.1 $RPM_BUILD_ROOT%{_mandir}/man1/
38 mv $RPM_BUILD_ROOT%{_datadir}/compupic/*.xpm    $RPM_BUILD_ROOT%{_pixmapsdir}/
39 mv $RPM_BUILD_ROOT%{_datadir}/compupic/LICENSE ./
40 mv $RPM_BUILD_ROOT%{_datadir}/compupic/README ./
41 cd $RPM_BUILD_ROOT%{_datadir}/compupic
42 perl -pi -e 's/libn/FOOB/g' compupic
43 perl -pi -e 's/nss/FOO/g' compupic
44 ln compupic ../../bin/compupic
45 cd -
46
47 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README LICENSE
55 %attr(755,root,root) %{_bindir}/compupic
56 %doc %{_datadir}/compupic/english
57 %doc %{_datadir}/compupic/web
58 %{_mandir}/man1/compupic*
59 %attr(755,root,root) %{_datadir}/compupic/compupic
60 %{_datadir}/compupic/cpicoeme.bmp
61 %{_datadir}/compupic/defscr
62 %{_datadir}/compupic/docscr
63 %{_datadir}/compupic/order.txt
64 %{_pixmapsdir}/cpicicon-*.xpm
65 %{_desktopdir}/compupic.desktop
This page took 0.151707 seconds and 4 git commands to generate.