1 |
slords |
1.1 |
Summary: Social Bookmarks, scuttle installed in /opt/scuttle |
2 |
|
|
%define name scuttle |
3 |
|
|
Name: %{name} |
4 |
|
|
%define version 0.7.2 |
5 |
|
|
%define release 1 |
6 |
|
|
Version: %{version} |
7 |
slords |
1.3 |
Release: %{release}%{?dist} |
8 |
slords |
1.2 |
License: GPL |
9 |
slords |
1.1 |
URL: http://www.dungog.net/sme |
10 |
|
|
Group: SMEserver/addon |
11 |
|
|
Source: %{name}-%{version}.tar.gz |
12 |
|
|
BuildArchitectures: noarch |
13 |
|
|
BuildRoot: /var/tmp/%{name}-%{version} |
14 |
|
|
Requires: e-smith-release >= 7.0 |
15 |
slords |
1.5 |
BuildRequires: e-smith-devtools |
16 |
slords |
1.1 |
AutoReqProv: no |
17 |
|
|
|
18 |
|
|
%description |
19 |
|
|
scuttle.org/wiki |
20 |
|
|
Scuttle is a web-based social bookmarks manager that enables you to: |
21 |
|
|
*Store all your favourite links in one place, accessible from anywhere. |
22 |
|
|
*Share your bookmarks with everyone, with friends or just keep them private. |
23 |
|
|
*Tag your bookmarks with as many labels, instead of wrestling with folders. |
24 |
|
|
|
25 |
|
|
|
26 |
|
|
%changelog |
27 |
|
|
* Tue Nov 28 2006 Stephen Noble <support@dungog.net> |
28 |
|
|
- initial release |
29 |
|
|
- [0.7.2-1] |
30 |
|
|
|
31 |
|
|
%prep |
32 |
|
|
%setup |
33 |
|
|
|
34 |
|
|
%build |
35 |
|
|
#touch root/opt/scuttle/settings.php |
36 |
|
|
|
37 |
|
|
%install |
38 |
|
|
rm -rf $RPM_BUILD_ROOT |
39 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
40 |
|
|
rm -f %{name}-%{version}-filelist |
41 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
42 |
|
|
--dir '/opt/scuttle/cache' 'attr(777,www,www)' \ |
43 |
|
|
> %{name}-%{version}-filelist |
44 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
45 |
|
|
|
46 |
|
|
%clean |
47 |
|
|
cd .. |
48 |
|
|
rm -rf %{name}-%{version} |
49 |
|
|
|
50 |
|
|
%pre |
51 |
|
|
|
52 |
|
|
%preun |
53 |
|
|
%post |
54 |
|
|
%postun |
55 |
|
|
|
56 |
|
|
%files -f %{name}-%{version}-filelist |
57 |
|
|
%defattr(-,root,root) |
58 |
|
|
|