]> git.pld-linux.org Git - packages/Affiche.git/blame - Affiche.spec
- rel 5
[packages/Affiche.git] / Affiche.spec
CommitLineData
aa45d219 1Summary: Application allowing to "stick little notes" on desktop
bb762bbe 2Summary(pl.UTF-8): Aplikacja pozwalająca przyklejać małe notatki na pulpicie
aa45d219 3Name: Affiche
dfe9edf7 4Version: 0.6.0
fd6a6ab7 5Release: 5
aa45d219
JB
6License: GPL
7Group: X11/Applications
dfe9edf7
JB
8Source0: http://www.collaboration-world.com/affiche.data/releases/Stable/%{name}-%{version}.tar.gz
9# Source0-md5: 6c7ad52544579594b20ca7c86954042e
554071d1 10URL: http://www.collaboration-world.com/affiche/
aa45d219
JB
11BuildRequires: gnustep-gui-devel
12Requires: gnustep-gui
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
aa45d219
JB
15%description
16Affiche is a little application that allows people to 'stick little
17notes' on your desktop.
18
896f964e
JR
19%description -l pl.UTF-8
20Affiche to mała aplikacja pozwalająca użytkownikom przyklejać małe
aa45d219
JB
21notatki na pulpicie.
22
23%prep
24%setup -q -n %{name}
25
26%build
fd6a6ab7
JR
27export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
28export GNUSTEP_FLATTENED=yes
aa45d219
JB
29%{__make} \
30 OPTFLAG="%{rpmcflags}" \
31 messages=yes
32
33%install
34rm -rf $RPM_BUILD_ROOT
fd6a6ab7
JR
35export GNUSTEP_MAKEFILES=%{_datadir}/GNUstep/Makefiles
36export GNUSTEP_FLATTENED=yes
aa45d219
JB
37
38%{__make} install \
fd6a6ab7
JR
39 GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
40 DESTDIR=$RPM_BUILD_ROOT
41
42for f in Affiche ; do
43 ln -sf %{_libdir}/GNUstep/Applications/$f.app/$f $RPM_BUILD_ROOT/%{_bindir}/$f
44done
aa45d219
JB
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc ChangeLog README TODO
fd6a6ab7
JR
52%attr(755,root,root) %{_bindir}/*
53%dir %{_libdir}/GNUstep/Applications/Affiche.app
54%attr(755,root,root) %{_libdir}/GNUstep/Applications/Affiche.app/Affiche
55%dir %{_libdir}/GNUstep/Applications/Affiche.app/Resources
56%{_libdir}/GNUstep/Applications/Affiche.app/Resources/*.desktop
57%{_libdir}/GNUstep/Applications/Affiche.app/Resources/*.plist
58%{_libdir}/GNUstep/Applications/Affiche.app/Resources/*.tiff
59%{_libdir}/GNUstep/Applications/Affiche.app/Resources/English.lproj
60%lang(fr) %{_libdir}/GNUstep/Applications/Affiche.app/Resources/French.lproj
61%lang(de) %{_libdir}/GNUstep/Applications/Affiche.app/Resources/German.lproj
e5fab4ef 62# ISO-639-2 (not in 639-1)
fd6a6ab7
JR
63%lang(art-lojban) %{_libdir}/GNUstep/Applications/Affiche.app/Resources/Lojban.lproj
64%lang(es) %{_libdir}/GNUstep/Applications/Affiche.app/Resources/Spanish.lproj
65%lang(sv) %{_libdir}/GNUstep/Applications/Affiche.app/Resources/Swedish.lproj
This page took 0.071643 seconds and 4 git commands to generate.