/[smecontribs]/rpms/scuttle/contribs7/scuttle-0.7.2.spec
ViewVC logotype

Contents of /rpms/scuttle/contribs7/scuttle-0.7.2.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Dec 22 21:26:48 2007 UTC (16 years, 5 months ago) by slords
Branch: MAIN
Import on branch contribs7 of package scuttle-0.7.2-1.src.rpm

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed