~ubuntu-branches/ubuntu/trusty/conglomerate/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#  Id: conglomerate.spec 2975 2005-03-09 05:31:45Z dag  
# Authority: dag
# Upstream: Conglomerate Developers <conglomerate-devel$lists,copyleft,no>

Summary: Information authoring, management, and transformation system
Name: conglomerate
Version: @VERSION@
Release: 1.rf
License: GPL
Group: Applications/Text
URL: http://www.conglomerate.org/

Packager: Dag Wieers <dag@wieers.com>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://dl.sf.net/conglomerate/conglomerate-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gettext, libxml2-devel >= 2.0, gcc-c++, gtk2-devel >= 2.4
BuildRequires: libgnomeui-devel >= 2.0, libglade2-devel >= 2.0
BuildRequires: libgnomeprintui22-devel, gtksourceview-devel, gtk-doc
BuildRequires: scrollkeeper

Requires: scrollkeeper

%description
Conglomerate is a project to create a complete structured information
authoring, management, archival, revision control and transformation
system. Conglomerate uses XML semantics and powerful graphical editing,
coupled with a centralised storage model and a flexible transformation
language to create an environment which is easy to use, produces high-
quality structured output, and lets the user target several output media
with a single source document.

%prep
%setup

%build
%configure \
    --enable-optimization \
    --enable-printing \
    --disable-schemas-install
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
%makeinstall
%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%post
scrollkeeper-update -q || :
export GCONF_CONFIG_SOURCE="$(gconftool-2 --get-default-source)"
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null

%postun
scrollkeeper-update -q || :

%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS BUGS ChangeLog COPYING NEWS README TODO
%doc %{_datadir}/gnome/help/conglomerate/
%doc %{_datadir}/gtk-doc/html/conglomerate/
%config %{_sysconfdir}/gconf/schemas/conglomerate.schemas
%{_bindir}/conglomerate
%{_datadir}/application-registry/conglomerate.applications
%{_datadir}/applications/conglomerate.desktop
%{_datadir}/conglomerate/
%{_datadir}/mime-info/conglomerate.*
%{_datadir}/omf/conglomerate/
%{_datadir}/pixmaps/conglomerate-icon-16.png
%{_datadir}/pixmaps/conglomerate/
%exclude %{_localstatedir}/scrollkeeper/ 

%changelog
* Sun Mar 20 2005 Dag Wieers <dag@wieers.com> - 0.9.0-1 - 2975+/dag
- Updated to release 0.9.0.

* Sun Nov 14 2004 Dag Wieers <dag@wieers.com> - 0.7.16-1
- Updated to release 0.7.16.

* Tue Nov  2 2004 Matthias Saou <http://freshrpms.net> 0.7.15-1
- Update to 0.7.15.
- Enable printing again, it seems to work now.

* Tue Jul  6 2004 Matthias Saou <http://freshrpms.net> 0.7.14-2
- Added missing build requirements.
- Enabled printing support and optimization... not! Build for printing broken.

* Thu Jun 14 2004 Dag Wieers <dag@wieers.com> - 0.7.14-1
- Updated to release 0.7.14.
- Updated to release 0.7.13.

* Wed Feb 18 2004 Dag Wieers <dag@wieers.com> - 0.7.12-0
- Updated to release 0.7.12.

* Tue Feb 03 2004 Dag Wieers <dag@wieers.com> - 0.7.11-0
- Updated to release 0.7.11.

* Tue Jan 06 2004 Dag Wieers <dag@wieers.com> - 0.7.9-0
- Updated to release 0.7.9.

* Sat Dec 20 2003 Dag Wieers <dag@wieers.com> - 0.7.8-0
- Updated to release 0.7.8.

* Thu Oct 30 2003 Dag Wieers <dag@wieers.com> - 0.7.6-0
- Updated to release 0.7.6.

* Wed Oct 08 2003 Dag Wieers <dag@wieers.com> - 0.7.5-0
- Updated to release 0.7.5.

* Tue Sep 23 2003 Dag Wieers <dag@wieers.com> - 0.7.3-0
- Updated to release 0.7.3.

* Fri Sep 19 2003 Dag Wieers <dag@wieers.com> - 0.7.2-0
- Updated to release 0.7.2.

* Tue Sep 02 2003 Dag Wieers <dag@wieers.com> - 0.7.1-0
- Updated to release 0.7.1.

* Sat Aug 30 2003 Dag Wieers <dag@wieers.com> - 0.7.0-0
- Updated to release 0.7.0.

* Thu Jun 26 2003 Dag Wieers <dag@wieers.com> - 0.5.4-0
- Initial package. (using DAR)