]> git.pld-linux.org Git - SPECS.git/blob - velocity.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / velocity.spec
1 # TODO:
2 # - .desktop patch with pl desc
3 # - update BR with libraries versions and check BRs
4 # - maybe better DESTDIR.patch (it's dirty)
5 # - files section correction for right premissions
6 Summary:        File manager for GNOME 2 platform
7 Summary(pl.UTF-8):      Zarządca plików dla platformy GNOME 2
8 Name:           velocity
9 Version:        0.1
10 Release:        0.beta.1
11 License:        GPL
12 Group:          X11/Applications
13 Source0:        http://www.ckatechnologies.com/velocity/%{name}-%{version}beta.tar.bz2
14 # Source0-md5:  4c7b90a40337e53d00ffc58560bc0ef7
15 Patch0:         %{name}-DESTDIR.patch
16 URL:            http://velocity.sourceforge.net/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gnome-desktop-devel
20 BuildRequires:  gnome-vfs2-devel
21 BuildRequires:  gtk+2-devel
22 BuildRequires:  intltool
23 BuildRequires:  libart_lgpl-devel
24 BuildRequires:  libbonoboui-devel
25 BuildRequires:  libgnomeui-devel
26 BuildRequires:  librsvg-devel
27 BuildRequires:  libtool
28 BuildRequires:  libxml2-devel
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Velocity integrates access to files, applications, media,
33 Internet-based resources and the Web. Velocity delivers a dynamic and
34 rich user experience. Velocity is a free software project developed
35 under the GNU General Public License and will be a core component of
36 the GNOME desktop project.
37
38 %description -l pl.UTF-8
39 Velocity integruje dostęp do plików, aplikacji, mediów, zasobów
40 Internetowych oraz sieć Web. Velocity dostarcza dynamicznych
41 i bogatych doświadczeń użytkownika. Velocity jest projektem Wolnego
42 Oprogramowania rozwijanym na warunkach Powszechnej Licencji Publicznej
43 GNU (General Public Licence) i będzie podstawowym komponentem pulpitu
44 GNOME.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49
50 %build
51 glib-gettextize --copy --force
52 %{__libtoolize}
53 intltoolize --copy --force
54 %{__aclocal} -I macros/
55 %{__autoheader}
56 %{__automake}
57 %{__autoconf}
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 install -d $RPM_BUILD_ROOT%{_desktopdir}
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc ChangeLog README
74 %attr(755,root,root) %{_bindir}/*
75 %dir %{_datadir}/%{name}
76 %attr(755,root,root) %{_datadir}/%{name}/plugins
77 %attr(755,root,root) %{_datadir}/%{name}/scripts
78 %attr(755,root,root) %{_datadir}/%{name}/templates
79 %dir %{_pixmapsdir}/%{name}
80 %{_pixmapsdir}/%{name}/*
81 %{_desktopdir}/*.desktop
This page took 0.184326 seconds and 3 git commands to generate.