/[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.4 - (show annotations) (download)
Sat Dec 22 22:18:29 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.3: +0 -2 lines
Remove Packager/Distribution (added by buildsys)

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

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