Add storydate.
[matthijs/upstream/blosxom-plugins.git] / blosxom-plugins-medium.spec
1
2 Name: blosxom-plugins-medium
3 Summary: Plugins for blosxom, the lightweight blogging application
4 Version: 2.0.0
5 Release: 1
6 Source0: http://downloads.sourceforge.net/blosxom/%{name}-%{version}.tar.gz
7 License: MIT/GPL/Perl
8 URL: http://blosxom.sourceforge.net
9 Group: Applications/Internet
10 Prefix: /usr/share/blosxom/plugins
11 BuildRoot: %{_tmppath}/%{name}-%{version}
12 BuildArch: noarch
13 Conflicts: blosxom-plugins-large
14
15 %description
16 This package contains a set of plugins for blosxom, the lightweight
17 blogging application.
18
19 %prep
20 %setup 
21
22 %build
23
24 %install
25 [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
26
27 mkdir -p %{buildroot}/usr/share/blosxom/plugins
28
29 install -m0644 * %{buildroot}/usr/share/blosxom/plugins
30
31 rm -f %{buildroot}/usr/share/blosxom/plugins/*README
32 rm -f %{buildroot}/usr/share/blosxom/plugins/*LICEN?E
33 rm -f %{buildroot}/usr/share/blosxom/plugins/*.spec
34
35 #install activate_blosxom_ipc %{buildroot}/usr/share/blosxom/plugins
36
37 %post
38 #/usr/share/blosxom/plugins/activate_blosxom_ipc
39
40 %clean
41 [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
42
43 %files
44 %defattr(-,root,root)
45 /usr/share/blosxom/plugins/*
46 %doc README
47 %doc *.README
48 #%doc *.LICENCE 
49
50 %changelog
51 * Tue Sep 18 2007 Gavin Carr <gavin@openfusion.com.au> 2.0.0-1
52 - Rename to blosxom-plugins-medium.
53 - Move content to /usr/share/blosxom/plugins.
54
55 * Fri Aug 24 2007 Gavin Carr <gavin@openfusion.com.au> 2.0.0-0
56 - Initial spec file.
57