/[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.6 - (show annotations) (download)
Tue Feb 26 01:05:31 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
FILE REMOVED
Remove version from spec

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 BuildRequires: e-smith-devtools
16 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

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