]> git.pld-linux.org Git - packages/Affiche.git/blob - Affiche.spec
371e9d47a83337af3ca4a2ecfd9b3d026d945ebf
[packages/Affiche.git] / Affiche.spec
1 Summary:        Application allowing to "stick little notes" on desktop
2 Summary(pl):    Aplikacja pozwalaj±ca przyklejaæ ma³e notatki na pulpicie
3 Name:           Affiche
4 Version:        0.3.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        ftp://ftp.gnustep.org/pub/gnustep/usr-apps/%{name}-%{version}.tar.gz
9 # Source0-md5:  5052e59981e7f1df3e8e6d995f74110c
10 BuildRequires:  gnustep-extensions-devel
11 BuildRequires:  gnustep-gui-devel
12 Requires:       gnustep-gui
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/lib/GNUstep
16
17 %define         libcombo        gnu-gnu-gnu
18 %define         gsos            linux-gnu
19 %ifarch %{ix86}
20 %define         gscpu           ix86
21 %else
22 # also s/alpha.*/alpha/, but we use only "alpha" arch for now
23 %define         gscpu           %{_target_cpu}
24 %endif
25
26 %description
27 Affiche is a little application that allows people to 'stick little
28 notes' on your desktop.
29
30 %description -l pl
31 Affiche to ma³a aplikacja pozwalaj±ca u¿ytkownikom przyklejaæ ma³e
32 notatki na pulpicie.
33
34 %prep
35 %setup -q -n %{name}
36
37 %build
38 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
39 %{__make} \
40         OPTFLAG="%{rpmcflags}" \
41         messages=yes
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
46
47 %{__make} install \
48         GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc ChangeLog README TODO
56 %dir %{_prefix}/System/Applications/Affiche.app
57 %attr(755,root,root) %{_prefix}/System/Applications/Affiche.app/Affiche
58 %dir %{_prefix}/System/Applications/Affiche.app/Resources
59 %{_prefix}/System/Applications/Affiche.app/Resources/*.desktop
60 %{_prefix}/System/Applications/Affiche.app/Resources/*.plist
61 %{_prefix}/System/Applications/Affiche.app/Resources/*.tiff
62 %{_prefix}/System/Applications/Affiche.app/Resources/English.lproj
63 %dir %{_prefix}/System/Applications/Affiche.app/%{gscpu}
64 %dir %{_prefix}/System/Applications/Affiche.app/%{gscpu}/%{gsos}
65 %dir %{_prefix}/System/Applications/Affiche.app/%{gscpu}/%{gsos}/%{libcombo}
66 %attr(755,root,root) %{_prefix}/System/Applications/Affiche.app/%{gscpu}/%{gsos}/%{libcombo}/Affiche
67 %{_prefix}/System/Applications/Affiche.app/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
This page took 0.060081 seconds and 2 git commands to generate.